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

59 lines
2.5 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
2023-02-15 16:48:24 +01:00
[![Niveau dinté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)
2022-11-18 14:47:44 +01:00
[![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)*
2023-02-15 16:48:24 +01:00
> *Ce package vous permet dinstaller ntfy rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-11-02 10:16:52 +01:00
2023-02-15 16:48:24 +01:00
## Vue densemble
2022-11-02 10:16:52 +01:00
2022-11-18 16:20:31 +01:00
ntfy (pronounce: *notify*) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own.
2022-11-02 10:16:52 +01:00
2023-02-17 14:29:35 +01:00
**Version incluse :** 2.0.0~ynh1
2022-11-18 14:47:44 +01:00
**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
2023-02-15 16:48:24 +01:00
* Site officiel de lapp : <https://ntfy.sh/>
2022-11-18 14:47:44 +01:00
* Documentation officielle utilisateur : <https://docs.ntfy.sh/>
2023-02-15 16:48:24 +01:00
* Documentation officielle de ladmin : <https://docs.ntfy.sh/>
* Dépôt de code officiel de lapp : <https://github.com/binwiederhier/ntfy>
2022-11-18 14:47:44 +01:00
* 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
```
2023-02-15 16:48:24 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>