aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-14 16:17:07 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-14 16:17:07 +0200
commit7f698caa7cacdd1c8b2744cfa2cf49e05c66aed9 (patch)
tree1a34e24aea969b680a1d23dbe518dc767a656bf4 /Readme.md
parent1bfc28926f4da9af6a783a4f0603c39f1627553f (diff)
downloadaurbuilder-7f698caa7cacdd1c8b2744cfa2cf49e05c66aed9.tar.gz
uding podman now
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index a4f820f..3dea85b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,7 +2,22 @@
Docker base AUR Package builder for local arch repo
-Packages are put in `/srv/arch/`
+## Locations
+
+* Output, db and webroot `/srv/arch/`
+* Dockerfile and scripts for the Container ``
+* Scripts ``
+
+## nginx
+
+Config in `nginx.conf`
+
+```nginx
+# in http block
+
+include /etc/nginx/arch.conf;
+#include /etc/nginx/arch_ssl.conf;
+```
## Workflow