commit 383a4344002defd8074ad818c6b77e7298c0dc4b Author: five-hundred-eleven Date: Sat Aug 16 10:23:19 2025 -0400 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/app.ini b/app.ini new file mode 100644 index 0000000..fe5d2e5 --- /dev/null +++ b/app.ini @@ -0,0 +1,12 @@ +[server] +PROTOCOL = http +HTTP_PORT = 8080 +ROOT_URL = http://sandbox.cowleycomputing.com/ +CERT_FILE = /home/public/custom/cert.pem +KEY_FILE = /home/public/custom/key.pem +LOCAL_ROOT_URL = http://localhost:8080/ + +[log] +ROOT_PATH = /home/public/ +MODE = file + diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..24f9923 --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +/home/public/gitea web -c /home/public/app.ini