Adds images for gitea, and humans.txt
Diff
docker/gitea.tf | 22 ++++++++++++++++++++++
docker/main.tf | 5 +++++
docker/conf/humans.txt | 11 +++++++++++
docker/conf/gitea/public/img/gitea-lg.png | 0
docker/conf/gitea/public/img/gitea-sm.png | 0
5 files changed, 38 insertions(+)
@@ -33,6 +33,28 @@
host_path = "${docker_volume.gitea_volume.mountpoint}"
}
upload {
content = "${file("${path.module}/conf/gitea/public/img/gitea-lg.png")}"
file = "/data/gitea/public/img/gitea-lg.png"
}
upload {
content = "${file("${path.module}/conf/gitea/public/img/gitea-sm.png")}"
file = "/data/gitea/public/img/gitea-sm.png"
}
upload {
content = "${file("${path.module}/conf/gitea/public/img/gitea-sm.png")}"
file = "/data/gitea/public/img/favicon.png"
}
upload {
content = "${file("${path.module}/conf/humans.txt")}"
file = "/data/gitea/public/humans.txt"
}
memory = 256
restart = "unless-stopped"
destroy_grace_seconds = 10
@@ -364,6 +364,11 @@
container_path = "/data"
}
upload {
content = "${file("${path.module}/conf/humans.txt")}"
file = "/var/wiki/assets/humans.txt"
}
@@ -1,0 +1,11 @@
/* TEAM */
Captain: Nemo (Abhay Rana)
Contact: git [at] captnemo.in
Twitter: @captn3m0
/* SITE */
Last update: Jan 2018
Language: English
IDE: Sublime Text, Vim
Runs-On: Docker
Details: https://git.captnemo.in/nemo/nebula/
Binary files /dev/null and a/docker/conf/gitea/public/img/gitea-lg.png differ
Binary files /dev/null and a/docker/conf/gitea/public/img/gitea-sm.png differ