Alex
97f1e9ab52
Merge pull request 'Add Plakar documentation (backup tools)' ( #1119 ) from Lapineige/garage:Plakar_support into main-v1
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1119
2025-09-14 16:08:36 +00:00
Lapineige
60b1d78b56
Add Plakar documentation
2025-09-14 18:07:49 +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
Lapineige
cc29a40d51
Actualiser doc/book/connect/apps/index.md
2025-08-01 21:35:15 +00:00
Lapineige
0f3f180c3e
Merge branch 'main-v1' into main
2025-08-01 21:33:58 +00:00
Lapineige
70cf6004ae
Fix typo in peertube buckets names
2025-08-01 21:32:59 +00:00
Alex Auvolat
0a45317b3b
doc: fix link to k2v spec
2025-07-11 13:30:03 +02:00
Alex Auvolat
bb3b832024
doc: fix scrub tranquility command
2025-07-11 13:27:17 +02:00
Jonah Aragon
605ee4cdb1
doc: Update use case
2025-07-08 17:46:02 -05:00
dongdigua
67e0fcc6ea
reverse-proxy.md: use $http_host instead of $host for alternative port
...
if the nginx port is not 443, the host header won't match, causing a Forbidden: Invalid signature
2025-06-23 01:26:03 +00:00
Alex Auvolat
80f818eb6c
update documentation pages on admin API
2025-06-15 15:40:38 +02:00
Alex Auvolat
7556c536ae
documentation fixes
2025-06-15 11:27:21 +02:00
Alex Auvolat
4a8f7e15ce
migration guide for Garage v2
2025-06-14 17:19:04 +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
Alex
a9f5f242b2
Merge pull request 'feat: add log to journald feature' ( #1056 ) from ragazenta/garage:feat/tracing-journald into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1056
2025-06-10 18:38:23 +00:00
eddster2309
adfa44ad70
Add architecture support
2025-06-03 09:22:43 +00:00
eddster2309
47143b88ad
Add eddster2309/ansible-role-garage as deployment option
2025-06-03 09:15:57 +00: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
James O'Claire
2a4f729b57
Minor doc change to clarify why the capacity does not matter and how the zone name is used
2025-05-28 09:49:50 +08: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
babykart
b15e2cbb6c
Update Kubernetes cookbook
...
Signed-off-by: babykart <babykart@gmail.com>
2025-05-22 17:11:14 +00:00
trinity-1686a
2dc3a6dbbe
document allow_punycode configuration option
2025-05-22 14:08:06 +02:00
Baptiste Jonglez
14274bc13c
doc: Add systemd example to increase file descriptors limit
2025-05-08 10:27:53 +02:00
Yureka
cbcdab4e24
scripts: replication_mode -> replication_factor+consistency_mode
2025-05-04 16:43:56 +02:00
Maximilien R.
ad151cb1dc
Fix #1007 : hint that region can be changed depending on cluster config
2025-04-23 23:30:16 +02:00
Zoob
02498a93d0
doc: fix Docker run volume mappings
2025-04-19 18:46:36 +00:00
Alex Auvolat
d38d62f4d7
bump version to v2.0.0
2025-04-17 12:36:41 +02:00
Alex Auvolat
c9156f6828
Merge branch 'main' into next-v2
2025-03-25 10:02:41 +01:00
Joker9944
9053782d71
doc: add instructions on how to increase PVC size
2025-03-15 00:32:18 +01:00
Alex Auvolat
ff6ec62d54
admin api: add metrics_require_token config option and update doc
2025-03-11 14:17:22 +01:00
Armaël Guéneau
e791ccec8f
doc/upgrading: slightly more precise wording
2025-03-07 12:27:21 +01:00
Alex Auvolat
f3b05ff771
doc: fix version number in quick start
2025-03-05 12:06:05 +01:00
Alex Auvolat
42c5d02cdf
doc: fix "since vX.X.X" in multiple places
2025-03-05 10:19:51 +01:00
Alex Auvolat
4689b10448
bump version to v1.1.0
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
yatesco
bfde9152b8
Update doc/book/operations/multi-hdd.md
...
trivial spelling mistake
2025-01-29 13:40:41 +00:00
yatesco
7bb042f0b7
Update doc/book/connect/repositories.md
...
trivial spelling mistake
2025-01-29 13:34:35 +00:00
Baptiste Jonglez
59c153d280
db-snapshot: allow to set directory where snapshots are stored
...
Fix #926
2025-01-27 18:33:55 +01:00
Alex
591bd808ec
Merge pull request 'doc: Fix Nix devenv setup' ( #927 ) from fix_devenv into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/927
2025-01-23 10:20:04 +00:00
Stefan Majer
2eb9fcae20
Fix all typos
2025-01-16 13:22:00 +01:00
Baptiste Jonglez
58b9eb46fc
doc: Fix Nix devenv setup
...
This is a hotfix to fix the doc for the current setup, see #868 for
possible future directions.
2025-01-16 10:00:12 +01:00
fabientot
b6aaebaf4c
The version flag is required when applying a layout
...
I followed the documentation and got an error if the layout's version was not specified
```
garage layout apply
Error: Internal error:
Please pass the new layout version number to ensure that you are writing the correct version of the cluster layout.
To know the correct value of the new layout version, invoke `garage layout show` and review the proposed changes.
```
This fixes that
2025-01-08 20:30:09 +00:00
Renjaya Raga Zenta
0fd3c0e794
doc: add use_local_tz configuration
2024-11-25 10:35:00 +07:00
Alex
747889a096
Merge pull request 'Update Python SDK documentation' ( #887 ) from cryptolukas/garage:fix-python-sdk-docs into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/887
2024-11-19 09:15:03 +00:00
Alex
feb09a4bc6
Merge pull request 'doc: update mastodon media header pruning section' ( #888 ) from teutat3s/garage:doc-update-mastodon-media into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/888
2024-11-19 09:14:34 +00:00