This repository has been archived on 2026-08-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
infra/stacks/traefik/dynamic/raw.toml

23 lines
560 B
TOML

[http]
[http.routers]
[http.routers.raw]
entryPoints = ["web-secure"]
service = "raw"
middlewares = ["rawstripprefix@file"]
rule = "Host(`raw.opytex.org`)"
[http.routers.raw.tls]
certResolver = "letsencrypt"
[[http.routers.raw.tls.domains]]
main = "raw.opytex.org"
[http.services]
[http.services.raw.loadBalancer]
[[http.services.raw.loadBalancer.servers]]
url = "http://minio:9000"
[http.middlewares]
[http.middlewares.rawstripprefix.addPrefix]
prefix = "/raw"