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
2024-02-05 17:02:55 +01:00
.github Delete updater.sh 2023-12-10 21:15:10 +01:00
conf Limit to 1GB 2024-02-05 17:02:55 +01:00
doc Explain how to use the S3 API + cleaning 2024-01-27 13:41:30 +01:00
scripts Gotta save self_bootstrap_peers as setting if we want to use it in POST_INSTALL message 2023-12-19 15:11:26 +01:00
.gitignore export virtualisation var 2022-11-30 11:40:43 +01:00
config_panel.toml Attempt to fix config panel ...² 2023-12-19 01:28:20 +01:00
LICENSE WIP packaging 2022-07-30 14:02:57 +02:00
manifest.toml Update manifest.toml 2024-02-05 16:58:58 +01:00
README.md Auto-update README 2024-02-05 15:59:03 +00:00
README_fr.md Auto-update README 2024-02-05 15:59:03 +00:00
tests.toml Reneable install tests because otherwise the CI cant test anything ... 2023-12-11 01:42:18 +01: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.9.1~ynh2

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