summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-07-16 13:22:28 -0400
committerJoey Hess2019-07-16 13:22:28 -0400
commit6df08001306895afa3ce7e83a2efcd6a94616ab9 (patch)
tree721840f8c092bcb6031d50ca8d750c0b6af04f60 /joeyconfig.hs
parent90a35fd137b281a49bb96aa51eea98394dad32f0 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 337e239d..35c2afb3 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -469,7 +469,7 @@ keysafe = host "keysafe.joeyh.name" $ props
-- Exhibit: kite's 90's website on port 1994.
ancientKitenet :: Systemd.Container
ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props
- & standardContainer (Stable "stretch")
+ & standardContainer (Stable "buster")
& alias hn
& Git.cloned (User "root") "git://kitenet-net.branchable.com/" "/var/www/html"
(Just "remotes/origin/old-kitenet.net")
@@ -483,7 +483,7 @@ ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props
oldusenetShellBox :: Systemd.Container
oldusenetShellBox = Systemd.debContainer "oldusenet-shellbox" $ props
- & standardContainer (Stable "stretch")
+ & standardContainer (Stable "buster")
& alias "shell.olduse.net"
& JoeySites.oldUseNetShellBox
@@ -491,6 +491,7 @@ oldusenetShellBox = Systemd.debContainer "oldusenet-shellbox" $ props
-- and administrative sanity.
openidProvider :: Systemd.Container
openidProvider = Systemd.debContainer "openid-provider" $ props
+ -- simpleid is not in buster
& standardContainer (Stable "stretch")
& alias hn
& OpenId.providerFor [User "joey", User "liw"] hn (Just (Port 8086))