Alex Auvolat
dfb20ba87f
doc: write details of known issues
2026-04-15 10:11:39 +00:00
maximilien
7279cb9113
Add comment on tags
2026-04-15 10:11:39 +00:00
Alex Auvolat
56cb89d153
wip: list known issues in documentation
2026-04-15 10:11:39 +00:00
Malte Swart
55370d9b4d
consul: support token auth for catalog api requests, too ( #1353 )
...
Even when using the catalog an dedicated token for authentication
might be needed.
**Approach**: Support the token header even with client certs was the simplist approach and somebody might need/want to use it.
**Background**: I want to run garage via Nomad but within containers (with host volumes). Nomad generates consul tokens (but at least not at the moment client certs). I need to use the catalog as with the services API garage tries to use the host/node IPs (instead of the actual service IPs).
**Tests**: I deployed this version and it works well.
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1353
Reviewed-by: Alex <lx@deuxfleurs.fr>
Co-authored-by: Malte Swart <mswart@devtation.de>
Co-committed-by: Malte Swart <mswart@devtation.de>
2026-02-20 21:27:59 +00:00
Gwen Lg
4650fbd49c
chore: fix typos of rust type name in markdown
...
=> `CustomResourceDefinition` and `metadata_fsync`
2026-01-27 21:17:15 +01:00
Gwen Lg
43ed68c558
chore: a large number of typo corrections in markdown files
2026-01-27 21:17:15 +01:00
Alex Auvolat
582b168b6a
bump version to v2.2.0
2026-01-24 12:32:22 +01:00
Alex Auvolat
a525d0e36a
small doc updates
2026-01-24 09:56:22 +01:00
Alex Auvolat
cd641a9ed2
Merge branch 'main-v1' into merge-v1
2026-01-24 09:56:02 +01:00
Alex Auvolat
dc8d93698b
small documentation fixes and simplify config struct
2026-01-06 14:33:20 +01:00
JaminMartin
2f7a649870
doc: added documentation for WAN service discovery
2025-12-19 11:26:24 +13:00
perrynzhou@gmail.com
e3a5ec6ef6
rename put_blocks_max_parallel to block_max_concurrent_writes_per_request and update configuration.md
2025-12-12 07:09:38 +08:00
teo-tsirpanis
174f4f01a8
Update link to signature v2.
2025-10-26 15:54:08 +00:00
Alex Auvolat
95d9905524
updated instructions about metadata engines and snapshots
2025-09-15 20:12:00 +02:00
Alex Auvolat
53fe77860b
update fjall support version info
2025-09-15 19:51:41 +02:00
Alex Auvolat
6d5e971974
fix typo in documentation link
2025-09-15 19:51:41 +02:00
Alex Auvolat
909359ca4c
Merge branch 'main-v1' into sync-v2-to-v1
2025-09-14 17:02:34 +02:00
Alex Auvolat
5cf354acb4
block: maximum number of simultaneous reads
2025-09-13 17:38:06 +02:00
Alex Auvolat
6ea86db8cd
document fjall db engine, remove flakey metadata_fsync implementation
2025-08-27 20:22:41 +02:00
Alex Auvolat
0a45317b3b
doc: fix link to k2v spec
2025-07-11 13:30:03 +02:00
Alex Auvolat
80f818eb6c
update documentation pages on admin API
2025-06-15 15:40:38 +02:00
Alex Auvolat
44587d295a
Merge branch 'main' into next-v2
2025-06-14 16:03:21 +02:00
Alex Auvolat
fbf03e9378
bump version to v1.2.0
2025-06-13 14:21:28 +02:00
Alex Auvolat
dc1a4ffd76
Merge branch 'main' into next-v2
2025-06-13 14:01:39 +02:00
Renjaya Raga Zenta
8843aa92fa
feat: add log to journald feature
...
The systemd-journald is used in most major Linux distros that use systemd.
This enables logging using the systemd-journald native protocol, instead
of just writing to stderr.
2025-06-02 11:55:27 +07:00
Alex Auvolat
6529ff379a
documentation updates
2025-05-23 17:02:23 +02:00
Alex Auvolat
7ab1d176d4
Merge branch 'main' into next-v2
2025-05-23 16:33:07 +02:00
trinity-1686a
2dc3a6dbbe
document allow_punycode configuration option
2025-05-22 14:08:06 +02:00
Alex Auvolat
ff6ec62d54
admin api: add metrics_require_token config option and update doc
2025-03-11 14:17:22 +01:00
Alex Auvolat
42c5d02cdf
doc: fix "since vX.X.X" in multiple places
2025-03-05 10:19:51 +01:00
Alex Auvolat
2f55889835
add configuration option to enable/disable monitoring bucket in web metrics
2025-02-14 14:59:00 +01:00
Baptiste Jonglez
59c153d280
db-snapshot: allow to set directory where snapshots are stored
...
Fix #926
2025-01-27 18:33:55 +01:00
Stefan Majer
2eb9fcae20
Fix all typos
2025-01-16 13:22:00 +01:00
Renjaya Raga Zenta
0fd3c0e794
doc: add use_local_tz configuration
2024-11-25 10:35:00 +07:00
kosssi
060ad0da32
docs: Update LMDB website
2024-08-06 21:47:14 +00:00
Florian Klink
a0f6bc5b7f
add rpc_public_addr_subnet config option
...
In case `rpc_public_addr` is not set, but autodiscovery is used, this
allows filtering the list of automatically discovered IPs to a specific
subnet.
For example, if nodes should pick *their* IP inside a specific subnet,
but you don't want to explicitly write the IP down (as it's dynamic, or
you want to share configs across nodes), you can use this option.
2024-06-05 08:41:36 +02:00
Alex
1779fd40c0
Merge pull request 'Garage v1.0' ( #683 ) from next-0.10 into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/683
2024-04-10 15:23:12 +00:00
Alex Auvolat
ff093ddbb8
Merge branch 'main' into next-0.10
2024-04-10 14:38:14 +02:00
Alex Auvolat
90e3c2af91
[next-0.10] small updates to mention Garage v0.9.4
2024-04-10 14:35:30 +02:00
Alex Auvolat
126e0f47a3
fix typo in doc
2024-04-08 17:08:44 +02:00
Alex Auvolat
87dfaf2eb9
[doc-units] document how interval value is parsed
2024-04-03 14:14:13 +02:00
Alex Auvolat
8bfc16ba7d
Merge branch 'main' into next-0.10
2024-03-28 15:01:05 +01:00
Alex Auvolat
0d3e285d13
[fix-buffering] implement block_ram_buffer_max to avoid excessive RAM usage
2024-03-27 16:22:40 +01:00
Alex Auvolat
f7cd4eb600
Merge branch 'main' into next-0.10
2024-03-26 16:34:40 +01:00
Alex Auvolat
091e693670
[syslog] document environment variables
2024-03-20 14:39:04 +01:00
Alex Auvolat
0038ca8a78
Merge branch 'main' into next-0.10
2024-03-18 20:19:30 +01:00
Alex Auvolat
8cf3d24875
[db-snapshot] documentation for metadata db snapshots
2024-03-15 13:51:31 +01:00
Alex Auvolat
990205dc3b
[disable-scrub] document disable_scrub config option
2024-03-14 17:01:16 +01:00
Alex Auvolat
a7dddebedd
[doc-updates] doc: be slightly more critical of LMDB
2024-03-14 16:31:22 +01:00
Alex Auvolat
44454aac01
[rm-sled] Remove the Sled database engine
2024-03-08 14:11:02 +01:00