From 7f698caa7cacdd1c8b2744cfa2cf49e05c66aed9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 14 Jul 2023 16:17:07 +0200 Subject: uding podman now --- Readme.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'Readme.md') 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 -- cgit v1.2.3