propellor spin
This commit is contained in:
parent
8c2eb969cd
commit
cc1f2ff611
|
@ -274,7 +274,6 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64"
|
||||||
`requires` Apt.serviceInstalledRunning "ntp"
|
`requires` Apt.serviceInstalledRunning "ntp"
|
||||||
& Docker.docked ancientKitenet
|
& Docker.docked ancientKitenet
|
||||||
& Docker.docked jerryPlay
|
& Docker.docked jerryPlay
|
||||||
& Docker.docked kiteShellBox
|
|
||||||
& Docker.garbageCollected `period` (Weekly (Just 1))
|
& Docker.garbageCollected `period` (Weekly (Just 1))
|
||||||
|
|
||||||
& JoeySites.scrollBox
|
& JoeySites.scrollBox
|
||||||
|
@ -284,6 +283,7 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64"
|
||||||
-- For https port 443, shellinabox with ssh login to
|
-- For https port 443, shellinabox with ssh login to
|
||||||
-- kitenet.net
|
-- kitenet.net
|
||||||
& alias "shell.kitenet.net"
|
& alias "shell.kitenet.net"
|
||||||
|
& Docker.docked kiteShellBox
|
||||||
-- Nothing is using http port 80, so listen on
|
-- Nothing is using http port 80, so listen on
|
||||||
-- that port for ssh, for traveling on bad networks that
|
-- that port for ssh, for traveling on bad networks that
|
||||||
-- block 22.
|
-- block 22.
|
||||||
|
@ -360,7 +360,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64"
|
||||||
kiteShellBox :: Docker.Container
|
kiteShellBox :: Docker.Container
|
||||||
kiteShellBox = standardStableContainer "kiteshellbox"
|
kiteShellBox = standardStableContainer "kiteshellbox"
|
||||||
& JoeySites.kiteShellBox
|
& JoeySites.kiteShellBox
|
||||||
& Docker.publish "4242:4242"
|
& Docker.publish "443:443"
|
||||||
|
|
||||||
type Motd = [String]
|
type Motd = [String]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue