aboutsummaryrefslogtreecommitdiff
path: root/doc/book
Commit message (Collapse)AuthorAgeFilesLines
* doc: cli.md: Added s5cmd example.Jonathan Davies2023-03-131-0/+21
|
* binary-packages.md: Added.Jonathan Davies2023-03-032-0/+32
|
* Add documentation on community Ansible rolesBaptiste Jonglez2023-03-012-1/+56
|
* docs: fix k2v spec linkwilson2023-02-261-1/+1
| | | Signed-off-by: wilson <wilson@noreply.localhost>
* cookbook/reverse-proxy.md: Fixed up Traefik section:Jonathan Davies2023-02-141-27/+84
| | | | | | | | | | * Renamed my_garage_service -> garage-s3-service. * Defined a web service for port 3902. * Added a garage-s3 router. * Pointed website definition at web service. * Use the /health endpoint for loadBalancer health check. * Renamed gzip_compress to just compression as traefik v3 will also do brotli compression.
* cookbook/reverse-proxy.md: Document how to use healthchecks for caddy.Jonathan Davies2023-02-141-3/+18
|
* backup.md: Added section for git-annex.Jonathan Davies2023-02-081-0/+34
|
* Merge pull request 'upgrading.md: Added small note about garage_build_info.' ↵Alex2023-02-061-0/+4
|\ | | | | | | | | | | (#501) from jpds/garage:doc-upgrade-buildinfo-metric into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/501
| * upgrading.md: Added small note about garage_build_info.Jonathan Davies2023-02-061-0/+4
| |
* | fixes for pr 499config-files-envAlex Auvolat2023-02-061-5/+5
| |
* | secrets can be passed directly in config, as file, or as envAlex Auvolat2023-02-031-16/+24
|/
* Change talk links moreAlex Auvolat2023-01-301-4/+6
|
* Raw links to presentationsAlex Auvolat2023-01-301-2/+2
|
* zero-downtime migration procedureAlex Auvolat2023-01-303-25/+79
|
* Reorder reference manual section, move metrics list to thereAlex Auvolat2023-01-305-278/+289
|
* Add links to presentationsdoc-mention-talksAlex Auvolat2023-01-302-4/+5
|
* cookbook/reverse-proxy.md: Added on-demand TLS section.Jonathan Davies2023-01-301-0/+50
|
* cookbook/monitoring.md: Added new metrics (garage_build_info,Jonathan Davies2023-01-301-0/+25
| | | | garage_replication_factor, block_compression_level).
* cookbook/_index.md: Added link to monitoring documentation.Jonathan Davies2023-01-301-0/+4
|
* configuration.md: Corrected OpenTelemetry.Jonathan Davies2023-01-301-2/+2
|
* gateways.md: -z is a required flag for layout assign.Jonathan Davies2023-01-301-1/+1
|
* reverse-proxy.md: Corrected web server ports in Caddy example.Jonathan Davies2023-01-271-1/+1
|
* Merge pull request 'Enable daemonset deployment using the helm chart' (#409) ↵Alex2023-01-261-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 valueskaiyou2022-12-251-1/+2
| |
* | cookbook/real-world.md: Added note about mesh network options.Jonathan Davies2023-01-251-2/+6
| |
* | doc: Added observability.md.Jonathan Davies2023-01-132-3/+61
| |
* | Add docs about running pict-rs with garagekaiyou2023-01-121-2/+63
| |
* | Implement `rpc_secret_file`Felix Scheinost2023-01-042-2/+6
| |
* | Merge pull request 'Add a note about Peertube 5.0 private videos' (#456) ↵Alex2023-01-021-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 videoskaiyou2022-12-251-1/+10
| |/
* / Add some docs about using Python Minio SDKkaiyou2022-12-251-8/+51
|/
* Fix typo in documentationfelix.scheinost2022-12-071-1/+1
|
* Update 'doc/book/design/goals.md'tompearson2022-12-041-1/+1
|
* Fix #432: documentation issuefix-432Alex Auvolat2022-11-241-1/+1
|
* doc precisions and fixesdoc-0.8Alex Auvolat2022-11-162-3/+4
|
* Rename subsections and add docker compose fileAlex Auvolat2022-11-162-5/+20
|
* Add best practices and doc of monitoring (fix #419)Alex Auvolat2022-11-165-11/+347
|
* Merge pull request 'OpenAPI spec for admin API' (#379) from ↵Alex2022-11-1613-679/+415
|\ | | | | | | | | | | ecosystem/openapi into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/379
| * Add a "build" section, doc for SDKecosystem/openapiQuentin Dufour2022-11-1313-645/+346
| |
| * Use awscli in the getting started guideQuentin Dufour2022-11-111-40/+75
| |
* | Move testing strategy to a dedicated doc section (fix #114)doc-testing-strategyAlex Auvolat2022-11-143-2/+77
| |
* | Improve Nginx reverse proxy exampleBaptiste Jonglez2022-11-111-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 GarageBaptiste Jonglez2022-11-061-2/+130
|
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-3/+3
|
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-31/+64
|
* Update 'doc/book/reference-manual/features.md'borgified2022-10-161-1/+1
| | | | typo
* Fix typochemicstry2022-09-301-1/+1
|
* Update docschemicstry2022-09-301-2/+2
|
* Move documentation to bookchemicstry2022-09-301-0/+87
|
* Document db_engineAlex Auvolat2022-09-271-0/+43
|