aboutsummaryrefslogtreecommitdiff
path: root/doc/book/reference-manual
Commit message (Collapse)AuthorAgeFilesLines
* [doc-units] document how interval value is parsedAlex Auvolat2024-04-031-3/+5
|
* [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-272-0/+44
|
* [syslog] document environment variablesAlex Auvolat2024-03-201-1/+23
|
* [db-snapshot] documentation for metadata db snapshotsdb-snapshotAlex Auvolat2024-03-151-0/+21
|
* [disable-scrub] document `disable_scrub` config optiondisable-scrubAlex Auvolat2024-03-141-0/+18
|
* [doc-updates] doc: be slightly more critical of LMDBAlex Auvolat2024-03-141-11/+24
|
* Merge pull request 'Docs: add default metrics_token in quick start + ↵Alex2024-02-291-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 Auvolat2024-02-291-4/+4
| | | | | | | | use of base64
* | [doc-dedup] reorder features, move no-RAFT downAlex Auvolat2024-02-281-11/+11
| |
* | [doc-dedup] fix #rpc_bind_outgoing anchor in config pageAlex Auvolat2024-02-281-1/+1
| |
* | [doc-dedup] mention deduplication and compression in features pageAlex Auvolat2024-02-281-0/+8
|/
* Minor typos and grammarhartraft2024-02-201-6/+6
|
* [peer-metrics] add documentation for new cluster status metricspeer-metricsAlex Auvolat2024-02-201-0/+106
|
* [networking-fixes] add doc for rpc_bind_outgoingnetworking-fixesAlex Auvolat2024-02-191-0/+13
|
* [doc-fixes] configuration reference: fix typo and set block size in MAlex Auvolat2024-02-191-2/+2
|
* [doc-fixes] fixes to index of configuration optionsAlex Auvolat2024-02-191-13/+10
|
* Merge tag 'v0.8.5' into sync-08-09Alex Auvolat2024-01-161-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 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 'OpenAPI specification of admin APIv1' (#672) from api-v1 ↵Alex2023-11-291-3/+8
|\ \ | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/672
| * | fix the docapi-v1Quentin Dufour2023-11-281-3/+8
| | |
* | | 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-282-41/+98
| | |
* | | 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
| |
* | reference manual: remove obsolete caveat about multipart uploadsAlex Auvolat2023-08-301-10/+7
| |
* | reference manual: document support for lifecycle configurationAlex Auvolat2023-08-301-4/+11
| |
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-293-6/+90
|\|
| * support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-081-3/+87
| |
| * doc/book: fix typoFlorian Klink2023-07-142-3/+3
| |
* | Merge branch 'main' into nextAlex Auvolat2023-06-143-79/+2
|\|
| * doc: add an operations&maintenance section and move some pages thereAlex Auvolat2023-06-143-79/+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
|/
* docs: fix k2v spec linkwilson2023-02-261-1/+1
| | | Signed-off-by: wilson <wilson@noreply.localhost>
* 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
|
* Reorder reference manual section, move metrics list to thereAlex Auvolat2023-01-304-3/+288
|