1
0
Fork 0

docs: Dateien zum Forgejo-Artikel in Ausgabe 25/03

This commit is contained in:
Marcus Fihlon 2025-05-23 19:14:58 +02:00
parent 41abdbe549
commit d0d5280021
Signed by: McPringle
GPG key ID: C6B7F469EE363E1F
4 changed files with 160 additions and 0 deletions

21
2503-forgejo/traefik.yml Normal file
View file

@ -0,0 +1,21 @@
entryPoints:
http:
address: ":80"
https:
address: ":443"
api:
dashboard: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
certificatesResolvers:
letsencrypt:
acme:
email: admin@example.eu
storage: /acme.json
httpChallenge:
entryPoint: http