Further to my previous post regarding missing TOC & Back-links…
Below is a link to a fresh V2 Docker install using the Docker Hub image… https://hub.docker.com/r/zefhemel/silverbullet
The site will reset itself every 10 minutes starting on the hour so that you should see a fresh install landing page regardless of previous changes.
Is the fenced code block with raw HTML containing an included script really supposed to appear this way?
Are you sure you’ve got the right image version?
Your instance seems to be running an early v2 version, where the index page looks like the v1 index page (Linking to the ‘SETTINGS’ page and using the deprecated federation syntax, which is also responsible for the weird raw html block), the sync button in the top bar is still present and the version command reports 0.10.4, but the latest v2 version is 2.0-beta.
The latest index page should look like the one at play.silverbullet.md (login with ‘silverbullet’)
I’m not really sure whats causing the problem, when I spin up a local instance from the latest image (docker run -p 3000:3000 zefhemel/silverbullet:v2) everything works as expected. Of the top of my head, two things you could maybe try:
Run docker image remove zefhemel/silverbullet:v2, then pull the image again by rerunning your container.
Change your image name to ghcr.io/silverbulletmd/silverbullet:v2, wich is the one listed in the docs.
Thanks for the timely, accurate, succinct support.
I followed the instructions on Docker Hub and but the “docker pull zefhemel/silverbullet” apparently pulls the “latest” version. The version flagged as “latest” is 3 months old.
As per your advice I just blew that away and followed the instructions at Install/Configuration pulling the v2 image from GHC and now all is well.
Thanks again for getting me back up and running, I have used V1 for a while and love it. It is BY FAR the most productivity oriented personal notes project I have ever used.