https://github.com/sentriz/standardnotes-extensions
auto updating extensions for your standardnotes server
https://github.com/sentriz/standardnotes-extensions
self-hosted standardnotes
Last synced: 8 months ago
JSON representation
auto updating extensions for your standardnotes server
- Host: GitHub
- URL: https://github.com/sentriz/standardnotes-extensions
- Owner: sentriz
- Created: 2020-07-23T20:15:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T05:23:23.000Z (almost 3 years ago)
- Last Synced: 2025-05-05T23:08:26.522Z (8 months ago)
- Topics: self-hosted, standardnotes
- Language: Go
- Homepage:
- Size: 5.5 MB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### standardnotes extensions server
- 30+ auto updating extensions for your standardnotes server
- pure go, no git subprocess
### usage
1. setup docker as described below
1. navigate to standardnotes settings -> General -> Advanced Settings -> Install Custom Extension
1. take the link for the extension you want from the web UI
### docker example
```yaml
services:
extensions:
image: sentriz/standardnotes-extensions:latest
environment:
- SN_EXTS_LISTEN_ADDR=:80
- SN_EXTS_REPOS_DIR=/repos
- SN_EXTS_BASE_URL=https://extensions.your.domain
- SN_EXTS_UPDATE_INTERVAL_MINS=4320 # 3 days
expose:
- 80
volumes:
- ./extensions_repos:/repos
web:
...
db:
...
```
### screenshots
standardnotes settings page

web UI for this repo
