https://github.com/yunohost-apps/garage_ynh
Garage package for YunoHost
https://github.com/yunohost-apps/garage_ynh
garage yunohost yunohost-apps
Last synced: about 1 month ago
JSON representation
Garage package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/garage_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2022-12-23T11:43:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T20:44:10.000Z (9 months ago)
- Last Synced: 2024-08-19T21:09:24.384Z (9 months ago)
- Topics: garage, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://garagehq.deuxfleurs.fr/
- Size: 529 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garage for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/garage/)

[](https://install-app.yunohost.org/?app=garage)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Garage quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) 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:** 1.0.1~ynh1
## Documentation and resources- Official app website:
- Official user documentation:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/garage_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
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:**