diff options
author | Alan Pearce | 2024-05-21 18:30:03 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f (patch) | |
tree | efc88274981e81c15b0d759f006438a197574647 /config.toml | |
parent | a6bb7e83d682b81fe382036791604dda4b44b9ae (diff) | |
download | website-10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f.tar.lz website-10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f.tar.zst website-10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f.zip |
add hard-coded oidc webfinger support
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 4e2876b..c212406 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,8 @@ original_domain = "alanpearce.eu" redirect_other_hostnames = true +oidc_host = "https://id.alanpearce.eu/" + [[taxonomies]] name = "tags" feed = true |