From 36cf666a0c8ea32c702338e2931dc109859269a7 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 18 Apr 2020 23:47:15 +0200 Subject: Initial release JoplinWebApi Joplin WebAPI to manage Joplin users and the directory structure + add user creation endpoint + add user deletion endpoint + add user password change endpoint + add README and highlight css + add gitignore file + add uwsgi template file --- config-default.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config-default.yml (limited to 'config-default.yml') diff --git a/config-default.yml b/config-default.yml new file mode 100644 index 0000000..9467e64 --- /dev/null +++ b/config-default.yml @@ -0,0 +1,11 @@ +{ + "secret-key": "super-secret-password", + "flask-secret": "different-super-secret-password", + + "cookie_domain": ".example.de/joplin", + "cookie_path": "/joplin/", + + "htpasswd_file": "/path/to/joplin/htauth/file", + "joplin_webdav_dir": "/var/www/webdav/joplin", + "invite_code": "secret invite code" +} \ No newline at end of file -- cgit v1.2.3-18-g5258