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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
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!
view the rest of the comments
Thanks for the suggestion, I will take a look at Anubis.
There are no SSH ports open to external, as everything I run is locally in my LAN, I do not have use for externals SSH access and don't want to open that vector.
The services that I (want to) offer to the family, are the common selfhosters finest:
As I do not have a authentication provider yet, the services which require an authentication by user/password are prone to brute force attacks, I want to mitigate that first and foremost.
In the mid to long run, I plan to also deploy an authentication provider for those services like Authelia, TinyAuth, PocketID, Authentik or .
As there are so many of them and the opinion of which is best differ wildly, I have not yet decided and am in kind of a analysis paralysis. :)
For auth providers, I've tried all the ones you named. Here's my brief analysis:
With these services you mentioned you want to or are already hosting, you could use the following in the order they are listed:
I would recommend 2 and 3 as 1 is pretty useless against a determined attacker. Anything that's on the public internet is bound to be attacked at some point, so follow best practices and perform server hardening on the host machine. Remember, you classify the sensitivity of the data you host and determine the severity of the risk if that data were to be exposed. So work with that in mind when choosing an option.
Thank you for the very comprehensive write up.
Authentication will be my very next project after I solved another minor problem I've become aware of just yesterday.
It's at least the second time, someone mentioned Anubis in this thread.
I've checked the site but have to do further digging about the concept. Mostly because "AI" isn't something I adore that much, but that's a me problem. :)
No problem. I hope you found it useful. Anubis is not AI. It discerns between bots/AI scrapers and legitimate users using a combination of heuristics and a mathematical challenge, thereby protecting the website that sits behind it. Check out the documentation at: https://anubis.techaro.lol/
Oh, true. I've read so many infos about different services lately, that I must have confused that with something else.
Thank you.