diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-31 13:41:28 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-31 13:41:28 -0400 |
| commit | 9836bdf4c96eba09fbe4649e32240682566d4887 (patch) | |
| tree | ffe20d011ed3a06d6cc5945b64267a87acdeab17 | |
| parent | 6396e3f547c5b0c0caa32ac27f90ec1d25ac8df1 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs index e67bcede..44e25338 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -76,9 +76,10 @@ hosts = -- (o) ` & alias "znc.kitenet.net" & JoeySites.ircBouncer - -- Nothing is using https on clam, so listen on that port - -- for ssh, for traveling on bad networks. - & "/etc/ssh/sshd_config" `File.containsLine` "Port 443" + -- Nothing is using http port 80 on clam, so listen on + -- that port for ssh, for traveling on bad networks that + -- block 22. + & "/etc/ssh/sshd_config" `File.containsLine` "Port 80" `onChange` Service.restarted "ssh" & Docker.garbageCollected `period` Daily @@ -307,7 +308,6 @@ monsters = -- but do want to track their public keys etc. & alias "www.wortroot.kitenet.net" & alias "joey.kitenet.net" & alias "anna.kitenet.net" - & alias "ipv6.kitenet.net" & alias "bitlbee.kitenet.net" {- Remaining services on kite: - @@ -333,7 +333,7 @@ monsters = -- but do want to track their public keys etc. - ftpd (EOL) - - user shell stuff: - - pine, zsh, make, ... + - pine, zsh, make, git-annex, myrepos, ... -} , host "mouse.kitenet.net" & ipv6 "2001:4830:1600:492::2" |
