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
Started my own home server about a year or so ago. Currently hosting Immich for me and my gf. Jellyfin for archiving movies shows and downloaded YT videos. Forgejo for local git where I backup my work. Homeassistant to manage lights in the appartment and some other small stuff. Linkwarden to archive important websites and links I might need in the future (docs for work, how-tos for the server itself so I dont loose all that setup kbowledge). Syncthing to sync files between multiple devices - which is awesome, easy to setup and pair folders. Seafile to share files.
It has been great, it draws around 20-30W idle.
I am currently in search for Obsidian and Bitwarden self hosted alternative that can be run in docker container - if anyone has some ideas I am all ears.
Vaultwarden is what you're looking for.
I'm syncing the files from Obsidian using Syncthing as well, works fine.
That's the primary draw for plain text files for me!
Joplin is a good Obsidian alternative.
Trilium is nice as an obsidian alternative
I have tried trillium, it looks good but mi y main issue is that the notes are not plain text markdown. It using its internat l database that makes syncing to other devices with syncthing harder. But yeah, otherwise great alternative.
You can selfhist bitwarden. Or use vaultwarden.
I often see LogSeq, and to a lesser extent Silver Bullet, mentioned as self-hostable alternatives to Obsidian that people actually appreciate using.
Not sure if you already knew but Bitwarden does have a self hosted option, the docker-compose stack runs great and they have been working on a singular image that just needs a DB. It all runs great depending on what you need and supports the actual bitwarden team.
I use Bitwardens self hosted option, VaultWarden, that I run in a docker. works fine. I use it with the bitwarden CLI since I'm using QuteBrowser on all my machines. I then run a weekly backup of my vaultwarden to an external ssd.
Beauty of it is that it will also work with Bitwardens extension on chrome or firefox. So if I'm on another machine and I need access to my PW's I can just install the extension, add my self-hosted vaultwarden, then remove it when i'm done.
Well not 100% sure about Docker but Tiddlywiki is pretty easily hosted! It's got some quirks, but in the end it's just an HTML file (or slightly more complex if hosted as a website), so it should stay relevant for a long time. I enioy making notebooks with it for various things!
Nextcloud has a pretty decent passwords manager and I think firefox plugins for it. I personally use SyncThing to sync KeePass databases and use the nextcloud passwords app for low-risk things we share, like streaming service passwords. :)