mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
add Description and disclaimer
This commit is contained in:
parent
c7a544cabd
commit
27444b35bd
3 changed files with 17 additions and 10 deletions
|
@ -1,9 +1,17 @@
|
||||||
Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
Garage is an S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.
|
||||||
|
|
||||||
|
Garage is designed for storage clusters composed of nodes running at different physical locations, in order to easily provide a storage service that replicates data at these different locations and stays available even when some servers are unreachable. Garage also focuses on being lightweight, easy to operate, and highly resilient to machine failures.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
- S3 API
|
||||||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
- Standalone/self-contained
|
||||||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
- Flexible topology
|
||||||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
- No RAFT slowing you down
|
||||||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
- Several replication modes
|
||||||
|
- Web server for static websites
|
||||||
|
- Bucket names as aliases
|
||||||
|
- Cluster administration API
|
||||||
|
- Metrics and traces
|
||||||
|
- Support for changing IP addresses
|
||||||
|
- K2V API (experimental)
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* etc...
|
* etc...
|
||||||
|
|
||||||
* Other infos that people should be aware of, such as:
|
* Other infos that people should be aware of, such as:
|
||||||
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
* 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.
|
||||||
* how to configure / administrate the application if it ain't obvious
|
* This application consider that the weight of the node is the size reserved to garage in G
|
||||||
* upgrade process / specificities / things to be aware of ?
|
* 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.
|
||||||
* security considerations ?
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue