You should take a look at this comment to fix the index page (at least it will solve the bad domain of the frame which used to be included):
Or if you don’t care much about its content, just stop the silverbullet service, remove the index page entirely (using the command line) and restart the service so silverbullet recreates a fresh one.
Side question: what would be a good way to import my current .md notes into my Silverbullet ynh instance?
Should I use Syncthing between my Silverbullet ynh note folder and my desktop computer, for example? Is it ok to do that?
Yes, you may! Though be sure that the silverbullet app has the right to write data in this folder:
yunohost app shell silverbullet
Then (replace USER with your own user):
if touch /home/yunohost.multimedia/USER/Notes/helloworld; then
rm /home/yunohost.multimedia/USER/Notes/helloworld
echo "✅ Success"
else
echo "❌ Can't write in that folder"
fi
If you can’t write in that folder, either because the folder does not exist yet or because you do not have the permissions, you may use the native install command (replace USER):