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-03-11 16:04:50 +01:00
.github Delete updater.sh 2023-12-10 21:15:10 +01:00
conf Merge branch 'testing' into web_endpoint 2024-02-06 10:26:37 +01:00
doc Merge branch 'testing' into web_endpoint 2024-03-01 16:54:17 +00:00
scripts [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 2024-03-11 16:04:50 +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 garage 0.9.2 2024-03-01 17:59:41 +01:00
README.md Auto-update README 2024-03-01 16:59:44 +00:00
README_fr.md Auto-update README 2024-03-01 16:59:44 +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.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