adjust for pangolin + glance homepage
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -54,6 +54,18 @@ ccalifice.com {
|
||||
respond "Hello ccalifice!"
|
||||
}
|
||||
|
||||
files.sereiaguardia.com {
|
||||
redir https://files.sereiaguardia.com:8088{uri} permanent
|
||||
}
|
||||
|
||||
files.sereiaguardia.com:8088 {
|
||||
reverse_proxy 192.168.1.67:8088
|
||||
}
|
||||
|
||||
files.sereiaguardia.com:9021 {
|
||||
reverse_proxy 192.168.1.67:9021
|
||||
}
|
||||
|
||||
*.bortolasosail.com.br, bortolasosail.com.br {
|
||||
header {
|
||||
Content-Security-Policy upgrade-insecure-requests
|
||||
|
||||
@@ -13,6 +13,7 @@ services:
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
- "8282:8282"
|
||||
- "8088:8088"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./site/bortolaso-sail:/srv/bortolaso-sail
|
||||
@@ -22,18 +23,29 @@ services:
|
||||
networks:
|
||||
- caddy-net
|
||||
|
||||
cloudflared:
|
||||
image: cloudflare/cloudflared:latest
|
||||
container_name: cloudflared
|
||||
user: "0:0"
|
||||
volumes:
|
||||
- ./config:/root/.cloudflared
|
||||
#command: tunnel login
|
||||
#command: tunnel create tunnel_ccalifice
|
||||
command: tunnel --no-autoupdate run
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy-net
|
||||
newt:
|
||||
image: fosrl/newt
|
||||
container_name: newt
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PANGOLIN_ENDPOINT=https://pangolin.sereiaguardia.com
|
||||
- NEWT_ID=t9eefucz8uk0qds
|
||||
- NEWT_SECRET=tqb7nl80iwqsmyox0nndb82k516egcc7ui4fkuigvesuui3f
|
||||
networks:
|
||||
- caddy-net
|
||||
|
||||
# cloudflared:
|
||||
# image: cloudflare/cloudflared:latest
|
||||
# container_name: cloudflared
|
||||
# user: "0:0"
|
||||
# volumes:
|
||||
# - ./config:/root/.cloudflared
|
||||
# #command: tunnel login
|
||||
# #command: tunnel create tunnel_ccalifice
|
||||
# command: tunnel --no-autoupdate run
|
||||
# restart: unless-stopped
|
||||
# networks:
|
||||
# - caddy-net
|
||||
|
||||
networks:
|
||||
caddy-net:
|
||||
|
||||
Reference in New Issue
Block a user