aboutsummaryrefslogtreecommitdiff
path: root/doc/book
Commit message (Collapse)AuthorAgeFilesLines
* config: refactor secret sourcingAlex Auvolat2024-01-151-4/+3
|
* Add allow_world_readable_secrets option to config fileFélix Baylac Jacqué2023-10-261-0/+12
| | | | | | | | | | | | | | | | | | | Sometimes, the secret files permissions checks gets in the way. It's by no mean complete, it doesn't take the Posix ACLs into account among other things. Correctly checking the ACLs would be too involving (see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658#issuecomment-7102) and would likely still fail in some weird chmod settings. We're adding a new configuration file key allowing the user to disable this permission check altogether. The (already existing) env variable counterpart always take precedence to this config file option. That's useful in cases where the configuration file is static and cannot be easily altered. Fixes https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658 Co-authored-by: Florian Klink <flokli@flokli.de>
* docs: add documentation for specifying token / secret file as environment ↵networkException2023-10-191-3/+8
| | | | variables
* Merge pull request 'Add support for binding to unix domain sockets' (#640) ↵Alex2023-10-031-0/+7
|\ | | | | | | | | | | from networkException/garage:unix-sockets into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/640
| * doc: add documentation for specifying unix socket pathsnetworkException2023-10-031-0/+7
| |
* | doc: update endpoint_url documentationFlorian Klink2023-10-023-7/+10
|/ | | | | | | | | | | Since `awscli` `>=1.29.0` or `>=2.13.0` it is now possible to use the `AWS_ENDPOINT_URL` environment variable, or the `endpoint_url` config key to override the endpoint URL. This means, the aws bash function to wrap with --endpoint-url is not necessary anymore. Update invocations to reflect that. https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html https://github.com/aws/aws-cli/issues/4454#issuecomment-1626116607
* config: make block_size and sled_cache_capacity expressable as stringsAlex Auvolat2023-09-111-4/+4
|
* make lmdb's map_size configurable (fix #628)Alex Auvolat2023-09-111-0/+9
|
* move alpine linux info to binary package pageAlex Auvolat2023-08-282-20/+17
|
* Merge pull request 'doc: Add information about Alpine Linux package to Quick ↵Alex2023-08-281-0/+19
|\ | | | | | | | | | | Start' (#564) from jirutka/garage:alpine into next-0.8 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/564
| * doc: Add information about Alpine Linux package to Quick StartJakub Jirutka2023-05-071-0/+19
| |
* | Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand ↵Alex2023-08-282-3/+90
|\ \ | | | | | | | | | | | | | | | 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-082-3/+90
| | |
* | | Merge pull request 'reverse-proxy.md: Added caching section for Caddy.' ↵Alex2023-08-281-0/+41
|\ \ \ | | | | | | | | | | | | | | | | | | | | (#614) from jpds/garage:caddy-cache into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/614
| * | | reverse-proxy.md: Added caching section for Caddy.Jonathan Davies2023-08-161-0/+41
| |/ /
* / / backup.md: Added restic-android note.Jonathan Davies2023-08-181-0/+1
|/ /
* | operations/durability-repairs-md: Fix typoMax Justus Spransy2023-07-241-1/+1
| |
* | doc/book: fix typoFlorian Klink2023-07-142-3/+3
| |
* | apps/index.md: Fixed endpoint URL example.Jonathan Davies2023-06-191-1/+1
| |
* | operations/durability-repairs.md: Added note about randomized scrub times.Jonathan Davies2023-06-191-3/+6
| |
* | 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
| |
* | docs/apps: Added ejabberd section.Jonathan Davies2023-06-191-0/+47
| |
* | 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-1416-19/+38
| |
* | 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-142-7/+11
| | | | | | | | Fix #235
* | fix references to old config namesconsul-agent-registrationRoberto Hidalgo2023-05-221-2/+2
| |
* | update docsRoberto Hidalgo2023-05-221-5/+5
| |
* | simplify code according to feedbackRoberto Hidalgo2023-05-221-3/+3
| |
* | rename mode to consul_http_apiRoberto Hidalgo2023-05-221-10/+10
| |
* | follow feedback, fold into existing featureRoberto Hidalgo2023-05-221-10/+35
| |
* | allow additional ServiceMeta, docsRoberto Hidalgo2023-05-221-2/+13
| |
* | register consul services against local agent instead of catalog apiRoberto Hidalgo2023-05-221-1/+1
|/
* cookbook/real-world: fix typoyuka2023-04-211-1/+1
|
* docs(book/quickstart): adapt aws s3 commands to examplearthurlutz2023-04-031-3/+3
| | | Signed-off-by: arthurlutz <arthurlutz@noreply.localhost>
* cli.md: Pointed Cyberduck profile at upstream link.Jonathan Davies2023-03-201-49/+4
|
* 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
| |