mirror of
https://github.com/YunoHost-Apps/hat_ynh.git
synced 2024-09-03 19:16:04 +02:00
commit
81074060e8
7 changed files with 11 additions and 7 deletions
|
@ -45,12 +45,14 @@ Hat.sh is a web app that provides secure local file encryption in the browser. I
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
Hat.sh requires a dedicated domain or subdomain.
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <hat.sh>
|
* Official app website: <hat.sh>
|
||||||
* Official user documentation: <https://yunohost.org/apps>
|
|
||||||
* Official admin documentation: <https://hat.sh/about/>
|
* Official admin documentation: <https://hat.sh/about/>
|
||||||
* Upstream app code repository: <https://github.com/sh-dv/hat.sh>
|
* Upstream app code repository: <https://github.com/sh-dv/hat.sh>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_hat>
|
* YunoHost documentation for this app: <https://yunohost.org/app_hat>
|
||||||
|
|
|
@ -45,12 +45,14 @@ Hat.sh is a web app that provides secure local file encryption in the browser. I
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
Hat.sh requires a dedicated domain or subdomain.
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <hat.sh>
|
* Site officiel de l'app : <hat.sh>
|
||||||
* Documentation officielle utilisateur : <https://yunohost.org/apps>
|
|
||||||
* Documentation officielle de l'admin : <https://hat.sh/about/>
|
* Documentation officielle de l'admin : <https://hat.sh/about/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/sh-dv/hat.sh>
|
* Dépôt de code officiel de l'app : <https://github.com/sh-dv/hat.sh>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_hat>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_hat>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Hat.sh requires a dedicated domain or subdomain.
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB |
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
|
@ -13,7 +13,6 @@
|
||||||
"website": "hat.sh",
|
"website": "hat.sh",
|
||||||
"demo": "https://hat.sh",
|
"demo": "https://hat.sh",
|
||||||
"admindoc": "https://hat.sh/about/",
|
"admindoc": "https://hat.sh/about/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/sh-dv/hat.sh"
|
"code": "https://github.com/sh-dv/hat.sh"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -22,7 +21,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -67,7 +67,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=4
|
ynh_script_progression --message="Upgrading source files..." --weight=4
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env"
|
ynh_setup_source --dest_dir="$final_path" --keep=".env"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue