aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 12:44:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 12:44:31 +0300
commit0f5dbcc3bdeb401f00c1cdcb7b0ef826003b5bd7 (patch)
treed6d591ba8845d6cda37c756a44f9c92605c7df09 /examples
parentdocker: run once at startup, even when in cron (diff)
downloadcgitize-0f5dbcc3bdeb401f00c1cdcb7b0ef826003b5bd7.tar.gz
cgitize-0f5dbcc3bdeb401f00c1cdcb7b0ef826003b5bd7.zip
docker: add a frontend nginx image
At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there.
Diffstat (limited to 'examples')
-rw-r--r--examples/docker/cgitize.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/docker/cgitize.toml b/examples/docker/cgitize.toml
new file mode 100644
index 0000000..43297c8
--- /dev/null
+++ b/examples/docker/cgitize.toml
@@ -0,0 +1,6 @@
+clone_via_ssh = false
+
+[github]
+
+[github.users.me]
+name = "egor-tensin"