propellor spin
This commit is contained in:
parent
6861812a04
commit
716633c25f
|
@ -100,15 +100,13 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
|
||||||
& Tor.named "kite1"
|
& Tor.named "kite1"
|
||||||
& Tor.bandwidthRate (Tor.PerMonth "400 GB")
|
& Tor.bandwidthRate (Tor.PerMonth "400 GB")
|
||||||
|
|
||||||
& Docker.configured
|
|
||||||
& Docker.garbageCollected `period` Daily
|
|
||||||
! Docker.docked oldusenetShellBox'
|
|
||||||
|
|
||||||
& Systemd.nspawned webserver
|
& Systemd.nspawned webserver
|
||||||
& File.dirExists "/var/www/html"
|
& File.dirExists "/var/www/html"
|
||||||
& File.notPresent "/var/www/index.html"
|
& File.notPresent "/var/www/index.html"
|
||||||
& "/var/www/html/index.html" `File.hasContent` ["hello, world"]
|
& "/var/www/html/index.html" `File.hasContent` ["hello, world"]
|
||||||
& alias "helloworld.kitenet.net"
|
& alias "helloworld.kitenet.net"
|
||||||
|
|
||||||
|
& Systemd.nspawned oldusenetShellBox
|
||||||
|
|
||||||
& JoeySites.scrollBox
|
& JoeySites.scrollBox
|
||||||
& alias "scroll.joeyh.name"
|
& alias "scroll.joeyh.name"
|
||||||
|
|
Loading…
Reference in New Issue