aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand ↵Alex2023-08-281-0/+3
|\ | | | | | | | | | | TLS endpoint (<admin>/check?domain=xx)' (#610) from bug/support-root-domains-on-demand-tls into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/610
| * support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-081-0/+3
| |
* | reverse-proxy.md: Added caching section for Caddy.Jonathan Davies2023-08-161-0/+41
|/
* cookbook/encryption.md: Added Cyberduck note.Jonathan Davies2023-06-191-0/+5
|
* cookbook/encryption.md: Added note on XMPP.Jonathan Davies2023-06-191-1/+4
|
* doc: encryption organizationAlex Auvolat2023-06-141-7/+10
|
* doc: better doc on systemd's DynamicUser (fix #430)Alex Auvolat2023-06-141-1/+14
|
* Add a page about encryption (fix #416)Alex Auvolat2023-06-141-0/+105
|
* doc: reformulate in monitoring pageAlex Auvolat2023-06-141-5/+1
|
* doc: add an operations&maintenance section and move some pages thereAlex Auvolat2023-06-145-315/+2
|
* Add documentation on durability and repair procedures (fix #219)Alex Auvolat2023-06-143-2/+116
|
* doc: english improvementAlex Auvolat2023-06-141-1/+1
|
* Doc: update goals, add docker aliasAlex Auvolat2023-06-141-0/+6
| | | | Fix #235
* cookbook/real-world: fix typoyuka2023-04-211-1/+1
|
* binary-packages.md: Added.Jonathan Davies2023-03-032-0/+32
|
* Add documentation on community Ansible rolesBaptiste Jonglez2023-03-012-1/+56
|
* 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
|
* upgrading.md: Added small note about garage_build_info.Jonathan Davies2023-02-061-0/+4
|
* zero-downtime migration procedureAlex Auvolat2023-01-301-23/+54
|
* Reorder reference manual section, move metrics list to thereAlex Auvolat2023-01-301-275/+1
|
* 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
|
* 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
|/
* 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-164-9/+346
|
* 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.
* Fix typochemicstry2022-09-301-1/+1
|
* Update docschemicstry2022-09-301-2/+2
|
* Move documentation to bookchemicstry2022-09-301-0/+87
|
* Update docker image linksAlex Auvolat2022-09-261-6/+6
|
* Finish writing about Garage features, and fix from-source instructionsAlex Auvolat2022-09-152-29/+50
|
* Document available build featuresAlex Auvolat2022-09-061-16/+33
|
* Add some documentation for CaddyQuentin Dufour2022-08-121-0/+22
|
* docs: Add Trafik reverse proxy documentationSimon C2022-06-071-2/+139
|
* docs: Fix title levelSimon C2022-06-071-1/+1
|
* Be clearer on what upgrades are (not) supporteddoc/upgradingQuentin Dufour2022-04-061-8/+2
|
* Add an "upgrading" section, add a guide for 0.7Quentin Dufour2022-04-051-0/+56
|
* Talk a bit about capacity balancing between regionsAlex Auvolat2022-03-221-11/+18
|
* Change position of the node-id argumentSteam2022-03-191-4/+4
|
* documentation: add mention to install build-essentialAlex Auvolat2022-02-161-3/+8
|
* Improve integration part of the docQuentin Dufour2022-02-071-52/+29
|
* Reorganize documentation for new website (#213)Alex2022-02-078-0/+819
This PR should be merged after the new website is deployed. - [x] Rename files - [x] Add front matter section to all `.md` files in the book (necessary for Zola) - [x] Change all internal links to use Zola's linking system that checks broken links - [x] Some updates to documentation contents and organization Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/213 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>