From 62ad133081963d9c4b41d35c9030feaa2ae3b6fc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Oct 2015 12:24:28 -0400 Subject: propellor spin --- config-joey.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 1701d58c..9e2f1fe7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -438,14 +438,12 @@ openidProvider = standardStableDockerContainer "openid-provider" & OpenId.providerFor [User "joey", User "liw"] "openid.kitenet.net:8081" --- Exhibit: kite's 90's website. +-- Exhibit: kite's 90's website on port 1994. ancientKitenet :: Systemd.Container ancientKitenet = standardStableContainer "ancient-kitenet" & alias "ancient.kitenet.net" - & Systemd.privateNetwork - & Systemd.running Systemd.networkd - & Systemd.publish (Port 80 ->- Port 1994) & Apt.serviceInstalledRunning "apache2" + & "/etc/apache2/ports.conf" `File.hasContent` ["Listen 1994"] & Git.cloned (User "root") "git://kitenet-net.branchable.com/" "/var/www/html" (Just "remotes/origin/old-kitenet.net") -- cgit v1.2.3