aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPanu Oksiala <panu@oksiala.fi>2024-01-22 00:24:37 +0200
committerPanu Oksiala <panu@oksiala.fi>2024-01-22 00:24:37 +0200
commit73c1115e6fba24b86eca1e5cad5f5086d6bd2ba6 (patch)
treedaedbc44f41c91a13cb7fc26edd325ab14996217 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8f9b120
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# desmofylakas-api
+
+## Motivation
+
+> docker on aika nolo tälleen vuonna 2024 anyway
+>
+> ~Jan, 2024
+
+## Configuration
+
+```
+DNS_ZONE=desmofylakas.cloud
+HCLOUD_DNS_ZONE_ID=zone-id
+HCLOUD_DNS_KEY=secret
+NETWORK_PREFIX=2001:1234:1234:1234
+SSH_KEY_FILE=/path/to/id_rsa
+DATABASE_DSN=postgres://user:password@host:5432/db
+RUNNER_HOSTS=bsd-1.example.com,bsd-2.example.com,bsd-3.example.com
+```