From 6df08001306895afa3ce7e83a2efcd6a94616ab9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Jul 2019 13:22:28 -0400 Subject: propellor spin --- joeyconfig.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'joeyconfig.hs') 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)) -- cgit v1.2.3