first commit

This commit is contained in:
five-hundred-eleven
2025-08-16 10:23:19 -04:00
commit 383a434400
3 changed files with 13 additions and 0 deletions

0
README.md Normal file
View File

12
app.ini Normal file
View File

@@ -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

1
run.sh Executable file
View File

@@ -0,0 +1 @@
/home/public/gitea web -c /home/public/app.ini