this post was submitted on 02 Jun 2024
34 points (90.5% liked)

Selfhosted

39250 readers
259 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

How would we go about asking say, Cpanel / Softaculous to have a one click install for lemmy? It's currently possible with many server applications and it would be awesome to have lemmy on that list

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago (2 children)

Lemmy is little too complex for a one click install.

Lemmy consists of:

  1. Lemmy
  2. Lemmy-ui
  3. Postgresql
  4. Pict-rs
  5. Probably something else I'm forgetting.

Each one of those has a number of environmental config options that need to be set before running it all. You need a domain name so that other instances can reach your instance. Your database needs a password, Pict-rs needs to know where to store things, etc.

[–] [email protected] 3 points 3 months ago

With docker-compose it's almost there. Putting everything into a script with sensible defaults asking just for what is absolutely necessary should be relatively easy. It's just that nobody bothered to do that.

Of course, if you want to have a performant instance with more than one user you will have to tweak everything according to your needs. But to simply get up and running isn't that hard.

[–] [email protected] 1 points 3 months ago

I put you back to +1.

What if I want to run lemmy entirely within my lean only?

So I don't have a domain name. Does that make the setup any easier?