Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in doc | Alex Auvolat | 2024-04-08 | 1 | -1/+1 |
| | |||||
* | [doc-units] document how interval value is parsed | Alex Auvolat | 2024-04-03 | 1 | -3/+5 |
| | |||||
* | [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usage | Alex Auvolat | 2024-03-27 | 1 | -0/+33 |
| | |||||
* | [syslog] document environment variables | Alex Auvolat | 2024-03-20 | 1 | -1/+23 |
| | |||||
* | [db-snapshot] documentation for metadata db snapshotsdb-snapshot | Alex Auvolat | 2024-03-15 | 1 | -0/+21 |
| | |||||
* | [disable-scrub] document `disable_scrub` config optiondisable-scrub | Alex Auvolat | 2024-03-14 | 1 | -0/+18 |
| | |||||
* | [doc-updates] doc: be slightly more critical of LMDB | Alex Auvolat | 2024-03-14 | 1 | -11/+24 |
| | |||||
* | Merge pull request 'Docs: add default metrics_token in quick start + ↵ | Alex | 2024-02-29 | 1 | -4/+4 |
|\ | | | | | | | | | | | uniformize use of base64' (#739) from doc-default-token into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/739 | ||||
| * | [doc-default-token] add default metrics_token in quick start + uniformize ↵ | Alex Auvolat | 2024-02-29 | 1 | -4/+4 |
| | | | | | | | | use of base64 | ||||
* | | [doc-dedup] fix #rpc_bind_outgoing anchor in config page | Alex Auvolat | 2024-02-28 | 1 | -1/+1 |
|/ | |||||
* | [networking-fixes] add doc for rpc_bind_outgoingnetworking-fixes | Alex Auvolat | 2024-02-19 | 1 | -0/+13 |
| | |||||
* | [doc-fixes] configuration reference: fix typo and set block size in M | Alex Auvolat | 2024-02-19 | 1 | -2/+2 |
| | |||||
* | [doc-fixes] fixes to index of configuration options | Alex Auvolat | 2024-02-19 | 1 | -13/+10 |
| | |||||
* | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 1 | -3/+19 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Garage v0.8.5 This minor release includes the following improvements and fixes: New features: - Configuration: make LMDB's `map_size` configurable and make `block_size` and `sled_cache_capacity` expressable as strings (such as `10M`) (#628, #630) - Add support for binding to Unix sockets for the S3, K2V, Admin and Web API servers (#640) - Move the `convert_db` command into the main Garage binary (#645) - Add support for specifying RPC secret and admin tokens as environment variables (#643) - Add `allow_world_readable_secrets` option to config file (#663, #685) Bug fixes: - Use `statvfs` instead of mount list to determine free space in metadata/data directories (#611, #631) - Add missing casts to fix 32-bit build (#632) - Fix error when none of the HTTP servers (S3/K2V/Admin/Web) is started and fix shutdown hang (#613, #633) - Add missing CORS headers to PostObject response (#609, #656) - Monitoring: finer histogram boundaries in Prometheus exported metrics (#531, #686) Other: - Documentation improvements (#641) | ||||
| * | config: refactor secret sourcing | Alex Auvolat | 2024-01-15 | 1 | -4/+3 |
| | | |||||
| * | Add allow_world_readable_secrets option to config file | Félix Baylac Jacqué | 2023-10-26 | 1 | -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 ↵ | networkException | 2023-10-19 | 1 | -3/+8 |
| | | | | | | | | variables | ||||
* | | doc: move replication_mode to top of configuration page referencefix-doc-db-engine | Alex Auvolat | 2023-11-28 | 1 | -85/+85 |
| | | |||||
* | | doc: improve navigation in configuration reference | Alex Auvolat | 2023-11-28 | 1 | -40/+97 |
| | | |||||
* | | doc: update the `db_engine` section | Alex Auvolat | 2023-11-28 | 1 | -27/+30 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 1 | -0/+7 |
|\| | |||||
| * | doc: add documentation for specifying unix socket paths | networkException | 2023-10-03 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -3/+12 |
|\| | |||||
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 1 | -4/+4 |
| | | |||||
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 1 | -0/+9 |
| | | |||||
* | | Document multi-hdd support | Alex Auvolat | 2023-09-07 | 1 | -0/+13 |
| | | |||||
* | | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -2/+2 |
|\| | |||||
| * | doc/book: fix typo | Florian Klink | 2023-07-14 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -2/+38 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -0/+45 |
|/ | |||||
* | 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 |
| | |||||
* | configuration.md: Corrected OpenTelemetry. | Jonathan Davies | 2023-01-30 | 1 | -2/+2 |
| | |||||
* | Implement `rpc_secret_file` | Felix Scheinost | 2023-01-04 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | Document db_engine | Alex Auvolat | 2022-09-27 | 1 | -0/+43 |
| | |||||
* | Some work on documentation towards v0.8 | Alex Auvolat | 2022-09-14 | 1 | -13/+1 |
| | |||||
* | Add documentation for new Admin API and a few infos on K2V | Alex Auvolat | 2022-05-24 | 1 | -4/+32 |
| | |||||
* | New replication modes and their documentationfeature/documentation | Alex Auvolat | 2022-03-28 | 1 | -17/+70 |
| | |||||
* | document administrative options | Alex Auvolat | 2022-03-28 | 1 | -0/+23 |
| | |||||
* | add support for kubernetes service discovery | Max Audron | 2022-03-12 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | This commit adds support to discover garage instances running in kubernetes. Once enabled by setting `kubernetes_namespace` and `kubernetes_service_name` garage will create a Custom Resources `garagenodes.deuxfleurs.fr` with nodes public key as the resource name. and IP and Port information as spec in the namespace configured by `kubernetes_namespace`. For discovering nodes the resources are filtered with the optionally set `kubernetes_service_name` which sets a label `garage.deuxfleurs.fr/service` on the resources. This allows to separate multiple garage deployments in a single namespace. the `kubernetes_skip_crd` variable allows to disable the creation of the CRD by garage itself. The user must deploy this manually. | ||||
* | Small documentation updates (#237) | Alex | 2022-02-10 | 1 | -16/+20 |
| | | | | | | | | | Fixes #234, among other things Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/237 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> | ||||
* | Reorganize documentation for new website (#213) | Alex | 2022-02-07 | 1 | -0/+240 |
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> |