From ef14ba500ff27dd2d1fe6e5debd99f7a5fc4db10 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Thu, 6 Aug 2026 23:47:34 +0100 Subject: initial commit --- config.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.ini (limited to 'config.ini') diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..bb88a55 --- /dev/null +++ b/config.ini @@ -0,0 +1,21 @@ +;; Pleasant SSO configuration file + +[site] + +;; site name displayed to users. can be anything +name = Pleasant SSO + +;; primary domain where your login page will be +primary-domain = auth.example.com + +;; location where the source code of the version of the software running on your +;; server can be found. so if you make any significant changes to the source +;; code you'd better put them up online somewhere and change this accordingly!! +;; this is required for AGPL compliance +source-location = https://git.зима.net/winter/pleasant-sso/ + +[integration] + +;; what string to put on the front of header names destined for proxies +;; e.g. if this is 'X-Login', it will make headers like 'X-Login-User' +header-prefix = X-Login -- cgit v1.3