summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-09 12:41:25 -0400
committerJoey Hess2018-10-09 12:41:25 -0400
commite6e0b8271727bd231a719157dc47bf28bc1f49ca (patch)
treedfcd25eb6a431443f927cdb1264d7dcd9c4d375c /joeyconfig.hs
parent6ef40fdbdb19427d5efb94e0ee31487822ddf468 (diff)
cleanup
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs11
1 files changed, 0 insertions, 11 deletions
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