\ No newline at end of file
diff --git a/SIDEQUESTS.md b/SIDEQUESTS.md
index 5b3c561..e2b7678 100644
--- a/SIDEQUESTS.md
+++ b/SIDEQUESTS.md
@@ -10,4 +10,4 @@
- Split Brain
# Notes
- Firewalling Home Versus Work
--
\ No newline at end of file
+- cloudflared on alpine linux
\ No newline at end of file
diff --git a/gitea_files/etc/gitea/app.ini b/gitea_files/etc/gitea/app.ini
new file mode 100644
index 0000000..52261d2
--- /dev/null
+++ b/gitea_files/etc/gitea/app.ini
@@ -0,0 +1,19 @@
+# Configuration cheat sheet: https://docs.gitea.io/en-us/config-cheat-sheet/
+RUN_USER = gitea
+RUN_MODE = prod
+APP_NAME = Gitea: Git with a cup of tea
+WORK_PATH = /var/lib/gitea
+
+[repository]
+ROOT = /var/lib/gitea/git
+SCRIPT_TYPE = sh
+
+[server]
+STATIC_ROOT_PATH = /usr/share/webapps/gitea
+APP_DATA_PATH = /var/lib/gitea/data
+LFS_START_SERVER = true
+SSH_DOMAIN = #host ip address or domain name
+DOMAIN = #host ip address or domain name
+HTTP_PORT = 3000
+ROOT_URL = https://git.dasfad.com/ #I changed this to my domain
+DISABLE_SSH = false
\ No newline at end of file