From e6e0b8271727bd231a719157dc47bf28bc1f49ca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Oct 2018 12:41:25 -0400 Subject: cleanup --- joeyconfig.hs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 80000807..b8a63911 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -312,7 +312,6 @@ kite = host "kite.kitenet.net" $ props & JoeySites.kgbServer & Systemd.nspawned ancientKitenet - ! Systemd.nspawned openidProvider & JoeySites.scrollBox & alias "scroll.joeyh.name" @@ -518,16 +517,6 @@ keysafe = host "keysafe.joeyh.name" $ props --------------------------- \____, o ,' ---------------------------- ---------------------------- '--,___________,' ----------------------------- --- My own openid provider. Uses php, so containerized for security --- and administrative sanity. -openidProvider :: Systemd.Container -openidProvider = Systemd.debContainer "openid-provider" $ props - & standardContainer (Stable "stretch") - & alias hn - & OpenId.providerFor [User "joey", User "liw"] hn (Just (Port 8081)) - where - hn = "openid.kitenet.net" - -- Exhibit: kite's 90's website on port 1994. ancientKitenet :: Systemd.Container ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props -- cgit v1.2.3