Skip to content

Instantly share code, notes, and snippets.

View IosifZ's full-sized avatar

Iosif Zamfirescu IosifZ

View GitHub Profile
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:
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
--------------------------------------------------------------------
____ ____ _ _ _ _
/ ___| ___ _ ____ _____ _ __ / ___|(_) __| | ___ | | | |_ __
\___ \ / _ \ __\ \ / / _ \ __| \___ \| |/ _` |/ _ \ | | | | _ \
___) | __/ | \ V / __/ | ___) | | (_| | __/ | |_| | |_) |
|____/ \___|_| \_/ \___|_| |____/|_|\__,_|\___| \___/| .__/
|_|
Brought to you by serversideup.net
--------------------------------------------------------------------
To support Server Side Up projects visit:
@IosifZ
IosifZ / docker-compose.yml
Last active January 26, 2023 14:22
Traefik and Speedtest Tracker
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'
@IosifZ
IosifZ / debug.log
Created July 6, 2021 08:58
pi-hole debug
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
http:
routers:
sonarr:
entryPoints:
- web-secure
middlewares:
- fauth@docker
rule: "Host(`sonarr.{{env "ZONE"}}`)"
service: sonarr
tls:
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'