2022-05-28 17:05:04 +02:00
<!--
2024-03-29 07:06:16 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2022-05-28 17:05:04 +02:00
It shall NOT be edited by hand.
-->
2022-05-28 17:05:09 +02:00
# Hat.sh for YunoHost
2022-05-28 17:05:04 +02:00
2023-05-02 14:21:15 +02:00
[![Integration level ](https://dash.yunohost.org/integration/hat.svg )](https://dash.yunohost.org/appci/app/hat) ![Working status ](https://ci-apps.yunohost.org/ci/badges/hat.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/hat.maintain.svg )
2022-05-28 17:05:09 +02:00
[![Install Hat.sh with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=hat)
2022-05-28 17:05:04 +02:00
2024-04-16 20:40:39 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-05-28 17:05:04 +02:00
2024-03-29 07:06:16 +01:00
> *This package allows you to install Hat.sh quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2022-05-28 17:05:04 +02:00
## Overview
2022-05-28 17:05:09 +02:00
Hat.sh is a web app that provides secure local file encryption in the browser. It's fast, secure, and uses modern cryptographic algorithms with chunked AEAD stream encryption/decryption.
2022-05-28 17:05:04 +02:00
2024-04-16 20:40:39 +02:00
**Shipped version:** 2.3.6~ynh3
2022-05-28 17:05:04 +02:00
2024-03-29 07:06:16 +01:00
**Demo:** < https: / / hat . sh >
2022-05-28 17:05:09 +02:00
## Screenshots
2022-12-15 09:56:11 +01:00
![Screenshot of Hat.sh ](./doc/screenshots/screenshot.png )
2022-05-28 17:05:04 +02:00
## Documentation and resources
2024-03-29 07:06:16 +01:00
- Official app website: < hat.sh >
- Official admin documentation: < https: // hat . sh / about />
- Upstream app code repository: < https: // github . com / sh-dv / hat . sh >
- YunoHost Store: < https: // apps . yunohost . org / app / hat >
- Report a bug: < https: // github . com / YunoHost-Apps / hat_ynh / issues >
2022-05-28 17:05:04 +02:00
## Developer info
2024-03-29 07:06:16 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/hat_ynh/tree/testing ).
2022-05-28 17:05:04 +02:00
2024-03-29 07:06:16 +01:00
To try the `testing` branch, please proceed like that:
2022-05-28 17:05:09 +02:00
2024-03-29 07:06:16 +01:00
```bash
2022-05-28 17:05:09 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/hat_ynh/tree/testing --debug
2022-05-28 17:05:04 +02:00
or
2022-05-28 17:05:09 +02:00
sudo yunohost app upgrade hat -u https://github.com/YunoHost-Apps/hat_ynh/tree/testing --debug
2022-05-28 17:05:04 +02:00
```
2022-05-28 17:05:09 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >