diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 19:57:09 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 19:57:09 -0400 |
| commit | cc1f2ff611cb171228eddbedf0c89b78db346244 (patch) | |
| tree | 54b6e0624d52c649e6b615770fd1b7d68c2e76ed | |
| parent | 8c2eb969cd7d38f0502795f48ccfafc5887b3c8e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 723686d6..d51b7c91 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -274,7 +274,6 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" `requires` Apt.serviceInstalledRunning "ntp" & Docker.docked ancientKitenet & Docker.docked jerryPlay - & Docker.docked kiteShellBox & Docker.garbageCollected `period` (Weekly (Just 1)) & JoeySites.scrollBox @@ -284,6 +283,7 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" -- For https port 443, shellinabox with ssh login to -- kitenet.net & alias "shell.kitenet.net" + & Docker.docked kiteShellBox -- Nothing is using http port 80, so listen on -- that port for ssh, for traveling on bad networks that -- block 22. @@ -360,7 +360,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64" kiteShellBox :: Docker.Container kiteShellBox = standardStableContainer "kiteshellbox" & JoeySites.kiteShellBox - & Docker.publish "4242:4242" + & Docker.publish "443:443" type Motd = [String] |
