mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
commit
c7b2f3e1b1
7 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
||||||
Second-generation server for Firefox Sync written in Rust.
|
Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.16.0~ynh1
|
**Shipped version:** 0.17.0~ynh1
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
- Official app website: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
- Official app website: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
||||||
Second-generation server for Firefox Sync written in Rust.
|
Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 0.16.0~ynh1
|
**Versión actual:** 0.17.0~ynh1
|
||||||
## Documentaciones y recursos
|
## Documentaciones y recursos
|
||||||
|
|
||||||
- Sitio web oficial: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
- Sitio web oficial: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
||||||
Second-generation server for Firefox Sync written in Rust.
|
Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 0.16.0~ynh1
|
**Paketatutako bertsioa:** 0.17.0~ynh1
|
||||||
## Dokumentazioa eta baliabideak
|
## Dokumentazioa eta baliabideak
|
||||||
|
|
||||||
- Aplikazioaren webgune ofiziala: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
- 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.
|
Serveur de seconde génération pour Firefox Sync écrit en Rust.
|
||||||
|
|
||||||
**Version incluse :** 0.16.0~ynh1
|
**Version incluse :** 0.17.0~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/>
|
||||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
||||||
Second-generation server for Firefox Sync written in Rust.
|
Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 0.16.0~ynh1
|
**Versión proporcionada:** 0.17.0~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/>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
Second-generation server for Firefox Sync written in Rust.
|
Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 0.16.0~ynh1
|
**分发版本:** 0.17.0~ynh1
|
||||||
## 文档与资源
|
## 文档与资源
|
||||||
|
|
||||||
- 官方应用网站: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
- 官方应用网站: <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."
|
description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
|
||||||
|
|
||||||
version = "0.16.0~ynh1"
|
version = "0.17.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["orhtej2"]
|
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 :
|
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
||||||
# ynh_setup_source --dest_dir="$install_dir"
|
# ynh_setup_source --dest_dir="$install_dir"
|
||||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
# 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.16.0.tar.gz"
|
url = "https://github.com/mozilla-services/syncstorage-rs/archive/refs/tags/0.17.0.tar.gz"
|
||||||
sha256 = "b3985e588ca065780f3bf2338b2f7f9d4d4dd2f295f9ee6dfcba061f40ecbb82"
|
sha256 = "803b36cf1f073301dac6cd1d606418c7a85ac9d7131fb1a9c08e414d22c2110f"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
# This will provision/deprovision a unix system user
|
# This will provision/deprovision a unix system user
|
||||||
|
|
Loading…
Add table
Reference in a new issue