mirror of
https://github.com/YunoHost-Apps/filebrowser_ynh.git
synced 2024-09-03 18:36:05 +02:00
fix
This commit is contained in:
parent
b8bea41b4b
commit
708077ab5c
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
name = "FileBrowser configuration"
|
name = "Filebrowser configuration"
|
||||||
services = ["__APP__"]
|
services = ["__APP__"]
|
||||||
|
|
||||||
[main.config]
|
[main.config]
|
||||||
|
@ -10,5 +10,6 @@ services = ["__APP__"]
|
||||||
[main.config.datadir]
|
[main.config.datadir]
|
||||||
ask = "Choose path"
|
ask = "Choose path"
|
||||||
type = "path"
|
type = "path"
|
||||||
|
default = "/home/yunohost.app/filebrowser"
|
||||||
help = "Choose path"
|
help = "Choose path"
|
||||||
bind = "root:/var/www/__APP__/settings.json"
|
bind = "root:/var/www/__APP__/settings.json"
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Web File Browser",
|
"en": "Web File Browser",
|
||||||
"fr": "Gestionnaire de fichiers"
|
"fr": "Gestionnaire de fichiers"
|
||||||
},
|
},
|
||||||
"version": "2.20.1~ynh1",
|
"version": "2.20.1~ynh2",
|
||||||
"url": "https://filebrowser.org",
|
"url": "https://filebrowser.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue