diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-10 12:24:28 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-10 12:24:28 -0400 |
| commit | 62ad133081963d9c4b41d35c9030feaa2ae3b6fc (patch) | |
| tree | 215f3fcd13b194d46c75076f28224d4e04e98dca | |
| parent | 7a9806f569c5a35a9cf98a5599258db27fe59668 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 6 |
1 files 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") |
