1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00
ntfy_ynh/README_fr.md

58 lines
2.3 KiB
Markdown
Raw Normal View History

2022-11-02 10:16:52 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-11-18 14:47:44 +01:00
# ntfy pour YunoHost
2022-11-02 10:16:52 +01:00
2022-11-18 14:47:44 +01:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg)
[![Installer ntfy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ntfy)
2022-11-02 10:16:52 +01:00
*[Read this readme in english.](./README.md)*
2022-11-18 14:47:44 +01:00
> *Ce package vous permet d'installer ntfy rapidement et simplement sur un serveur YunoHost.
2022-11-02 10:16:52 +01:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2022-11-18 14:47:44 +01:00
**Version incluse :** 1.29.0~ynh1
**Démo :** https://ntfy.sh/app
2022-11-18 09:58:15 +01:00
## Avertissements / informations importantes
2022-11-02 10:16:52 +01:00
2022-11-18 09:58:15 +01:00
### Configuration
By default, only user selected at installation can read from and write to topics. To change this refer to the upstream project's documentation: https://docs.ntfy.sh/config/#access-control
2022-11-02 10:16:52 +01:00
2022-11-18 09:58:15 +01:00
The configuration file is located at `/var/www/<app>/server.yml`.
### Limitations
- requires a dedicated (sub-)domain
- no LDAP support by upstream application
2022-11-02 10:16:52 +01:00
## Documentations et ressources
2022-11-18 14:47:44 +01:00
* Site officiel de l'app : <https://ntfy.sh/>
* Documentation officielle utilisateur : <https://docs.ntfy.sh/>
* Documentation officielle de l'admin : <https://docs.ntfy.sh/>
* Dépôt de code officiel de l'app : <https://github.com/binwiederhier/ntfy>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ntfy>
* Signaler un bug : <https://github.com/YunoHost-Apps/ntfy_ynh/issues>
2022-11-02 10:16:52 +01:00
## Informations pour les développeurs
2022-11-18 14:47:44 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing).
2022-11-02 10:16:52 +01:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-11-18 14:47:44 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug
2022-11-02 10:16:52 +01:00
ou
2022-11-18 14:47:44 +01:00
sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug
2022-11-02 10:16:52 +01:00
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>