diff --git a/README.md b/README.md index 7474101..7176552 100644 --- a/README.md +++ b/README.md @@ -36,20 +36,6 @@ Garage is designed for storage clusters composed of nodes running at different p **Shipped version:** 0.9.0~ynh1 -## Disclaimers / important information - -* Limitations : - * This application is not usable if you're not part of a cluster with minimun 3 other nodes - * If you are behind a nat and use upnp to configure your port redirection, you may need to add peers via config panel instead of during installation and/or create a permanent redirection in your router/box - -* infos you should be aware of: - * This application provide a node that you can connect to a garage cluster. Few option are manageable by the config panel for the current node but IT DOESN'T offer simpler way to manage bucket and keys. You have to do it by command line or let an other node managing it. - * 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. - -# 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 diff --git a/README_fr.md b/README_fr.md index f0ac369..c6acc98 100644 --- a/README_fr.md +++ b/README_fr.md @@ -36,20 +36,6 @@ Garage is designed for storage clusters composed of nodes running at different p **Version incluse :** 0.9.0~ynh1 -## Avertissements / informations importantes - -* Limitations : - * This application is not usable if you're not part of a cluster with minimun 3 other nodes - * If you are behind a nat and use upnp to configure your port redirection, you may need to add peers via config panel instead of during installation and/or create a permanent redirection in your router/box - -* infos you should be aware of: - * This application provide a node that you can connect to a garage cluster. Few option are manageable by the config panel for the current node but IT DOESN'T offer simpler way to manage bucket and keys. You have to do it by command line or let an other node managing it. - * 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. - -# 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 diff --git a/manifest.toml b/manifest.toml index af0af6f..178276f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,7 +32,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.rpc_secret] ask.en = "UUID of the network (rpc-secret) " diff --git a/tests.toml b/tests.toml index e69de29..91daf17 100644 --- a/tests.toml +++ b/tests.toml @@ -0,0 +1,7 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ \ No newline at end of file