1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncserver-rs_ynh.git synced 2024-09-03 20:26:32 +02:00

Merge branch 'master' into testing

This commit is contained in:
Mateusz 2024-04-17 23:57:20 +02:00 committed by GitHub
commit 62f847bf41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 46 additions and 0 deletions

View file

@ -4,4 +4,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Leggi il “README” in italiano](README_it.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,6 +19,7 @@ Il NE doit PAS être modifié à la main.
Serveur de seconde génération pour Firefox Sync écrit en Rust.
**Version incluse:** 0.15.2~ynh1
## Documentations et ressources
- Site officiel de lapp: <https://www.mozilla.org/en-GB/firefox/features/sync/>

View file

@ -20,6 +20,7 @@ Second-generation server for Firefox Sync written in Rust.
**Versión proporcionada:** 0.15.2~ynh1
## Documentación e recursos
- Web oficial da app: <https://www.mozilla.org/en-GB/firefox/features/sync/>

43
README_it.md Normal file
View file

@ -0,0 +1,43 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# Firefox SyncStorage per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/syncserver-rs.svg)](https://dash.yunohost.org/appci/app/syncserver-rs) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/syncserver-rs.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/syncserver-rs.maintain.svg)
[![Installa Firefox SyncStorage con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=syncserver-rs)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare Firefox SyncStorage 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
Second-generation server for Firefox Sync written in Rust.
**Versione pubblicata:** 0.15.1~ynh1
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://www.mozilla.org/en-GB/firefox/features/sync/>
- Documentazione ufficiale per gli amministratori: <https://github.com/mozilla-services/syncstorage-rs/blob/master/docs/config.md>
- Repository upstream del codice dellapp: <https://github.com/mozilla-services/syncstorage-rs>
- Store di YunoHost: <https://apps.yunohost.org/app/syncserver-rs>
- Segnala un problema: <https://github.com/YunoHost-Apps/syncserver-rs_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/syncserver-rs_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/syncserver-rs_ynh/tree/testing --debug
o
sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>