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:
commit
62f847bf41
4 changed files with 46 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
||||||
- [Irakurri README euskaraz](README_eu.md)
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
- [Lire le README en français](README_fr.md)
|
- [Lire le README en français](README_fr.md)
|
||||||
- [Le o README en galego](README_gl.md)
|
- [Le o README en galego](README_gl.md)
|
||||||
|
- [Leggi il “README” in italiano](README_it.md)
|
||||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||||
|
|
|
@ -19,6 +19,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
Serveur de seconde génération pour Firefox Sync écrit en Rust.
|
Serveur de seconde génération pour Firefox Sync écrit en Rust.
|
||||||
|
|
||||||
**Version incluse :** 0.15.2~ynh1
|
**Version incluse :** 0.15.2~ynh1
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
- Site officiel de l’app : <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
- Site officiel de l’app : <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||||
|
|
|
@ -20,6 +20,7 @@ Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 0.15.2~ynh1
|
**Versión proporcionada:** 0.15.2~ynh1
|
||||||
|
|
||||||
## Documentación e recursos
|
## Documentación e recursos
|
||||||
|
|
||||||
- Web oficial da app: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
- Web oficial da app: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||||
|
|
43
README_it.md
Normal file
43
README_it.md
Normal 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
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/syncserver-rs)  
|
||||||
|
|
||||||
|
[](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 dell’app: <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 dell’app: <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 quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue