Alex Auvolat
7b119c0b4f
bump version number to v2.3.0
2026-04-16 18:34:27 +02:00
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
Alex Auvolat
4566020360
admin api: convert new fields to Option<T>
2026-03-17 17:44:29 +00:00
Alex Auvolat
de10dc43d5
admin api: return total buckets, objects and bytes in GetClusterStatistics
2026-03-17 17:44:29 +00:00
Alex Auvolat
af5f68a34d
admin api: allow updating website routing rules
2026-03-17 17:44:29 +00:00
Alex Auvolat
19e5f83164
admin api: update cors and lifecycle rules in UpdateBucket
2026-03-17 17:44:29 +00:00
Alex Auvolat
64087172ff
admin api: expose routing rules, cors rules and lifecycle rules
2026-03-17 17:44:29 +00:00
Alex Auvolat
124a9eb521
admin api: export node statistics as structured json
2026-03-17 17:44:29 +00:00
Alex Auvolat
03e6020c6b
admin api: report avilable space numerically in GetClusterStatistics
2026-03-17 17:44:29 +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
0043ad08fa
docs: remove obsolete mention of cargo2nix tool ( #1350 )
...
fix issue #1333
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1350
Co-authored-by: Gwen Lg <me@gwenlg.fr>
Co-committed-by: Gwen Lg <me@gwenlg.fr>
2026-02-17 18:16:04 +00:00
Maximilien Richer
0c70c87391
Add FOSDEM 2026 talk ( #1344 )
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1344
Co-authored-by: Maximilien Richer <me@mricher.fr>
Co-committed-by: Maximilien Richer <me@mricher.fr>
2026-02-15 15:17:27 +00:00
Alex Auvolat
f7ec4b1338
update quick start guide
2026-02-14 19:25:47 +01:00
Alex
70b8ebc8b6
Merge pull request 'Document how to use Apache as a reverse proxy' ( #1331 ) from jasonaowen/garage:cookbook-reverse-proxy-apache into main-v2
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1331
2026-02-14 18:08:08 +00:00
trinity-1686a
cc749a6290
fix path missmatch between config and docker in quickstart doc
2026-02-14 11:19:28 +01:00
Jason Owen
9f969ef43e
Document how to use Apache as a reverse proxy
...
Replace the TODO in the reverse proxy cookbook entry with instructions
on how to configure Apache httpd as a reverse proxy for Garage.
2026-02-12 00:21:40 -08:00
Gwen Lg
1d1cfb0e29
chore: fix typos in various files
...
yml, json, tex, sh
2026-01-29 14:53:27 +01: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
Dryusdan
68876f0b08
Add Pleroma documentation ( #1294 )
...
I have successfully setup my Pleroma instance with GarageHQ and would share this in the documentation.
The part with the loop is totally optionnal, but, as I said, in case of old link in Pleroma database I prefer run it.
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1294
Co-authored-by: Dryusdan <contact@dryusdan.fr>
Co-committed-by: Dryusdan <contact@dryusdan.fr>
2026-01-24 08:25:32 +00:00
Alex
ba1f30d393
Merge pull request 'Document feature flags in the cookbook and in --version' ( #1286 ) from jasonaowen/garage:document-feature-flags into main-v2
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1286
Reviewed-by: trinity-1686a <trinity-1686a@noreply.localhost>
2026-01-20 10:48:08 +00:00
Alex
9018ed9b97
Merge pull request 'Fixes #1268 Arch Linux package in Extra now' ( #1284 ) from kuba86/garage:arch-package-extra-1268 into main-v2
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1284
Reviewed-by: trinity-1686a <trinity-1686a@noreply.localhost>
2026-01-20 10:47:48 +00:00
kuba86
13ded6dd35
Fixes #1268
...
Update Arch Linux installation instructions in binary-packages guide
2026-01-20 11:45:00 +01:00
Jason Owen
77b6233496
Document remaining features in cookbook & version
...
Add the remaining feature flags to the cookbook and the version
information.
2026-01-13 22:42:43 -08:00
Jason Owen
547fe30a05
Sort feature flags
...
Put the features flags into alphabetical order in both the cookbook and
the version information, so that it is easier to document additional
feature flags.
2026-01-13 22:21:38 -08:00
Jason Owen
bff5068efc
Refer to git.deuxfleurs.fr as Forgejo not Gitea
...
The version control site was migrated from Gitea to Forgejo some time
ago, and Forgejo has declared a hard fork from Gitea[1]. Update the
documentation and links to refer to the site as a Forgejo instance
instead of a Gitea instance.
[1] https://forgejo.org/2024-02-forking-forward/
2026-01-13 20:35:56 -08:00
maximilien
9e356347c6
hyperbackup docs: minor spelling fixes
2026-01-08 18:34:32 +00:00
lowcarbdev
1d3c0511b1
notes about synology hyperbackup
2026-01-07 22:50:45 -07:00
Alex
f50b342c00
Merge pull request 'Adding consul discovery for WAN federated consul servers' ( #1252 ) from jamin/garage:feature/consul_wan_discovery_v2 into main-v2
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1252
2026-01-07 08:22:05 +00:00
Alex Auvolat
dc8d93698b
small documentation fixes and simplify config struct
2026-01-06 14:33:20 +01:00
Alex Auvolat
cf2f058f60
openapi: work around issue for flattenned untagged enum ( fix #1249 )
2026-01-06 10:11:12 +01:00
maximilien
fced78c283
doc: ente doc fixes from comments
2025-12-22 02:18:19 +01:00
maximilien
d211c1e291
ente: add more details on bucket configuration
...
add more configuration with details for options
Signed-off-by: maximilien <maximilien@deuxfleurs.fr>
2025-12-22 02:18:18 +01:00
Thomas
318ef40c4e
Adding ente documentation
2025-12-22 02:18:15 +01:00
nmstoker
a0a2c1db88
Update doc/book/cookbook/binary-packages.md
...
Correct the Arch Linux link as garage is now available in the official repos under extra, and no longer in AUR.
2025-12-21 22:14:25 +01:00
Cosmos2020
c2d54b4136
doc/book/cookbook/binary-packages.md aktualisiert
2025-12-21 17:13:16 +00:00
nmstoker
424d4f8d4d
Update doc/book/cookbook/binary-packages.md
...
Correct the Arch Linux link as garage is now available in the official repos under extra, and no longer in AUR.
2025-12-20 13:16:38 +00:00
JaminMartin
2f7a649870
doc: added documentation for WAN service discovery
2025-12-19 11:26:24 +13:00
perrynzhou
f3dcc39903
Merge branch 'main-v1' into dev
2025-12-17 10:05:19 +00:00
Alex
b830bdd1dd
Merge pull request 'Document workaround for Cloudflare proxy signature error when using rclone' ( #1256 ) from kuba86/garage:document-workaround-for-cloudflare-proxy-when-using-rclone into main-v2
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1256
2025-12-17 10:03:50 +00:00
maximilien
8f0d10b0b1
docs: fix typo in doc/book/cookbook/kubernetes.md
2025-12-17 08:19:20 +01:00
Simon Pasquier
dcc2fe4ac5
docs: fix typo in doc/book/cookbook/kubernetes.md
2025-12-16 10:16:44 +01:00
Céleste Wouters
96d303b05e
cookbook/reverse-proxy: remove Buypass Go SSL
...
Buypass Go SSL has stopped providing SSL/TLS certificates, including
from their ACME API endpoints, as of October 2025, and the service is to
be completely phased out by April 2026:
https://community.buypass.com/t/y4y130p
Remove them from the docs as an ACME-capable provider.
2025-12-15 02:03:24 +01:00
kuba86
3a1dce59f7
Document workaround for Cloudflare proxy signature error when using rclone
2025-12-13 17:19:32 +01: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