Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add template for Silverbullet #601

Open
1 task
mms-gianni opened this issue Jan 18, 2025 · 1 comment · May be fixed by #607
Open
1 task

Add template for Silverbullet #601

mms-gianni opened this issue Jan 18, 2025 · 1 comment · May be fixed by #607
Labels
template A kubero template

Comments

@mms-gianni
Copy link
Member

Application Name

Silverbullet

Describe the application

SilverBullet is a note-taking application optimized for people with a hacker mindset.

URL to the application

https://silverbullet.md/

Source code

https://github.com/silverbulletmd/silverbullet

Application Icon

https://avatars.githubusercontent.com/u/108344757?s=48&v=4

Link to Docker compose

sudo docker run -it -p 3000:3000 -v /path/to/my/notes:/space zefhemel/silverbullet

Maintainer

  • I am the maintainer
@mms-gianni mms-gianni added the template A kubero template label Jan 18, 2025
@mms-gianni
Copy link
Member Author

services:
  silverbullet:
    image: zefhemel/silverbullet
    restart: unless-stopped
    environment:
    - SB_USER=admin:admin
    volumes:
      - ./space:/space
    ports:
      - 3000:3000
  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock

@mms-gianni mms-gianni changed the title Add template for Silverbuller Add template for Silverbullet Jan 18, 2025
@mms-gianni mms-gianni linked a pull request Jan 20, 2025 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
template A kubero template
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant