Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #432: documentation issuefix-432 | Alex Auvolat | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | doc precisions and fixesdoc-0.8 | Alex Auvolat | 2022-11-16 | 2 | -3/+4 |
| | |||||
* | Rename subsections and add docker compose file | Alex Auvolat | 2022-11-16 | 2 | -5/+20 |
| | |||||
* | Add best practices and doc of monitoring (fix #419) | Alex Auvolat | 2022-11-16 | 4 | -9/+346 |
| | |||||
* | Improve Nginx reverse proxy example | Baptiste Jonglez | 2022-11-11 | 1 | -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. | ||||
* | Fix typo | chemicstry | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | Update docs | chemicstry | 2022-09-30 | 1 | -2/+2 |
| | |||||
* | Move documentation to book | chemicstry | 2022-09-30 | 1 | -0/+87 |
| | |||||
* | Update docker image links | Alex Auvolat | 2022-09-26 | 1 | -6/+6 |
| | |||||
* | Finish writing about Garage features, and fix from-source instructions | Alex Auvolat | 2022-09-15 | 2 | -29/+50 |
| | |||||
* | Document available build features | Alex Auvolat | 2022-09-06 | 1 | -16/+33 |
| | |||||
* | Add some documentation for Caddy | Quentin Dufour | 2022-08-12 | 1 | -0/+22 |
| | |||||
* | docs: Add Trafik reverse proxy documentation | Simon C | 2022-06-07 | 1 | -2/+139 |
| | |||||
* | docs: Fix title level | Simon C | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Be clearer on what upgrades are (not) supporteddoc/upgrading | Quentin Dufour | 2022-04-06 | 1 | -8/+2 |
| | |||||
* | Add an "upgrading" section, add a guide for 0.7 | Quentin Dufour | 2022-04-05 | 1 | -0/+56 |
| | |||||
* | Talk a bit about capacity balancing between regions | Alex Auvolat | 2022-03-22 | 1 | -11/+18 |
| | |||||
* | Change position of the node-id argument | Steam | 2022-03-19 | 1 | -4/+4 |
| | |||||
* | documentation: add mention to install build-essential | Alex Auvolat | 2022-02-16 | 1 | -3/+8 |
| | |||||
* | Improve integration part of the doc | Quentin Dufour | 2022-02-07 | 1 | -52/+29 |
| | |||||
* | Reorganize documentation for new website (#213) | Alex | 2022-02-07 | 8 | -0/+819 |
This PR should be merged after the new website is deployed. - [x] Rename files - [x] Add front matter section to all `.md` files in the book (necessary for Zola) - [x] Change all internal links to use Zola's linking system that checks broken links - [x] Some updates to documentation contents and organization Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/213 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> |