add traefik fe proxy; change sphinx-docs theme; add soc page

This commit is contained in:
rskntroot
2024-05-30 07:45:29 +00:00
parent 61ea4ca878
commit 7ef03a2b03
10 changed files with 141 additions and 45 deletions

39
traefik/traefik.yml Normal file
View File

@@ -0,0 +1,39 @@
global:
checkNewVersion: false
sendAnonymousUsage: false
entryPoints:
web:
address: :80
http:
redirections:
entryPoint:
to: websecure
priority: 10
websecure:
address: :443
http3:
advertisedPort: 443
log:
level: INFO
format: json
filePath: /var/log/traefik/traefik.log
accessLog:
format: json
filePath: /var/log/traefik/access.log
api:
insecure: true
# dashboard: false
providers:
docker:
endpoint: unix:///var/run/docker.sock
network: rskio_default
exposedByDefault: false
# file:
# filename: /etc/traefik/dynamic.yml
# watch: true