Add SilverBullet template to meta.json (#322)

This commit is contained in:
Jainil Prajapati 🪐
2025-09-02 10:49:59 +05:30
committed by GitHub
parent bda5817e00
commit 0b0800e2ad
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
version: "3.8"
services:
silverbullet:
image: ghcr.io/silverbulletmd/silverbullet:v2
restart: unless-stopped
environment:
- SB_USER=${SB_USER}
volumes:
- silverbullet-space:/space
expose:
- 3000
watchtower:
image: containrrr/watchtower
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
volumes:
silverbullet-space: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,16 @@
[variables]
main_domain = "${domain}"
sb_user = "admin:${password:16}"
[config]
[[config.domains]]
serviceName = "silverbullet"
port = 3000
host = "${main_domain}"
[config.env]
SB_USER = "${sb_user}"
[[config.mounts]]
name = "silverbullet-space"
mountPath = "/space"

View File

@@ -4009,6 +4009,24 @@
"apm"
]
},
{
"id": "silverbullet",
"name": "SilverBullet",
"version": "v2",
"description": "SilverBullet is a personal knowledge base and collaborative note-taking platform.",
"logo": "image.png",
"links": {
"github": "https://github.com/silverbulletmd/silverbullet",
"website": "https://silverbullet.md",
"docs": "https://silverbullet.md/docs"
},
"tags": [
"notes",
"knowledge-base",
"productivity",
"markdown"
]
},
{
"id": "slash",
"name": "Slash",