mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
commit
47a05bf16b
3 changed files with 4 additions and 6 deletions
|
@ -13,7 +13,7 @@ BoZoN is a minimalist Drag & drop file sharing app.
|
|||
|
||||
## Screenshots
|
||||
|
||||
![](Link to a screenshot of this app.)
|
||||
![](sources/bozon_screenshot.png)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -47,7 +47,6 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot
|
|||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/bozon_ynh/issues
|
||||
* App website: http://bozon.pw
|
||||
* Upstream app repository: https://github.com/broncowdd/BoZoN
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
|
@ -63,4 +62,3 @@ sudo yunohost app install https://github.com/YunoHost-Apps/bozon_ynh/tree/testin
|
|||
or
|
||||
sudo yunohost app upgrade bozon -u https://github.com/YunoHost-Apps/bozon_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"email": "ewilly@neuf.fr"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.5"
|
||||
"yunohost": ">= 3.8.1"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
@ -46,7 +46,7 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Should this application be public ? (if not, sharing file with unregistered users will still work)",
|
||||
"en": "Should this application be public? (if not, sharing file with unregistered users will still work)",
|
||||
"fr": "Est-ce que cette application doit être visible publiquement ? (dans le cas contraire, le partage de fichiers avec des utilisateurs externes fonctionnera tout de même)"
|
||||
},
|
||||
"default": false
|
||||
|
@ -73,7 +73,7 @@
|
|||
"name": "backup_core_only",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "When backing up, should only the core of the app be backed up ? (uploaded files to BoZoN such as videos, pictures, documents, etc. will not be backed up)",
|
||||
"en": "When backing up, should only the core of the app be backed up? (uploaded files to BoZoN such as videos, pictures, documents, etc. will not be backed up)",
|
||||
"fr": "En cas de sauvegarde, doit-être uniquement sauvegardé le cœur de l'application ? (les fichiers transférés dans BoZoN tels que les vidéos, images, documents, etc. ne seront pas sauvegardés)"
|
||||
},
|
||||
"default": true
|
||||
|
|
BIN
sources/bozon_screenshot.png
Normal file
BIN
sources/bozon_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
Loading…
Reference in a new issue