Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
This basically shuts my idea down
it's not very difficult to modify the code for something like this.... and closing off registration wont' let anyone else login and create new content form your istance.
Personally the load on the major servers by having one more instance that subscribes to everything is why I think people should back off from creating more than the 1500 instances Lemmy network already has. Delivery of every single vote, comment, post 24 hours a day just so one person can read content for an hour or two a day.
That makes sense for email systems where all that content doesn't have to be sent, but for Lemmy it's a huge amount of overhead.
the load on the major servers by having one more instance that subscribes to everything
But why would the instance subscribe to everything?
Didnt look at it like that tbh, and it makes sense now that I think about it.
Private in this context means that it is isolated. If you want it to be private in the sense that it's only for you to use the you just close registrations.
Anonymity and federation are kind of oxymoronic.
The federation/API end point and the web-ui are entirely independent.
If you want, you can run the federated backend with no web ui at all and use it via mobile apps only.
Or you could put some password protection via the webserver in front of the web ui only.
I used a $2/mth vps and got an instance up in about 5 minutes with ansible. Took longer to pay for the instance and ssh into it than the Lemmy install
If I were worried about it gaining users then I'd just limit access to the UI or do some database maintenance
I run my own instance only me. Make sure you setup reverse proxy right :)