Translated using Weblate (Italian)

Currently translated at 100.0% (3 of 3 strings)

Translation: ntfy/Android app (Fastlane metadata)
Translate-URL: https://hosted.weblate.org/projects/ntfy/android-fastlane/it/
This commit is contained in:
Stefan Bejgu 2022-11-08 13:45:39 +00:00 committed by Hosted Weblate
parent 62beb7db76
commit 13fdeabbef
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,17 @@
Inviate notifiche al vostro telefono da qualsiasi script Bash o PowerShell, o dalla vostra applicazione utilizzando richieste PUT/POST, ad esempio tramite curl su Linux o Invoke-WebRequest.
ntfy è un client Android per https://ntfy.sh, un servizio pub-sub gratuito e open source basato su HTTP. In questa applicazione è possibile sottoscrivere argomenti e pubblicare messaggi tramite una semplice API HTTP.
Utilizzi:
* Notificare quando un processo in corso è terminato.
* Ping al telefono quando un backup è fallito
* Avvisare quando qualcuno accede al server.
Esempio:
$ curl -d "Il tuo backup è terminato" ntfy.sh/mytopic
Trovate altri esempi e istruzioni d'uso qui:
* Sito web: https://ntfy.sh
* GitHub (server): https://github.com/binwiederhier/ntfy
* GitHub (applicazione Android): https://github.com/binwiederhier/ntfy-android

View file

@ -0,0 +1 @@
Inviare notifiche al telefono da qualunqu script usando le richieste PUT/POST

View file

@ -0,0 +1 @@
ntfy -PUT/POST al tuo telefono