mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
Auto-update README
This commit is contained in:
parent
d4503dc624
commit
e2c63cae1d
2 changed files with 23 additions and 23 deletions
20
README.md
20
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Borg Server for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/borgserver.svg)](https://dash.yunohost.org/appci/app/borgserver) ![](https://ci-apps.yunohost.org/ci/badges/borgserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/borgserver.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/borgserver.svg)](https://dash.yunohost.org/appci/app/borgserver) ![Working status](https://ci-apps.yunohost.org/ci/badges/borgserver.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/borgserver.maintain.svg)
|
||||
[![Install Borg Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=borgserver)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -21,26 +21,24 @@ The main goal of Borg is to provide an efficient and secure way to backup data.
|
|||
|
||||
|
||||
**Shipped version:** 1.1.16~ynh9
|
||||
|
||||
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://www.borgbackup.org/
|
||||
* Official admin documentation: https://borgbackup.readthedocs.io/en/stable/
|
||||
* Upstream app code repository: https://github.com/borgbackup/borg
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_borgserver
|
||||
* Report a bug: https://github.com/YunoHost-Apps/borgserver_ynh/issues
|
||||
* Official app website: <https://www.borgbackup.org/>
|
||||
* Official admin documentation: <https://borgbackup.readthedocs.io/en/stable/>
|
||||
* Upstream app code repository: <https://github.com/borgbackup/borg>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_borgserver>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/borgserver_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade borgserver -u https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
26
README_fr.md
26
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Borg Server pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/borgserver.svg)](https://dash.yunohost.org/appci/app/borgserver) ![](https://ci-apps.yunohost.org/ci/badges/borgserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/borgserver.maintain.svg)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/borgserver.svg)](https://dash.yunohost.org/appci/app/borgserver) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/borgserver.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/borgserver.maintain.svg)
|
||||
[![Installer Borg Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=borgserver)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Borg Server rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -17,26 +21,24 @@ The main goal of Borg is to provide an efficient and secure way to backup data.
|
|||
|
||||
|
||||
**Version incluse :** 1.1.16~ynh9
|
||||
|
||||
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://www.borgbackup.org/
|
||||
* Documentation officielle de l'admin : https://borgbackup.readthedocs.io/en/stable/
|
||||
* Dépôt de code officiel de l'app : https://github.com/borgbackup/borg
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_borgserver
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/borgserver_ynh/issues
|
||||
* Site officiel de l'app : <https://www.borgbackup.org/>
|
||||
* Documentation officielle de l'admin : <https://borgbackup.readthedocs.io/en/stable/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/borgbackup/borg>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_borgserver>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/borgserver_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade borgserver -u https://github.com/YunoHost-Apps/borgserver_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…
Reference in a new issue