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:
- 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
Not familiar with obsidian nor logsec, but silverbullet is a programmable notebook. Everything is indexed and can be used, acessed and manipulated using javascript.
You can then write queries to fetch the data and then use templates to display it.
I have a very simple query that displays all my pending tasks for each project I am working on.
I also have created a template for displaying ttrpg character sheets, and the data is polulated by a yaml object which contains the actual character data. Custom javascript code automatically calculates stats, skills, checks and carry weight for me.
So basically I believe that you can do what you're looking for on silverbullet but maybe not out of the box.
Well that sounds really nice. I didn’t know it was that flexible. I’m not very familiar with JavaScript yet but I’ll give it try. Thanks.
Awesome! If you decide to give it a go you may want to take a look at the authors youtube channel:
https://www.youtube.com/channel/UCdPAeHKtE5XcBQ8ScLhGsgQ
He has shared some examples of the things you can do with it.
Anyways I hope you can find somethinflg that suits your needs!