Alex Auvolat
d24aaba697
doc: update quick start and real world for v0.9.0
2023-10-11 14:49:54 +02:00
Alex Auvolat
6595efd82f
Document multi-hdd support
2023-09-07 13:23:02 +02:00
Alex Auvolat
51011e68b1
move alpine linux info to binary package page
2023-08-28 12:20:34 +02:00
Alex
d539a56d3a
Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand TLS endpoint (<admin>/check?domain=xx)' ( #610 ) from bug/support-root-domains-on-demand-tls into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/610
2023-08-28 09:18:13 +00:00
Jonathan Davies
245a0882e1
reverse-proxy.md: Added caching section for Caddy.
2023-08-16 11:49:52 +01:00
Quentin Dufour
24e533f262
support {s3,web}.root_domains in /check endpoint
2023-08-08 11:05:42 +02:00
Jonathan Davies
fb971a5f01
cookbook/encryption.md: Added Cyberduck note.
2023-06-19 10:15:30 +01:00
Jonathan Davies
6af2cde23f
cookbook/encryption.md: Added note on XMPP.
2023-06-19 10:15:30 +01:00
Alex Auvolat
9092c71a01
doc: encryption organization
2023-06-14 12:51:47 +02:00
Alex Auvolat
120f8b3bfb
doc: better doc on systemd's DynamicUser ( fix #430 )
2023-06-14 12:39:46 +02:00
Alex Auvolat
39c3738a07
Add a page about encryption ( fix #416 )
2023-06-14 12:39:46 +02:00
Alex Auvolat
7169ee6ee6
doc: reformulate in monitoring page
2023-06-14 12:39:46 +02:00
Alex Auvolat
dd7533a260
doc: add an operations&maintenance section and move some pages there
2023-06-14 12:39:40 +02:00
Alex Auvolat
9233661967
Add documentation on durability and repair procedures ( fix #219 )
2023-06-14 11:54:21 +02:00
Alex Auvolat
3aadba724d
doc: english improvement
2023-06-14 11:21:56 +02:00
Alex Auvolat
5a186be363
Doc: update goals, add docker alias
...
Fix #235
2023-06-14 11:09:31 +02:00
yuka
04a0063df9
cookbook/real-world: fix typo
2023-04-21 16:46:58 +00:00
Jonathan Davies
f056ad569d
binary-packages.md: Added.
2023-03-03 18:52:49 +00:00
Baptiste Jonglez
3b22da251d
Add documentation on community Ansible roles
2023-03-01 09:24:13 +01:00
Jonathan Davies
6b8d634cc2
cookbook/reverse-proxy.md: Fixed up Traefik section:
...
* Renamed my_garage_service -> garage-s3-service.
* Defined a web service for port 3902.
* Added a garage-s3 router.
* Pointed website definition at web service.
* Use the /health endpoint for loadBalancer health check.
* Renamed gzip_compress to just compression as traefik v3 will also do
brotli compression.
2023-02-14 19:03:57 +00:00
Jonathan Davies
ee88ccf2b2
cookbook/reverse-proxy.md: Document how to use healthchecks for caddy.
2023-02-14 18:39:05 +00:00
Jonathan Davies
179fda9fb6
upgrading.md: Added small note about garage_build_info.
2023-02-06 12:53:55 +00:00
Alex Auvolat
7f715ba94f
zero-downtime migration procedure
2023-01-30 18:41:04 +01:00
Alex Auvolat
44f8b1d71a
Reorder reference manual section, move metrics list to there
2023-01-30 18:00:01 +01:00
Jonathan Davies
5f412abd4e
cookbook/reverse-proxy.md: Added on-demand TLS section.
2023-01-30 14:37:55 +00:00
Jonathan Davies
c753a9dfb6
cookbook/monitoring.md: Added new metrics (garage_build_info,
...
garage_replication_factor, block_compression_level).
2023-01-30 12:54:42 +00:00
Jonathan Davies
ae9c7a2900
cookbook/_index.md: Added link to monitoring documentation.
2023-01-30 12:54:42 +00:00
Jonathan Davies
55c369137d
gateways.md: -z is a required flag for layout assign.
2023-01-30 12:54:38 +00:00
Jonathan Davies
0c618f8a89
reverse-proxy.md: Corrected web server ports in Caddy example.
2023-01-27 17:52:51 +00:00
Alex
a08e01f17a
Merge pull request 'Enable daemonset deployment using the helm chart' ( #409 ) from kaiyou/garage:feat-k8s-daemonset into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409
2023-01-26 21:07:58 +00:00
Jonathan Davies
f2492107d7
cookbook/real-world.md: Added note about mesh network options.
2023-01-25 12:00:01 +00:00
kaiyou
e852c91d18
Fix documentation based on new deployment values
2022-12-25 13:30:14 +01:00
Alex Auvolat
379b2049f5
Fix #432 : documentation issue
2022-11-24 15:33:33 +01:00
Alex Auvolat
555a54ec40
doc precisions and fixes
2022-11-16 13:40:49 +01:00
Alex Auvolat
fc8f795bba
Rename subsections and add docker compose file
2022-11-16 13:33:33 +01:00
Alex Auvolat
a7af0c8af9
Add best practices and doc of monitoring ( fix #419 )
2022-11-16 13:27:24 +01:00
Baptiste Jonglez
8dfc909759
Improve Nginx reverse proxy example
...
By default, Nginx does proxy buffering and it may store big replies to a
temporary file up to 1 GB. It also means that Nginx will read data as
fast as possible from Garage, even if the client downloads slowly. Both
behaviours are often not wanted, so disable this temporary file in the example.
Ref: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering
Also add an example of upstream with a "backup" server, which may be
useful to only use remote servers as fallback.
2022-11-11 21:50:08 +01:00
chemicstry
d2c937a931
Fix typo
2022-09-30 18:46:57 +02:00
chemicstry
744c3b4d94
Update docs
2022-09-30 18:46:57 +02:00
chemicstry
37a73d7d37
Move documentation to book
2022-09-30 18:46:57 +02:00
Alex Auvolat
194e8be1bb
Update docker image links
2022-09-26 18:01:17 +02:00
Alex Auvolat
1d0a610690
Finish writing about Garage features, and fix from-source instructions
2022-09-15 13:23:57 +02:00
Alex Auvolat
bbb970965c
Document available build features
2022-09-06 17:16:45 +02:00
Quentin Dufour
532eca7ff9
Add some documentation for Caddy
2022-08-12 10:33:41 +02:00
Simon C
7eed3ceda9
docs: Add Trafik reverse proxy documentation
2022-06-07 16:16:52 +02:00
Simon C
4b8f48f3c5
docs: Fix title level
2022-06-07 13:32:52 +02:00
Quentin Dufour
8e3ee82c3e
Be clearer on what upgrades are (not) supported
2022-04-06 21:45:59 +02:00
Quentin Dufour
a122a8cb46
Add an "upgrading" section, add a guide for 0.7
2022-04-05 10:08:31 +02:00
Alex Auvolat
822128e3c8
Talk a bit about capacity balancing between regions
2022-03-22 12:07:13 +01:00
Steam
15da2156f6
Change position of the node-id argument
2022-03-19 18:03:23 +01:00