1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hat_ynh.git synced 2024-09-03 19:16:04 +02:00

Merge pull request #4 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-12-15 10:43:08 +01:00 committed by GitHub
commit 81074060e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 7 deletions

View file

@ -45,12 +45,14 @@ Hat.sh is a web app that provides secure local file encryption in the browser. I
## Screenshots
![Screenshot of Hat.sh](./doc/screenshots/screenshot.gif)
![Screenshot of Hat.sh](./doc/screenshots/screenshot.png)
## 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>

View file

@ -45,12 +45,14 @@ Hat.sh is a web app that provides secure local file encryption in the browser. I
## Captures d'écran
![Capture d'écran de Hat.sh](./doc/screenshots/screenshot.gif)
![Capture d'écran de Hat.sh](./doc/screenshots/screenshot.png)
## 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>

View file

@ -0,0 +1 @@
Hat.sh requires a dedicated domain or subdomain.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View file

@ -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": [

View file

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