mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
Auto-update README
This commit is contained in:
parent
87b89e1d99
commit
d3f251fd83
2 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,10 @@ Garage is designed for storage clusters composed of nodes running at different p
|
||||||
* This application consider that the weight of the node is the size reserved to garage in G
|
* This application consider that the weight of the node is the size reserved to garage in G
|
||||||
* This application will try to create a virtual disk to ensure garage doesn't use more than allowed. If virtualisation is not available your responsible to check space used by garage.
|
* This application will try to create a virtual disk to ensure garage doesn't use more than allowed. If virtualisation is not available your responsible to check space used by garage.
|
||||||
|
|
||||||
|
# How to run commands for Garage
|
||||||
|
1. Use `yunohost app shell garage` to use the command line in Garage own environnement (don't forget to `exit` at the end). You will be located in `/opt/yunohost/garage/` own directory.
|
||||||
|
2. Then for each use of the `garage` command, you need to specify the config file as a parameter `garage -c garage.toml [the actions you wish to run]`.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://garagehq.deuxfleurs.fr/>
|
* Official app website: <https://garagehq.deuxfleurs.fr/>
|
||||||
|
|
|
@ -47,6 +47,10 @@ Garage is designed for storage clusters composed of nodes running at different p
|
||||||
* This application consider that the weight of the node is the size reserved to garage in G
|
* This application consider that the weight of the node is the size reserved to garage in G
|
||||||
* This application will try to create a virtual disk to ensure garage doesn't use more than allowed. If virtualisation is not available your responsible to check space used by garage.
|
* This application will try to create a virtual disk to ensure garage doesn't use more than allowed. If virtualisation is not available your responsible to check space used by garage.
|
||||||
|
|
||||||
|
# How to run commands for Garage
|
||||||
|
1. Use `yunohost app shell garage` to use the command line in Garage own environnement (don't forget to `exit` at the end). You will be located in `/opt/yunohost/garage/` own directory.
|
||||||
|
2. Then for each use of the `garage` command, you need to specify the config file as a parameter `garage -c garage.toml [the actions you wish to run]`.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://garagehq.deuxfleurs.fr/>
|
* Site officiel de l’app : <https://garagehq.deuxfleurs.fr/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue