Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 2 | -3/+39 |
|\ | |||||
| * | fix references to old config namesconsul-agent-registration | Roberto Hidalgo | 2023-05-22 | 1 | -2/+2 |
| | | |||||
| * | update docs | Roberto Hidalgo | 2023-05-22 | 1 | -5/+5 |
| | | |||||
| * | simplify code according to feedback | Roberto Hidalgo | 2023-05-22 | 1 | -3/+3 |
| | | |||||
| * | rename mode to consul_http_api | Roberto Hidalgo | 2023-05-22 | 1 | -10/+10 |
| | | |||||
| * | follow feedback, fold into existing feature | Roberto Hidalgo | 2023-05-22 | 1 | -10/+35 |
| | | |||||
| * | allow additional ServiceMeta, docs | Roberto Hidalgo | 2023-05-22 | 1 | -2/+13 |
| | | |||||
| * | register consul services against local agent instead of catalog api | Roberto Hidalgo | 2023-05-22 | 1 | -1/+1 |
| | | |||||
* | | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -0/+45 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 25 | -394/+850 |
|\| | |||||
| * | cookbook/real-world: fix typo | yuka | 2023-04-21 | 1 | -1/+1 |
| | | |||||
| * | docs(book/quickstart): adapt aws s3 commands to example | arthurlutz | 2023-04-03 | 1 | -3/+3 |
| | | | | | | Signed-off-by: arthurlutz <arthurlutz@noreply.localhost> | ||||
| * | cli.md: Pointed Cyberduck profile at upstream link. | Jonathan Davies | 2023-03-20 | 1 | -49/+4 |
| | | |||||
| * | doc: cli.md: Added s5cmd example. | Jonathan Davies | 2023-03-13 | 1 | -0/+21 |
| | | |||||
| * | binary-packages.md: Added. | Jonathan Davies | 2023-03-03 | 2 | -0/+32 |
| | | |||||
| * | Add documentation on community Ansible roles | Baptiste Jonglez | 2023-03-01 | 2 | -1/+56 |
| | | |||||
| * | docs: fix k2v spec link | wilson | 2023-02-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: wilson <wilson@noreply.localhost> | ||||
| * | cookbook/reverse-proxy.md: Fixed up Traefik section: | Jonathan Davies | 2023-02-14 | 1 | -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 Davies | 2023-02-14 | 1 | -3/+18 |
| | | |||||
| * | backup.md: Added section for git-annex. | Jonathan Davies | 2023-02-08 | 1 | -0/+34 |
| | | |||||
| * | Merge pull request 'upgrading.md: Added small note about garage_build_info.' ↵ | Alex | 2023-02-06 | 1 | -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 Davies | 2023-02-06 | 1 | -0/+4 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | Changed all instances of 'key new' to 'key create' to make it consistent as ↵ | Jonathan Davies | 2023-01-03 | 4 | -8/+8 |
|/ / | | | | | | | bucket commands issued normally around the same time. | ||||
* | | 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 |
| |