aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Add talk made on 2023-01-18' (#482) from ↵Alex2023-01-2069-0/+19712
|\ | | | | | | | | | | talk-tocatta-2023-01-18 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/482
| * Update tocatta talk, add talks shell.nix and .envrctalk-tocatta-2023-01-18Alex Auvolat2023-01-1810-0/+20
| |
| * Talk for 2023-01-18 pretty much finishedAlex Auvolat2023-01-132-22/+51
| |
| * Talk about K2V specificsAlex Auvolat2023-01-132-12/+62
| |
| * Reorder and add a hard problemAlex Auvolat2023-01-132-24/+37
| |
| * Different lattice figuresAlex Auvolat2023-01-1314-349/+4269
| |
| * Add explanations about quorumsAlex Auvolat2023-01-126-26/+65
| |
| * Add 12 lattice diagrams to explain CRDTs and quorumsAlex Auvolat2023-01-1215-11/+6658
| |
| * Talk 2023-01-18: some WIP talking about consensusAlex Auvolat2023-01-126-17/+311
| |
| * Talk 2023-01-18 WIPAlex Auvolat2023-01-1248-0/+8700
| |
* | Merge pull request 'doc: Added observability.md.' (#477) from ↵Alex2023-01-192-3/+61
|\ \ | | | | | | | | | | | | | | | jpds/garage:observability-doc into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/477
| * | doc: Added observability.md.Jonathan Davies2023-01-132-3/+61
| | |
* | | Change some integer types to int64Mike Coleman2023-01-161-0/+6
|/ / | | | | | | Modified integer types representing byte or object count to int64 to prevent overflow.
* / Add docs about running pict-rs with garagekaiyou2023-01-121-2/+63
|/
* Implement `rpc_secret_file`Felix Scheinost2023-01-042-2/+6
|
* Merge pull request 'Add a note about Peertube 5.0 private videos' (#456) ↵Alex2023-01-021-1/+10
|\ | | | | | | | | | | from kaiyou/garage:docs-apps into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/456
| * Add a note about Peertube 5.0 private videoskaiyou2022-12-251-1/+10
| |
* | Add some docs about using Python Minio SDKkaiyou2022-12-251-8/+51
|/
* Merge pull request 'Implement /health admin API endpoint to check node ↵Alex2022-12-111-0/+686
|\ | | | | | | | | | | health' (#440) from admin-health-api into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/440
| * Always return 200 OK on /v0/health, reinstate admin api doc as draft and ↵Alex Auvolat2022-12-111-0/+686
| | | | | | | | complete it
* | Fix typo in documentationfelix.scheinost2022-12-071-1/+1
|/
* Update 'doc/book/design/goals.md'tompearson2022-12-041-1/+1
|
* Add talk to the Capitole du Libre 2022CdL_talkvincent2022-11-2723-0/+410
|
* Fix #432: documentation issuefix-432Alex Auvolat2022-11-241-1/+1
|
* doc precisions and fixesdoc-0.8Alex Auvolat2022-11-162-3/+4
|
* Rename subsections and add docker compose fileAlex Auvolat2022-11-162-5/+20
|
* Add best practices and doc of monitoring (fix #419)Alex Auvolat2022-11-165-11/+347
|
* Merge pull request 'OpenAPI spec for admin API' (#379) from ↵Alex2022-11-1630-679/+3533
|\ | | | | | | | | | | ecosystem/openapi into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/379
| * Add a "build" section, doc for SDKecosystem/openapiQuentin Dufour2022-11-1313-645/+346
| |
| * Add missing parameterQuentin Dufour2022-11-121-0/+8
| |
| * openapi validate fixQuentin Dufour2022-11-121-2/+21
| |
| * Finalize the specification of the admin APIQuentin Dufour2022-11-121-3/+197
| |
| * Bucket CRUD is definedQuentin Dufour2022-11-111-2/+130
| |
| * Bucket skeletonQuentin Dufour2022-11-111-0/+267
| |
| * Use awscli in the getting started guideQuentin Dufour2022-11-111-40/+75
| |
| * Make capacity nullable to allow gateway configQuentin Dufour2022-11-111-0/+2
| |
| * Error is nullable on AddNodeQuentin Dufour2022-11-111-0/+1
| |
| * Set required fields in the specQuentin Dufour2022-11-111-1/+16
| |
| * Fix case of garage versionQuentin Dufour2022-11-111-1/+1
| |
| * Add operationId to entrypointsQuentin Dufour2022-11-111-3/+16
| |
| * Declare Authorization scheme in OpenAPIQuentin Dufour2022-11-111-4/+9
| |
| * Partial OpenAPI spec for admin API with a viewerQuentin Dufour2022-11-1117-0/+2466
| |
* | Move testing strategy to a dedicated doc section (fix #114)doc-testing-strategyAlex Auvolat2022-11-143-2/+77
| |
* | Improve Nginx reverse proxy exampleBaptiste Jonglez2022-11-111-5/+9
|/ | | | | | | | | | | | 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.
* Add documentation to run Mastodon on GarageBaptiste Jonglez2022-11-061-2/+130
|
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-3/+3
|
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-31/+64
|
* update k2v docs for status 204 changesTobias Krischer2022-10-181-28/+28
|
* Update 'doc/book/reference-manual/features.md'borgified2022-10-161-1/+1
| | | | typo
* Fix typochemicstry2022-09-301-1/+1
|