Updated Authelia,Gitea
This commit is contained in:
parent
e552218f6d
commit
b56d47ee96
@ -14,9 +14,10 @@ spec:
|
||||
labels:
|
||||
app: authelia
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: authelia
|
||||
image: authelia/authelia:master
|
||||
image: authelia/authelia:4.31
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
|
@ -28,7 +28,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: gitea
|
||||
image: bv11-cr01.bessems.eu/proxy/gitea/gitea:1.14.1
|
||||
image: bv11-cr01.bessems.eu/proxy/gitea/gitea:1.15
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: DB_TYPE
|
||||
|
@ -75,11 +75,3 @@ data:
|
||||
$HTTP["url"] =~ "^/.well-known/" {
|
||||
mimetype.assign += ( "server" => "application/json" )
|
||||
}
|
||||
sw.itch.fyi.conf: |
|
||||
$HTTP["host"] == "sw.itch.fyi" {
|
||||
server.document-root = "/var/www/sw.itch.fyi/"
|
||||
|
||||
url.rewrite-once = (
|
||||
"^/api\?(.*)" => "index.php?page=newznabapi&$1"
|
||||
)
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`bessems.com`) || Host(`bessems.eu`) || Host(`gabaldon.eu`) || Host(`gabaldon.nl`) || Host(`sn.itch.fyi`) || Host(`sw.itch.fyi`) || Host(`spamasaurus.com`)
|
||||
- match: Host(`bessems.com`) || Host(`bessems.eu`) || Host(`gabaldon.eu`) || Host(`gabaldon.nl`) || Host(`sn.itch.fyi`) || Host(`spamasaurus.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: lighttpd
|
||||
|
Loading…
Reference in New Issue
Block a user