23 lines
No EOL
416 B
Markdown
23 lines
No EOL
416 B
Markdown
# Garage
|
|
|
|
## Installation
|
|
|
|
## Configuration
|
|
|
|
### Créer un bucket pour un site
|
|
|
|
```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
|
|
```
|
|
|
|
## Liens utiles
|
|
|
|
- [Documentation](https://garagehq.deuxfleurs.fr/documentation/quick-start/) |