aboutsummaryrefslogtreecommitdiff
path: root/config.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {config,oidc}.go: Simplify error handling againRunxi Yu2024-08-191-4/+2
|
* oidc.go: Set cookie to Secure when prod=trueRunxi Yu2024-08-191-0/+3
|
* config: Add tmpl to specify where templates areRunxi Yu2024-08-181-0/+3
|
* Add licensing and login pageRunxi Yu2024-08-181-0/+20
|
* Configuration changesRunxi Yu2024-08-181-3/+3
|
* Use listen{} in configRunxi Yu2024-08-181-13/+17
|
* Basic databaseRunxi Yu2024-08-181-8/+18
|
* 80-column limit. I print code sometimes.Runxi Yu2024-08-171-1/+2
|
* Add FCGI listenerRunxi Yu2024-08-171-3/+9
|
* No need for OpenID secretsRunxi Yu2024-08-171-3/+0
|
* OpenID Connect 2.0 claimsRunxi Yu2024-08-171-8/+22
|
* Basic OpenID Connect worksRunxi Yu2024-08-161-9/+12
|
* Initial HTTP listenerRunxi Yu2024-08-161-10/+3
|
* Split config handling and OIDC into separate filesRunxi Yu2024-08-161-0/+53