Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cookbook/real-world.md: Added note about mesh network options. | Jonathan Davies | 2023-01-25 | 1 | -2/+6 |
| | |||||
* | doc: Added observability.md. | Jonathan Davies | 2023-01-13 | 2 | -3/+61 |
| | |||||
* | Add docs about running pict-rs with garage | kaiyou | 2023-01-12 | 1 | -2/+63 |
| | |||||
* | Implement `rpc_secret_file` | Felix Scheinost | 2023-01-04 | 2 | -2/+6 |
| | |||||
* | Merge pull request 'Add a note about Peertube 5.0 private videos' (#456) ↵ | Alex | 2023-01-02 | 1 | -1/+10 |
|\ | | | | | | | | | | | from kaiyou/garage:docs-apps into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/456 | ||||
| * | Add a note about Peertube 5.0 private videos | kaiyou | 2022-12-25 | 1 | -1/+10 |
| | | |||||
* | | Add some docs about using Python Minio SDK | kaiyou | 2022-12-25 | 1 | -8/+51 |
|/ | |||||
* | Fix typo in documentation | felix.scheinost | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | Update 'doc/book/design/goals.md' | tompearson | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | Fix #432: documentation issuefix-432 | Alex Auvolat | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | doc precisions and fixesdoc-0.8 | Alex Auvolat | 2022-11-16 | 2 | -3/+4 |
| | |||||
* | Rename subsections and add docker compose file | Alex Auvolat | 2022-11-16 | 2 | -5/+20 |
| | |||||
* | Add best practices and doc of monitoring (fix #419) | Alex Auvolat | 2022-11-16 | 5 | -11/+347 |
| | |||||
* | Merge pull request 'OpenAPI spec for admin API' (#379) from ↵ | Alex | 2022-11-16 | 13 | -679/+415 |
|\ | | | | | | | | | | | ecosystem/openapi into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/379 | ||||
| * | Add a "build" section, doc for SDKecosystem/openapi | Quentin Dufour | 2022-11-13 | 13 | -645/+346 |
| | | |||||
| * | Use awscli in the getting started guide | Quentin Dufour | 2022-11-11 | 1 | -40/+75 |
| | | |||||
* | | Move testing strategy to a dedicated doc section (fix #114)doc-testing-strategy | Alex Auvolat | 2022-11-14 | 3 | -2/+77 |
| | | |||||
* | | Improve Nginx reverse proxy example | Baptiste Jonglez | 2022-11-11 | 1 | -5/+9 |
|/ | | | | | | | | | | | | By default, Nginx does proxy buffering and it may store big replies to a temporary file up to 1 GB. It also means that Nginx will read data as fast as possible from Garage, even if the client downloads slowly. Both behaviours are often not wanted, so disable this temporary file in the example. Ref: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering Also add an example of upstream with a "backup" server, which may be useful to only use remote servers as fallback. | ||||
* | Add documentation to run Mastodon on Garage | Baptiste Jonglez | 2022-11-06 | 1 | -2/+130 |
| | |||||
* | Fix issue with 'http(s)://' prefixconsul-tls | Alex Auvolat | 2022-10-18 | 1 | -3/+3 |
| | |||||
* | Add TLS support for Consul discovery + refactoring | Alex Auvolat | 2022-10-18 | 1 | -31/+64 |
| | |||||
* | Update 'doc/book/reference-manual/features.md' | borgified | 2022-10-16 | 1 | -1/+1 |
| | | | | typo | ||||
* | Fix typo | chemicstry | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | Update docs | chemicstry | 2022-09-30 | 1 | -2/+2 |
| | |||||
* | Move documentation to book | chemicstry | 2022-09-30 | 1 | -0/+87 |
| | |||||
* | Document db_engine | Alex Auvolat | 2022-09-27 | 1 | -0/+43 |
| | |||||
* | Merge pull request 'Documentation changes for v0.8' (#394) from doc-0.8 into ↵ | Alex | 2022-09-27 | 3 | -7/+41 |
|\ | | | | | | | | | | | main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/394 | ||||
| * | Update docker image links | Alex Auvolat | 2022-09-26 | 1 | -6/+6 |
| | | |||||
| * | Add garage v0.8 migration guide | Alex Auvolat | 2022-09-26 | 2 | -1/+35 |
| | | |||||
* | | Update READMEnew-readme | Alex Auvolat | 2022-09-21 | 1 | -1/+1 |
|/ | |||||
* | Finish writing about Garage features, and fix from-source instructions | Alex Auvolat | 2022-09-15 | 3 | -45/+106 |
| | |||||
* | Some work on documentation towards v0.8 | Alex Auvolat | 2022-09-14 | 15 | -71/+151 |
| | |||||
* | Document available build features | Alex Auvolat | 2022-09-06 | 1 | -16/+33 |
| | |||||
* | Add some documentation for Caddy | Quentin Dufour | 2022-08-12 | 1 | -0/+22 |
| | |||||
* | Fix typo | Alex | 2022-06-29 | 1 | -1/+1 |
| | |||||
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -70/+88 |
| | | | | | | | | | | | | | | | | - [x] Refactoring of internal counting API - [x] Repair procedure for counters (it's an offline procedure!!!) - [x] New counter for objects in buckets - [x] Add quotas to buckets struct - [x] Add CLI to manage bucket quotas - [x] Add admin API to manage bucket quotas - [x] Apply quotas by adding checks on put operations - [x] Proof-read Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/326 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> | ||||
* | docs: Add Trafik reverse proxy documentation | Simon C | 2022-06-07 | 1 | -2/+139 |
| | |||||
* | docs: Fix title level | Simon C | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | docs: Add link to facilitate navigation in the documentation | Simon C | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Remove useless MC_REGION env variabledoc2 | Quentin Dufour | 2022-06-02 | 1 | -10/+0 |
| | |||||
* | Fixes to S3 compatibility page (#314) | Alex | 2022-05-25 | 1 | -29/+48 |
| | | | | | | | | | Mention PostObject is implemented, fix english mistakes Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/314 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> | ||||
* | Update Ceph S3 endpoints compatibility | Quentin Dufour | 2022-05-25 | 1 | -28/+36 |
| | |||||
* | Shorter page titledoc/admin-api | Alex Auvolat | 2022-05-24 | 1 | -1/+1 |
| | |||||
* | Add lost content for Restic with Garage | Alex Auvolat | 2022-05-24 | 1 | -0/+55 |
| | | | | Suggested-by: Quentin <quentin@deuxfleurs.fr> | ||||
* | Add documentation for new Admin API and a few infos on K2V | Alex Auvolat | 2022-05-24 | 3 | -4/+716 |
| | |||||
* | Add documentation on running Kopia with Garage | Baptiste Jonglez | 2022-04-10 | 1 | -0/+21 |
| | |||||
* | Be clearer on what upgrades are (not) supporteddoc/upgrading | Quentin Dufour | 2022-04-06 | 3 | -10/+4 |
| | |||||
* | Add an "upgrading" section, add a guide for 0.7 | Quentin Dufour | 2022-04-05 | 3 | -2/+89 |
| | |||||
* | Add documentation for winscp+sftpgodoc/winscp+sftpgo | Quentin Dufour | 2022-03-31 | 1 | -2/+57 |
| | |||||
* | New replication modes and their documentationfeature/documentation | Alex Auvolat | 2022-03-28 | 1 | -17/+70 |
| |