1
0
Fork 0
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:
lapineige 2023-08-13 20:38:48 +02:00 committed by GitHub
parent 5ca36929e9
commit d8cd1adc74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View file

@ -29,8 +29,6 @@ You can use it to easily collaborate on notes, graphs and even presentations in
- Low system requirements
**Shipped version:** 1.9.9~ynh1
**Demo:** https://demo.hedgedoc.org/
## Screenshots

View file

@ -13,7 +13,7 @@ services = ["__APP__"]
yes = "true"
no = "false"
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]
ask = "Allow anonymous edits"
@ -21,7 +21,7 @@ services = ["__APP__"]
yes = "true"
no = "false"
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]
@ -30,7 +30,7 @@ services = ["__APP__"]
yes = "true"
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."
bind = "allow_email_registration:__INSTALL_DIR__/config.json"
bind = "allowEmailRegister:__INSTALL_DIR__/config.json"
[main.config.allow_free_url]
ask = "Allow new note creation"
@ -38,7 +38,7 @@ services = ["__APP__"]
yes = "true"
no = "false"
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]
ask = "Require FreeURL authentication"
@ -46,7 +46,7 @@ services = ["__APP__"]
yes = "true"
no = "false"
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"

View file

@ -45,7 +45,7 @@ ram.runtime = "50M"
[resources.sources]
[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"
autoupdate.strategy = "latest_github_tag"