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!
view the rest of the comments
You sound like me from last month. I strongly recommend silverbullet, check it out on https://silverbullet.md
Check, even has a simple docker compose
Check, it does have an SQL database, but it's used for queries, you can even copy or modify MD files at will
Check, it's a superset of markdown that includes queries for cool stuff like create tables that group data from other pages
Check, it has a PWA that works offline and syncs when back online. Note that this means that all files will be on your device if you use it like that, but that's expected.
Check, like I mentioned you can query all tasks on all pages and even do filters based on several factors, like where the task is defined or extra attributes that you set to them, e.g. priority.
Edit: bonus points:
Someone else mentioned Silverbullet, I hosted on my home server and it looks promising, here are a few thing I will need to explore:
/
, I'm wondering is there is a plugin that add a tool bar or a client app that does have it.Thank you for your comment
No, I use the PWA, i.e. access the page on your phone and as long as it's https it will prompt you to install it. Personally I just used a tailscale network to get past the https authorisation, this also allows me to access it outside of my house so win-win
Didn't understood, this is just a markdown file, you can just type things, no need to have buttons to add text.
+1 for silverbullet. I have it running and is great
Another +1 for silverbullet from me too. I was skeptical about only having a PWA for mobile access, but it actually works really well.
It's open source, so somewhat more customizable than obsidian since you can see the inner workings of it. There aren't too many active community plugins yet, but there is a relatively new concept of 'Space Scripts' where you can write simple functions/commands directly in a note (markdown file) to extend silverbullet without even needing to write a real plugin. That's been an amazing addition for me.
Is there a way to embed portions of one page into another page, such that if you edit it on either the change shows up on both, like in logseq?
The documentation is actually pretty good, but i've not been able to find that feature, if it exists. That's probably the last thing keeping me on logseq.
Yes, but you need to hack your way around it, here's an issue on GitHub explaining how to do it with my own solution there in comments. https://github.com/silverbulletmd/silverbullet/issues/338
Wow, I asked the right person. Thanks for the info!
Hahaha, I had that exact doubt and asked on the discord and the main Dev sent me that issue. I strongly recommend joining the Discord, it's very active and sometimes there are interesting things there.
I should probably figure out discord one of these days. Thanks for letting me know that's where to go for this project.
I am either an idiot or that is not working for me on my android phone. I have used PWAs before and I remember you can use them by tapping the "install" in the browser menu.
I installed Silverbullet via docker on my rpi4, but when I connect to it my browsers do not give me the option to install it as a PWA. I tried Mull, DuckDuckGo browser and even (gah!) Chrome.
I can only put a shortcut on my home screen, but that then goes to the IP of my rpi4 and when I am not online I cannot reach it.
Do I need to configure something that I forgot or is the shortcut on the home screen the "PWA"?
Only things served via https can be installed on Android.
Ah dang, had no idea. I see there's instructions on how to make silver bullet accessible via internet through https. But I only need this locally in my home WiFi, not connected to outside internet. Is there an easy way to enable https for it without exposing it outside my home WiFi?
I use tailscale, that allows me to access it remotely securely and gets https. If you don't want to do that it's hard but doable to emit your own certificates, but the tailscale approach is a lot more simple.