Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for pr 499config-files-env | Alex Auvolat | 2023-02-06 | 1 | -5/+5 |
| | |||||
* | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 1 | -16/+24 |
| | |||||
* | Change talk links more | Alex Auvolat | 2023-01-30 | 1 | -4/+6 |
| | |||||
* | Raw links to presentations | Alex Auvolat | 2023-01-30 | 1 | -2/+2 |
| | |||||
* | zero-downtime migration procedure | Alex Auvolat | 2023-01-30 | 3 | -25/+79 |
| | |||||
* | Reorder reference manual section, move metrics list to there | Alex Auvolat | 2023-01-30 | 5 | -278/+289 |
| | |||||
* | Add links to presentationsdoc-mention-talks | Alex Auvolat | 2023-01-30 | 2 | -4/+5 |
| | |||||
* | cookbook/reverse-proxy.md: Added on-demand TLS section. | Jonathan Davies | 2023-01-30 | 1 | -0/+50 |
| | |||||
* | cookbook/monitoring.md: Added new metrics (garage_build_info, | Jonathan Davies | 2023-01-30 | 1 | -0/+25 |
| | | | | garage_replication_factor, block_compression_level). | ||||
* | cookbook/_index.md: Added link to monitoring documentation. | Jonathan Davies | 2023-01-30 | 1 | -0/+4 |
| | |||||
* | configuration.md: Corrected OpenTelemetry. | Jonathan Davies | 2023-01-30 | 1 | -2/+2 |
| | |||||
* | gateways.md: -z is a required flag for layout assign. | Jonathan Davies | 2023-01-30 | 1 | -1/+1 |
| | |||||
* | reverse-proxy.md: Corrected web server ports in Caddy example. | Jonathan Davies | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request 'Enable daemonset deployment using the helm chart' (#409) ↵ | Alex | 2023-01-26 | 1 | -1/+2 |
|\ | | | | | | | | | | | from kaiyou/garage:feat-k8s-daemonset into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409 | ||||
| * | Fix documentation based on new deployment values | kaiyou | 2022-12-25 | 1 | -1/+2 |
| | | |||||
* | | 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 |
| |