diff options
| -rw-r--r-- | config-joey.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index c9732629..8dd9e89d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -1,4 +1,5 @@ -- This is the live config file used by propellor's author. +-- https://propellor.branchable.com/ module Main where import Propellor @@ -65,11 +66,12 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Docker.configured & Docker.garbageCollected `period` Daily - + & Docker.docked hosts "webserver" + -- ssh on some extra ports to deal with horrible networks -- while travelling & alias "travelling.kitenet.net" - & Ssh.listenPort 80 + ! Ssh.listenPort 80 & Ssh.listenPort 443 orca :: Host |
