-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIEF http only harmonize with Traefik https only
- Loading branch information
Claudio Rossner
committed
Mar 20, 2024
1 parent
dbc1d5f
commit eeb05cd
Showing
15 changed files
with
504 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Use official | ||
FROM python:3.11.2 | ||
FROM python:3.12 | ||
|
||
# Set working dir within the container | ||
WORKDIR /code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
fiefdemo_use_ip_port: false | ||
fiefdemo_ip: 192.168.2.33 | ||
fiefdemo_domain: localhost | ||
tls_email: "admin@localhost.me" | ||
tls_key: "xxx" | ||
tls_dns_token: "xxx" | ||
use_dozzle: true | ||
fief_http_only: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/fief/* | ||
!/fief/db | ||
!/fief/db/.gitkeep | ||
/letsencrypt/* | ||
!/letsencrypt/acme.json.template |
Empty file.
Oops, something went wrong.