mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
Auto-update README
This commit is contained in:
parent
b7b9d3388c
commit
81fa8b43f0
2 changed files with 17 additions and 19 deletions
17
README.md
17
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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.
|
||||
-->
|
||||
|
||||
|
@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Nomad is a simple and flexible workload orchestrator to deploy and manage containers ([docker](https://www.nomadproject.io/docs/drivers/docker.html), [podman](https://www.nomadproject.io/docs/drivers/podman)), non-containerized applications ([executable](https://www.nomadproject.io/docs/drivers/exec.html), [Java](https://www.nomadproject.io/docs/drivers/java)), and virtual machines ([qemu](https://www.nomadproject.io/docs/drivers/qemu.html)) across on-prem and clouds at scale.
|
||||
|
||||
|
||||
**Shipped version:** 1.6.3~ynh1
|
||||
**Shipped version:** 1.7.6~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -203,11 +202,11 @@ job "job-download-bullseye" {
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://www.nomadproject.io/>
|
||||
* Official admin documentation: <https://www.nomadproject.io/docs>
|
||||
* Upstream app code repository: <https://github.com/hashicorp/nomad>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/nomad>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/nomad_ynh/issues>
|
||||
- Official app website: <https://www.nomadproject.io/>
|
||||
- Official admin documentation: <https://www.nomadproject.io/docs>
|
||||
- Upstream app code repository: <https://github.com/hashicorp/nomad>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/nomad>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/nomad_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -215,7 +214,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/nomad_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade nomad -u https://github.com/YunoHost-Apps/nomad_ynh/tree/testing --debug
|
||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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.
|
||||
-->
|
||||
|
||||
|
@ -18,8 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Nomad is a simple and flexible workload orchestrator to deploy and manage containers ([docker](https://www.nomadproject.io/docs/drivers/docker.html), [podman](https://www.nomadproject.io/docs/drivers/podman)), non-containerized applications ([executable](https://www.nomadproject.io/docs/drivers/exec.html), [Java](https://www.nomadproject.io/docs/drivers/java)), and virtual machines ([qemu](https://www.nomadproject.io/docs/drivers/qemu.html)) across on-prem and clouds at scale.
|
||||
|
||||
|
||||
**Version incluse :** 1.6.3~ynh1
|
||||
**Version incluse :** 1.7.6~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -203,11 +202,11 @@ job "job-download-bullseye" {
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://www.nomadproject.io/>
|
||||
* Documentation officielle de l’admin : <https://www.nomadproject.io/docs>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/hashicorp/nomad>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/nomad>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/nomad_ynh/issues>
|
||||
- Site officiel de l’app : <https://www.nomadproject.io/>
|
||||
- Documentation officielle de l’admin : <https://www.nomadproject.io/docs>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/hashicorp/nomad>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/nomad>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/nomad_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -215,10 +214,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/nomad_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade nomad -u https://github.com/YunoHost-Apps/nomad_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