Skip to content

Self-hosted Standard Notes Extensions with auto updates

Notifications You must be signed in to change notification settings

marcsj/standardnotes-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Notes Extensions server

  • Auto-updating extensions server for your self-hosted Standard Notes server
  • Simple to run, written in Go, Dockerfile included

Usage

Use activation code https://extensions.your.domain/index.json in the activate tab on the Standard Notes application.

Docker Compose example

services:
  extensions:
    build: path/to/this/repo
    environment:
      - BASE_URL=https://extensions.your.domain
    expose:
      - 80
    volumes:
      - /var/notes/extensions:/repos

About

Self-hosted Standard Notes Extensions with auto updates

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 95.0%
  • Dockerfile 5.0%