chore: add configuration recipes

This commit is contained in:
2023-12-18 16:38:29 +02:00
parent 5fb93bd331
commit c130f52163
50 changed files with 1214 additions and 42 deletions

9
recipes/i686/README.md Normal file
View File

@ -0,0 +1,9 @@
# i686
This example uses hybrid setup from FAQ, because archlinux32 has outdated devtools package. So it distributes custom `makepkg.conf` and `pacman.conf` (which are copied from archlinux32 package) and builds custom image with archlinux32 keyring.
1. Create user `demo` with password from `AHRIMAN_PASSWORD` environment variable.
2. Build image from distributed `Dockerfile`.
3. Setup repository named `ahriman-demo` with architecture `i686`.
4. Start web server at port `8080`.
5. Repository is available at `http://localhost:8080/repo`.