Include some barebones documentation

This commit is contained in:
Cory Sanin 2025-01-14 20:22:44 -05:00
parent 97440f1352
commit 4a3ce70751
2 changed files with 15 additions and 1 deletions

View File

@ -1 +1,9 @@
{} {
"db": {
"host": "postgres",
"password": "correcthorse"
},
"web": {
"port": 8080
}
}

6
readme.md Normal file
View File

@ -0,0 +1,6 @@
# Archery
## Build system for pacman
Quickly trigger build jobs on a remote system (perhaps one with more RAM?) for debugging packaging issues. Switch between Artix and Arch to compare builds. Enable testing or staging repos in a single click.
Consult [docker-compose.yml](docker-compose.yml) and [config.example.json](config/config.example.json) to get an understanding of how to deploy Archery.