aboutsummaryrefslogtreecommitdiff
path: root/doc/book/reference-manual/configuration.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: move replication_mode to top of configuration page referencefix-doc-db-engineAlex Auvolat2023-11-281-85/+85
|
* doc: improve navigation in configuration referenceAlex Auvolat2023-11-281-40/+97
|
* doc: update the `db_engine` sectionAlex Auvolat2023-11-281-27/+30
|
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-0/+7
|\
| * doc: add documentation for specifying unix socket pathsnetworkException2023-10-031-0/+7
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-3/+12
|\|
| * 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
| |
* | Document multi-hdd supportAlex Auvolat2023-09-071-0/+13
| |
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-2/+2
|\|
| * doc/book: fix typoFlorian Klink2023-07-141-2/+2
| |
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-2/+38
|\|
| * 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
| |
* | Make fsync an option for meta and dataAlex Auvolat2023-06-091-0/+45
|/
* 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
|
* configuration.md: Corrected OpenTelemetry.Jonathan Davies2023-01-301-2/+2
|
* Implement `rpc_secret_file`Felix Scheinost2023-01-041-1/+5
|
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-3/+3
|
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-31/+64
|
* Document db_engineAlex Auvolat2022-09-271-0/+43
|
* Some work on documentation towards v0.8Alex Auvolat2022-09-141-13/+1
|
* Add documentation for new Admin API and a few infos on K2VAlex Auvolat2022-05-241-4/+32
|
* New replication modes and their documentationfeature/documentationAlex Auvolat2022-03-281-17/+70
|
* document administrative optionsAlex Auvolat2022-03-281-0/+23
|
* add support for kubernetes service discoveryMax Audron2022-03-121-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)Alex2022-02-101-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)Alex2022-02-071-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>