propellor spin
This commit is contained in:
parent
3274a24930
commit
8f813dc875
|
@ -173,13 +173,23 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
|
||||||
& alias "mail.kitenet.net"
|
& alias "mail.kitenet.net"
|
||||||
& JoeySites.kiteMailServer
|
& JoeySites.kiteMailServer
|
||||||
|
|
||||||
|
& JoeySites.kitenetHttps
|
||||||
|
& Apache.multiSSL
|
||||||
|
& JoeySites.legacyWebSites
|
||||||
|
|
||||||
|
& alias "git.kitenet.net"
|
||||||
|
& alias "git.joeyh.name"
|
||||||
|
& JoeySites.gitServer hosts
|
||||||
|
|
||||||
|
& JoeySites.downloads hosts
|
||||||
|
& JoeySites.gitAnnexDistributor
|
||||||
|
& JoeySites.tmp
|
||||||
|
|
||||||
& alias "ns4.kitenet.net"
|
& alias "ns4.kitenet.net"
|
||||||
& myDnsSecondary
|
& myDnsSecondary
|
||||||
& alias "ns4.branchable.com"
|
& alias "ns4.branchable.com"
|
||||||
& branchableSecondary
|
& branchableSecondary
|
||||||
|
|
||||||
& JoeySites.legacyWebSites
|
|
||||||
|
|
||||||
& alias "bitlbee.kitenet.net"
|
& alias "bitlbee.kitenet.net"
|
||||||
& Apt.serviceInstalledRunning "bitlbee"
|
& Apt.serviceInstalledRunning "bitlbee"
|
||||||
& "/etc/bitlbee/bitlbee.conf" `File.hasContent`
|
& "/etc/bitlbee/bitlbee.conf" `File.hasContent`
|
||||||
|
@ -204,15 +214,6 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
|
||||||
& Docker.configured
|
& Docker.configured
|
||||||
& Docker.garbageCollected `period` Daily
|
& Docker.garbageCollected `period` Daily
|
||||||
! Docker.docked oldusenetShellBox
|
! Docker.docked oldusenetShellBox
|
||||||
|
|
||||||
& alias "git.kitenet.net"
|
|
||||||
& alias "git.joeyh.name"
|
|
||||||
& JoeySites.gitServer hosts
|
|
||||||
|
|
||||||
& JoeySites.downloads hosts
|
|
||||||
& JoeySites.gitAnnexDistributor
|
|
||||||
|
|
||||||
& JoeySites.tmp
|
|
||||||
|
|
||||||
diatom :: Host
|
diatom :: Host
|
||||||
diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64"
|
diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64"
|
||||||
|
|
|
@ -221,14 +221,14 @@ annexWebSite origin hn uuid remotes = propertyList (hn ++" website using git-ann
|
||||||
, " <Directory /srv/web/"++hn++">"
|
, " <Directory /srv/web/"++hn++">"
|
||||||
, " Options FollowSymLinks"
|
, " Options FollowSymLinks"
|
||||||
, " AllowOverride None"
|
, " AllowOverride None"
|
||||||
|
, Apache.allowAll
|
||||||
, " </Directory>"
|
, " </Directory>"
|
||||||
, " <Directory /srv/web/"++hn++">"
|
, " <Directory /srv/web/"++hn++">"
|
||||||
, " Options Indexes FollowSymLinks ExecCGI"
|
, " Options Indexes FollowSymLinks ExecCGI"
|
||||||
, " AllowOverride None"
|
, " AllowOverride None"
|
||||||
, " AddHandler cgi-script .cgi"
|
, " AddHandler cgi-script .cgi"
|
||||||
, " DirectoryIndex index.html index.cgi"
|
, " DirectoryIndex index.html index.cgi"
|
||||||
, " Order allow,deny"
|
, Apache.allowAll
|
||||||
, " allow from all"
|
|
||||||
, " </Directory>"
|
, " </Directory>"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -256,8 +256,7 @@ apachecfg hn withssl middle
|
||||||
, " <Directory \"/usr/share/apache2/icons\">"
|
, " <Directory \"/usr/share/apache2/icons\">"
|
||||||
, " Options Indexes MultiViews"
|
, " Options Indexes MultiViews"
|
||||||
, " AllowOverride None"
|
, " AllowOverride None"
|
||||||
, " Order allow,deny"
|
, Apache.allowAll
|
||||||
, " Allow from all"
|
|
||||||
, " </Directory>"
|
, " </Directory>"
|
||||||
, "</VirtualHost>"
|
, "</VirtualHost>"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue