mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Auto-update README
This commit is contained in:
parent
4274dc5740
commit
12a8d803c3
2 changed files with 12 additions and 12 deletions
12
README.md
12
README.md
|
@ -5,9 +5,9 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Firefox SyncStorage for YunoHost
|
# Firefox SyncStorage for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/syncstorage-rs)  
|
[](https://dash.yunohost.org/appci/app/syncserver-rs)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=syncstorage-rs)
|
[](https://install-app.yunohost.org/?app=syncserver-rs)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
@ -25,18 +25,18 @@ Second-generation server for Firefox Sync written in Rust.
|
||||||
* Official app website: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
* Official app website: <https://www.mozilla.org/en-GB/firefox/features/sync/>
|
||||||
* Official admin documentation: <https://github.com/mozilla-services/syncstorage-rs/blob/master/docs/config.md>
|
* Official admin documentation: <https://github.com/mozilla-services/syncstorage-rs/blob/master/docs/config.md>
|
||||||
* Upstream app code repository: <https://github.com/mozilla-services/syncstorage-rs>
|
* Upstream app code repository: <https://github.com/mozilla-services/syncstorage-rs>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/syncstorage-rs_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/syncserver-rs_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade syncstorage-rs -u https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
|
sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -5,9 +5,9 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Firefox SyncStorage pour YunoHost
|
# Firefox SyncStorage pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/syncstorage-rs)  
|
[](https://dash.yunohost.org/appci/app/syncserver-rs)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=syncstorage-rs)
|
[](https://install-app.yunohost.org/?app=syncserver-rs)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
@ -25,18 +25,18 @@ Second-generation server for Firefox Sync written in Rust.
|
||||||
* 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/>
|
||||||
* Documentation officielle de l’admin : <https://github.com/mozilla-services/syncstorage-rs/blob/master/docs/config.md>
|
* Documentation officielle de l’admin : <https://github.com/mozilla-services/syncstorage-rs/blob/master/docs/config.md>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/mozilla-services/syncstorage-rs>
|
* Dépôt de code officiel de l’app : <https://github.com/mozilla-services/syncstorage-rs>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/syncstorage-rs_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/syncserver-rs_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade syncstorage-rs -u https://github.com/YunoHost-Apps/syncstorage-rs_ynh/tree/testing --debug
|
sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue