This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
speedtest-tracker: | |
image: 'ghcr.io/alexjustesen/speedtest-tracker:latest' | |
container_name: speedtest-tracker | |
hostname: speedtest-tracker | |
ports: | |
- '8088:80' | |
#- '4443:443' | |
env_file: | |
- .env | |
environment: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory msg=No ACME certificate generation required for domains ["speedtest.DOMAIN.com"]. | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory msg=No ACME certificate generation required for domains ["speedtest.DOMAIN.com"]. providerName=basic.acme | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory msg=No ACME certificate generation required for domains ["speedtest.DOMAIN.com"]. | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory msg=No ACME certificate generation required for domains ["speedtest.DOMAIN.com"]. providerName=basic.acme routerName=speedtest_https@docker | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory | |
DBG ACME CA=https://acme-v02.api.letsencrypt.org/directory msg=No ACME cer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------------- | |
____ ____ _ _ _ _ | |
/ ___| ___ _ ____ _____ _ __ / ___|(_) __| | ___ | | | |_ __ | |
\___ \ / _ \ __\ \ / / _ \ __| \___ \| |/ _` |/ _ \ | | | | _ \ | |
___) | __/ | \ V / __/ | ___) | | (_| | __/ | |_| | |_) | | |
|____/ \___|_| \_/ \___|_| |____/|_|\__,_|\___| \___/| .__/ | |
|_| | |
Brought to you by serversideup.net | |
-------------------------------------------------------------------- | |
To support Server Side Up projects visit: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
services: | |
traefik_v2.0: | |
image: 'traefik:2.9.6' | |
container_name: traefik_v2 | |
hostname: traefik_v2 | |
ports: | |
- '443:443' | |
- '80:80' | |
- '8080:8080' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net. | |
The intent of this script is to allow users to self-diagnose their installations. This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected. Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development. | |
NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered. | |
*** [ INITIALIZING ] | |
[i] 2021-07-06:11:46:49 debug log has been initialized. | |
*** [ INITIALIZING ] Sourcing setup variables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http: | |
routers: | |
sonarr: | |
entryPoints: | |
- web-secure | |
middlewares: | |
- fauth@docker | |
rule: "Host(`sonarr.{{env "ZONE"}}`)" | |
service: sonarr | |
tls: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
services: | |
traefik_v2.0: | |
image: 'traefik:2.2' | |
container_name: traefik_v2 | |
hostname: traefik_v2 | |
ports: | |
- '443:443' | |
- '80:80' | |
- '8080:8080' |