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
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
Hat.sh requires a dedicated domain or subdomain.
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <hat.sh>
|
||||
* Official user documentation: <https://yunohost.org/apps>
|
||||
* Official admin documentation: <https://hat.sh/about/>
|
||||
* Upstream app code repository: <https://github.com/sh-dv/hat.sh>
|
||||
* 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
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
Hat.sh requires a dedicated domain or subdomain.
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <hat.sh>
|
||||
* Documentation officielle utilisateur : <https://yunohost.org/apps>
|
||||
* 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>
|
||||
* 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",
|
||||
"demo": "https://hat.sh",
|
||||
"admindoc": "https://hat.sh/about/",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/sh-dv/hat.sh"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -22,7 +21,7 @@
|
|||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
|
@ -67,7 +67,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=4
|
||||
|
||||
# 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
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue