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.
Thanks for sharing your story, though. I have a few domains, two of them being very important for me (one I use for all my emails, and the other one for all my self hosted stuff). So I'll be paying close attention to their renewal
I hope you can find another domain that you like and that you can transfer your stuff to it.
I am currently running baikal using podman, quadlets, rootless mode. What kind of issue did you have?
That said, although baikal does get the job done, I am actually considering migrating to nextcloud just because of caldav/carddav, since it seems to be the most complete implementation out there.
It is worth taking a look at the features you need before fully migrating. As far as I can tell baikal may have some issues for some people with invitations, sharing calendars and sending email.
I've seen people recommend radicale, which probably works well, but from what I read is the least adherent to caldav/carddav protocols.
That's awesome, glad to hear you are having a good experience with them!
Do you mind if I ask wether you're using them for personal or professional uses?
Have ever needed to use their support?
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.