mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
fix config_panel (#68)
* Upgrade to v1.9.9 * Auto-update README * Update manifest.toml * Auto-update README * Update manifest.toml * fix config_panel --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
5ca36929e9
commit
d8cd1adc74
3 changed files with 6 additions and 8 deletions
|
@ -29,8 +29,6 @@ You can use it to easily collaborate on notes, graphs and even presentations in
|
||||||
- Low system requirements
|
- Low system requirements
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.9.9~ynh1
|
|
||||||
|
|
||||||
**Demo:** https://demo.hedgedoc.org/
|
**Demo:** https://demo.hedgedoc.org/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
|
@ -13,7 +13,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Set to allow anonymous usage (default is true)."
|
help = "Set to allow anonymous usage (default is true)."
|
||||||
bind = "allow_anonymous:__INSTALL_DIR__/config.json"
|
bind = "allowAnonymous:__INSTALL_DIR__/config.json"
|
||||||
|
|
||||||
[main.config.allow_anonymous_edits]
|
[main.config.allow_anonymous_edits]
|
||||||
ask = "Allow anonymous edits"
|
ask = "Allow anonymous edits"
|
||||||
|
@ -21,7 +21,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Allow users to select freely permission, allowing guests to edit existing notes."
|
help = "Allow users to select freely permission, allowing guests to edit existing notes."
|
||||||
bind = "allow_anonymous_edits:__INSTALL_DIR__/config.json"
|
bind = "allowAnonymousEdits:__INSTALL_DIR__/config.json"
|
||||||
|
|
||||||
|
|
||||||
[main.config.allow_email_registration]
|
[main.config.allow_email_registration]
|
||||||
|
@ -30,7 +30,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Set to allow registration of new accounts using an email address. If set to false, you can still create accounts using the command line."
|
help = "Set to allow registration of new accounts using an email address. If set to false, you can still create accounts using the command line."
|
||||||
bind = "allow_email_registration:__INSTALL_DIR__/config.json"
|
bind = "allowEmailRegister:__INSTALL_DIR__/config.json"
|
||||||
|
|
||||||
[main.config.allow_free_url]
|
[main.config.allow_free_url]
|
||||||
ask = "Allow new note creation"
|
ask = "Allow new note creation"
|
||||||
|
@ -38,7 +38,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Set to allow new note creation by accessing a nonexistent note URL. This is the behavior familiar from Etherpad."
|
help = "Set to allow new note creation by accessing a nonexistent note URL. This is the behavior familiar from Etherpad."
|
||||||
bind = "allow_free_url:__INSTALL_DIR__/config.json"
|
bind = "allowFreeURL:__INSTALL_DIR__/config.json"
|
||||||
|
|
||||||
[main.config.require_free_url_authentication]
|
[main.config.require_free_url_authentication]
|
||||||
ask = "Require FreeURL authentication"
|
ask = "Require FreeURL authentication"
|
||||||
|
@ -46,7 +46,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Set to require authentication for FreeURL mode style note creation."
|
help = "Set to require authentication for FreeURL mode style note creation."
|
||||||
bind = "require_free_url_authentication:__INSTALL_DIR__/config.json"
|
bind = "requireFreeURLAuthentication:__INSTALL_DIR__/config.json"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/hedgedoc/hedgedoc/releases/download/1.9.98/hedgedoc-1.9.9.tar.gz"
|
url = "https://github.com/hedgedoc/hedgedoc/releases/download/1.9.9/hedgedoc-1.9.9.tar.gz"
|
||||||
sha256 = "1769d30e60458040475a6d74f53952101962c40c390765e19e6ff6f3fe70c008"
|
sha256 = "1769d30e60458040475a6d74f53952101962c40c390765e19e6ff6f3fe70c008"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue