mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
1ad41e4fb3
* Upgrade to v2.10.0 (#38) * Upgrade to v2.10.0 https://github.com/binwiederhier/ntfy/releases/tag/v2.10.0 * Auto-update READMEs * Auto-update READMEs * Add upgrade test * Auto-update READMEs --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
46 lines
2.2 KiB
Markdown
46 lines
2.2 KiB
Markdown
<!--
|
||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
NON DEVE essere modificato manualmente.
|
||
-->
|
||
|
||
# ntfy per YunoHost
|
||
|
||
[![Livello di integrazione](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg)
|
||
|
||
[![Installa ntfy con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ntfy)
|
||
|
||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||
|
||
> *Questo pacchetto ti permette di installare ntfy su un server YunoHost in modo semplice e veloce.*
|
||
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||
|
||
## Panoramica
|
||
|
||
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.
|
||
|
||
|
||
**Versione pubblicata:** 2.10.0~ynh1
|
||
|
||
**Prova:** <https://ntfy.sh/app>
|
||
## Documentazione e risorse
|
||
|
||
- Sito web ufficiale dell’app: <https://ntfy.sh/>
|
||
- Documentazione ufficiale per gli utenti: <https://docs.ntfy.sh/>
|
||
- Documentazione ufficiale per gli amministratori: <https://docs.ntfy.sh/>
|
||
- Repository upstream del codice dell’app: <https://github.com/binwiederhier/ntfy>
|
||
- Store di YunoHost: <https://apps.yunohost.org/app/ntfy>
|
||
- Segnala un problema: <https://github.com/YunoHost-Apps/ntfy_ynh/issues>
|
||
|
||
## Informazioni per sviluppatori
|
||
|
||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing).
|
||
|
||
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug
|
||
o
|
||
sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|