mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Fixed version in README
This commit is contained in:
parent
c1ad04f09b
commit
ff70ebf4ab
3 changed files with 5 additions and 6 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Second-generation server for Firefox Sync written in Rust.
|
Second-generation server for Firefox Sync written in Rust.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:**
|
**Shipped version:** 0.13.7-20230926~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 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Ceci est une fausse description des fonctionalités de l'app
|
Ceci est une fausse description des fonctionalités de l'app
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :**
|
**Version incluse :** 0.13.7-20230926~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/>
|
||||||
|
|
|
@ -3,9 +3,8 @@ packaging_format = 2
|
||||||
id = "syncstorage-rs"
|
id = "syncstorage-rs"
|
||||||
name = "Firefox Sync Storage (new)"
|
name = "Firefox Sync Storage (new)"
|
||||||
|
|
||||||
[description]
|
description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
|
||||||
en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
|
description.fr = "New Firefox Sync Storage implemented in Rust."
|
||||||
fr = "New Firefox Sync Storage implemented in Rust."
|
|
||||||
|
|
||||||
version = "0.13.7-20230926~ynh1"
|
version = "0.13.7-20230926~ynh1"
|
||||||
|
|
||||||
|
@ -79,4 +78,4 @@ ram.runtime = "50M"
|
||||||
# This will automatically provision/deprovison a database and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
# This will automatically provision/deprovison a database and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue