Coder Social home page Coder Social logo

garage_ynh's Introduction

Garage for YunoHost

Integration level Working status Maintenance status

Install Garage with YunoHost

Read this README is other languages.

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

garage_ynh's People

Contributors

alexaubin avatar comradekingu avatar decentral1se avatar erdnaxeli avatar ericgaspar avatar gofannon avatar jeromelebleu avatar jibec avatar jimbojoe avatar jocelyndelalande avatar josue-t avatar jules-bertholet avatar julienmalik avatar kay0u avatar kemenaran avatar kloadut avatar lapineige avatar m5oul avatar maniackcrudelis avatar mickael-martin avatar oiseauroch avatar oniricorpe avatar opi avatar polytan02 avatar rgarrigue avatar sebmennetrier avatar tagadda avatar yalh76 avatar yunohost-bot avatar zamentur avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

lapineige

garage_ynh's Issues

Savagely editing the global nginx conf is "not cool"

cf https://github.com/YunoHost-Apps/garage_ynh/blob/master/scripts/install#L205

  • The CI complains about this at the end of the install:
32238 ERROR Packagers /!\ This app manually modified some system configuration files! This should not happen! If you need to do so, you should implement a proper conf_regen hook. Those configuration were affected:
    - /etc/nginx/conf.d/sub.domain.tld.conf
  • Admins will see a warning in the diagnosis about this and will be encouraged to force-regen the conf which will undo the change
  • If they don't, their nginx conf wont be automatically updated by YunoHost, which may lead to other important issues
  • There's no easy way to undo that change in the remove script

The good way to do this is to have a regen conf hook, for example as done in

(not sure about having it in sources/hooks/conf_regen, maybe conf/ is simpler)

Better document/name the number of G to allow

There is a required field that says:
number of G to allow. I read the garage docs, but that is not documented there either. What is the G ? Number of gigabytes? Number of nodes in the cluster?

Do not overwrite config file during each update.

The config file (garage.toml) is overwritten on each update… that's an issue, in particular because that mean each update will break the server until user use CLI to change the config file, if they changed the config file.
Shouldn't we change that behavior ? 🤔

#22 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.