1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00
Garage package for YunoHost
Find a file
2023-12-10 13:50:34 +00:00
.github Update updater.sh 2022-03-24 10:47:23 +01:00
conf Merge branch 'testing' into version-2 2023-12-10 14:45:40 +01:00
doc cleaning 2023-12-10 14:50:29 +01:00
scripts Merge branch 'testing' into version-2 2023-12-10 14:45:40 +01:00
.gitignore export virtualisation var 2022-11-30 11:40:43 +01:00
check_process update check url 2022-12-23 14:16:46 +01:00
config_panel.toml v2 2023-04-26 16:09:37 +02:00
LICENSE WIP packaging 2022-07-30 14:02:57 +02:00
manifest.toml cleaning 2023-12-10 14:50:29 +01:00
README.md Auto-update README 2023-12-10 13:50:34 +00:00
README_fr.md Auto-update README 2023-12-10 13:50:34 +00:00

Garage for YunoHost

Integration level Working status Maintenance status

Install Garage with YunoHost

Lire ce readme en français.

This package allows you to install Garage quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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

  • S3 API
  • Standalone/self-contained
  • Flexible topology
  • No RAFT slowing you down
  • 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)

Shipped version: 0.8.2~ynh1

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/garage_ynh/tree/testing --debug
or
sudo yunohost app upgrade garage -u https://github.com/YunoHost-Apps/garage_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps