Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 769 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 769 Bytes

About

Offline obsidian server (Plugins, Themes, Automatic Updates). example

Setup

  • Run the downloader.
  • Patch the releases with patcher.py, use --patch_releases.
  • Setup nginx with the config, make sure the paths are correct.
  • To patch clients to use the patcher.py with the server address as an argument.

Update

To copy only the new files after an update you can use the following commands:

cd downloader
touch /tmp/new
go run main.go
mkdir new
find files/ -newer /tmp/new -exec cp --parents \{\} ./new \; 

Notes

  • This probably breaks stuff in the obsidian app.
  • Tested on the following obsidian versions: v1.0.3, v1.1.9, v1.6.7