mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
commit
6ee0c6dcf6
8 changed files with 52 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Second-generation server for Firefox Sync written in Rust.
|
||||
|
||||
|
||||
**Shipped version:** 0.15.8~ynh1
|
||||
**Shipped version:** 0.15.9~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||
|
|
43
README_es.md
Normal file
43
README_es.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!--
|
||||
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
No se debe editar a mano.
|
||||
-->
|
||||
|
||||
# Firefox SyncStorage para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/syncserver-rs)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=syncserver-rs)
|
||||
|
||||
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete le permite instalarFirefox SyncStorage rapidamente y simplement en un servidor YunoHost.*
|
||||
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||
|
||||
## Descripción general
|
||||
|
||||
Second-generation server for Firefox Sync written in Rust.
|
||||
|
||||
|
||||
**Versión actual:** 0.15.9~ynh1
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||
- Documentación administrador oficial: <https://github.com/mozilla-services/syncstorage-rs/blob/master/docs/config.md>
|
||||
- Repositorio del código fuente oficial de la aplicación : <https://github.com/mozilla-services/syncstorage-rs>
|
||||
- Catálogo YunoHost: <https://apps.yunohost.org/app/syncserver-rs>
|
||||
- Reportar un error: <https://github.com/YunoHost-Apps/syncserver-rs_ynh/issues>
|
||||
|
||||
## Información para desarrolladores
|
||||
|
||||
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing
|
||||
|
||||
Para probar la rama `testing`, sigue asÍ:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Second-generation server for Firefox Sync written in Rust.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 0.15.8~ynh1
|
||||
**Paketatutako bertsioa:** 0.15.9~ynh1
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||
|
|
|
@ -18,7 +18,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.8~ynh1
|
||||
**Version incluse :** 0.15.9~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Second-generation server for Firefox Sync written in Rust.
|
||||
|
||||
|
||||
**Versión proporcionada:** 0.15.8~ynh1
|
||||
**Versión proporcionada:** 0.15.9~ynh1
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
Second-generation server for Firefox Sync written in Rust.
|
||||
|
||||
|
||||
**分发版本:** 0.15.8~ynh1
|
||||
**分发版本:** 0.15.9~ynh1
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Firefox SyncStorage"
|
|||
|
||||
description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
|
||||
|
||||
version = "0.15.8~ynh1"
|
||||
version = "0.15.9~ynh1"
|
||||
|
||||
maintainers = ["orhtej2"]
|
||||
|
||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
|||
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
||||
# ynh_setup_source --dest_dir="$install_dir"
|
||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
||||
url = "https://github.com/mozilla-services/syncstorage-rs/archive/refs/tags/0.15.8.tar.gz"
|
||||
sha256 = "c339e96584a2a6bf9e7fa078c8578500b11368c11d8f79c8963282e326c525b0"
|
||||
url = "https://github.com/mozilla-services/syncstorage-rs/archive/refs/tags/0.15.9.tar.gz"
|
||||
sha256 = "02f59bad0c447e91a229d714cb8fd0750bb47700eaca5ab63dcb7f183fd3d698"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
# This will provision/deprovision a unix system user
|
||||
|
|
Loading…
Add table
Reference in a new issue