doc.yeswiki.pro/garage.md

23 lines
416 B
Markdown
Raw Normal View History

2023-05-20 19:37:42 +03:00
# Garage
## Installation
2023-05-20 19:37:42 +03:00
## Configuration
2023-05-20 19:37:42 +03:00
### Créer un bucket pour un site
2023-05-20 19:37:42 +03:00
```bash
garage bucket create doc.yeswiki.pro
garage key new --name doc.yeswiki.pro-key
garage bucket allow \
--read \
--write \
--owner \
doc.yeswiki.pro \
--key doc.yeswiki.pro-key
garage bucket website --allow doc.yeswiki.pro
2023-05-20 19:37:42 +03:00
```
## Liens utiles
2023-05-20 19:37:42 +03:00
- [Documentation](https://garagehq.deuxfleurs.fr/documentation/quick-start/)