diff --git a/gitea-tail/.env b/gitea-tail/.env new file mode 100644 index 0000000..4370877 --- /dev/null +++ b/gitea-tail/.env @@ -0,0 +1,22 @@ +# -------- TAILSCALE CONFIGURATION --------------------------- + +# Tailscale authorization key +TS_AUTHKEY=tskey-auth- + +# Tailscale tailnet node name +TAILNET_NAME=git +TAILNET_SUFFIX=rat-gecko.ts.net + +# -------- DATABASE CONFIGURATION --------------------------- + +# Database password +GITEA_DB_PASSWORD= + +# -------- RUNNER CONFIGURATION --------------------------- + +# Token for runner (need to obtain from running Gitea instance) +RUNNER_TOKEN= + +# Runner name / labels +RUNNER_NAME=default +RUNNER_LABELS= \ No newline at end of file