summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-28 21:21:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-28 21:21:30 +0200
commitaca39a4d4e15a625c32edd868422d697793d2236 (patch)
tree4115d8ba22135b5ea6496bc83eb97091cbde939e
parentnginx/vhost: static file template and catchall site for ch-http-proxy (diff)
add chaos-at-home logo
-rw-r--r--chaos-at-home/ch-http-proxy.yml12
-rw-r--r--files/chaos-at-home/logo.jpgbin0 -> 5391 bytes
2 files changed, 9 insertions, 3 deletions
diff --git a/chaos-at-home/ch-http-proxy.yml b/chaos-at-home/ch-http-proxy.yml
index dc57ad6f..544c781c 100644
--- a/chaos-at-home/ch-http-proxy.yml
+++ b/chaos-at-home/ch-http-proxy.yml
@@ -80,6 +80,11 @@
path: /var/www/default
state: directory
+ - name: copy chaos-at-home logo file
+ copy:
+ src: "{{ global_files_dir }}/chaos-at-home/logo.jpg"
+ dest: /var/www/default/logo.jpg
+
- name: install index.html for default server
copy:
dest: /var/www/default/index.html
@@ -88,9 +93,10 @@
<head>
<title>No Such Site</title>
</head>
- <body>
- <div style="text-align: center; margin-top: 4em; margin-left:auto; margin-right:auto; font-family: Helvetica, Arial, Sans-Serif;">
- <h2 style="">You have reached the chaos-at-home internal webserver, however the URL that you used is unknown to this host.</h2>
+ <body style="font-family: Helvetica, Arial, Sans-Serif; color: white; background: black;">
+ <div style="text-align: center; margin-top: 4em; margin-left:auto; margin-right:auto;">
+ <img src="logo.jpg" alt="chaos@home Logo" />
+ <h2 style="">You have reached the chaos@home internal webserver, however the URL that you used is unknown to this host.</h2>
</div>
</body>
</html>
diff --git a/files/chaos-at-home/logo.jpg b/files/chaos-at-home/logo.jpg
new file mode 100644
index 00000000..0f6c3578
--- /dev/null
+++ b/files/chaos-at-home/logo.jpg
Binary files differ