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"
|
||||
|
||||
[main]
|
||||
name = "FileBrowser configuration"
|
||||
name = "Filebrowser configuration"
|
||||
services = ["__APP__"]
|
||||
|
||||
[main.config]
|
||||
|
@ -10,5 +10,6 @@ services = ["__APP__"]
|
|||
[main.config.datadir]
|
||||
ask = "Choose path"
|
||||
type = "path"
|
||||
default = "/home/yunohost.app/filebrowser"
|
||||
help = "Choose path"
|
||||
bind = "root:/var/www/__APP__/settings.json"
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web File Browser",
|
||||
"fr": "Gestionnaire de fichiers"
|
||||
},
|
||||
"version": "2.20.1~ynh1",
|
||||
"version": "2.20.1~ynh2",
|
||||
"url": "https://filebrowser.org",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue