Update config.json

This commit is contained in:
Alexandre
2022-02-14 19:37:46 +01:00
committed by GitHub
parent 6a648cc908
commit 5e20111dce

View File

@@ -1,6 +1,6 @@
{ {
"name": "Joplin Server", "name": "Joplin Server",
"version": "2.7.4-5", "version": "2.7.4-6",
"upstream": "2.7.4", "upstream": "2.7.4",
"slug": "joplin", "slug": "joplin",
"description": "Self-hosted open source note-taking application", "description": "Self-hosted open source note-taking application",
@@ -24,7 +24,8 @@
"data_location": "/config/addons_config/joplin" "data_location": "/config/addons_config/joplin"
}, },
"map": [ "map": [
"config:rw" "config:rw",
"share:rw"
], ],
"schema": { "schema": {
"APP_BASE_URL": "str", "APP_BASE_URL": "str",