Updated Authelia,Gitea
This commit is contained in:
parent
e552218f6d
commit
b56d47ee96
@ -14,9 +14,10 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: authelia
|
app: authelia
|
||||||
spec:
|
spec:
|
||||||
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
image: authelia/authelia:master
|
image: authelia/authelia:4.31
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- 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
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: DB_TYPE
|
- name: DB_TYPE
|
||||||
|
@ -75,11 +75,3 @@ data:
|
|||||||
$HTTP["url"] =~ "^/.well-known/" {
|
$HTTP["url"] =~ "^/.well-known/" {
|
||||||
mimetype.assign += ( "server" => "application/json" )
|
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:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
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
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: lighttpd
|
- name: lighttpd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user