Skip to content

Commit

Permalink
fix traefik static file location
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Sep 14, 2024
1 parent ea59637 commit 8ac7725
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /home/sawyer/acme/:/etc/traefik/acme:rw
- /home/sawyer/compose-files/docker/traefik/static.toml:/etc/traefik/static.toml:ro
- /home/sawyer/compose-files/docker/traefik/static.toml:/etc/traefik/traefik.toml:ro
- /home/sawyer/compose-files/docker/traefik/dynamic.toml:/etc/traefik/dynamic.toml:ro
networks:
- web
Expand Down
2 changes: 1 addition & 1 deletion docker/traefik/static.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ debugLogGeneratedTemplate = true
[certificatesResolvers]
[certificatesResolvers.cloudflare]
[certificatesResolvers.cloudflare.acme]
email = "cf_email"
email = "email"
storage = "/etc/traefik/acme/acme.json"
[certificatesResolvers.cloudflare.acme.dnsChallenge]
provider = "cloudflare"
Expand Down
1 change: 0 additions & 1 deletion homeserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
regexp: '"token"'
replace: '"{{ rathole_token.stdout }}"'


- name: Get cf email
ansible.builtin.shell:
cat /home/sawyer/compose-files/secrets.env | grep CF_API_EMAIL | sed 's/^.*CF_API_EMAIL=//'
Expand Down

0 comments on commit 8ac7725

Please sign in to comment.