aboutsummaryrefslogtreecommitdiff
path: root/doc/book/connect/apps
Commit message (Collapse)AuthorAgeFilesLines
* doc: update endpoint_url documentationFlorian Klink2023-10-021-2/+2
| | | | | | | | | | | Since `awscli` `>=1.29.0` or `>=2.13.0` it is now possible to use the `AWS_ENDPOINT_URL` environment variable, or the `endpoint_url` config key to override the endpoint URL. This means, the aws bash function to wrap with --endpoint-url is not necessary anymore. Update invocations to reflect that. https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html https://github.com/aws/aws-cli/issues/4454#issuecomment-1626116607
* apps/index.md: Fixed endpoint URL example.Jonathan Davies2023-06-191-1/+1
|
* docs/apps: Added ejabberd section.Jonathan Davies2023-06-191-0/+47
|
* Add docs about running pict-rs with garagekaiyou2023-01-121-2/+63
|
* Add a note about Peertube 5.0 private videoskaiyou2022-12-251-1/+10
|
* Add documentation to run Mastodon on GarageBaptiste Jonglez2022-11-061-2/+130
|
* Improve integration part of the docQuentin Dufour2022-02-071-138/+48
|
* Reorganize documentation for new website (#213)Alex2022-02-072-0/+464
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>