-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jturner421/docker-traefik
base: master
head repository: SimpleHomelab/docker-traefik
compare: master
- 9 commits
- 299 files changed
- 1 contributor
Commits on Jan 19, 2024
-
* Several updates 2024_01_19. See full commit log.
* Biggest structural change in a long time to align with what Auto-Traefik does. - Renamed all Docker compose files (remove t2 suffix) - Now all docker compose files have their hostname as suffix (for my 5 Docker hosts) * Split the big long docker compose files into individual service YMLs using Docker include: /compose folder. * Moved all archived compose files into /compose/archives. * Updated bash aliases - docker commands simplified, and more.
Configuration menu - View commit details
-
Copy full SHA for 04a1802 - Browse repository at this point
Copy the full SHA 04a1802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3554676 - Browse repository at this point
Copy the full SHA 3554676View commit details
Commits on Jan 22, 2024
-
* Several updates 2024_01_22. See full commit log.
* Changed domain name variables to align with hostnames (and their prefixes/suffixes) I implemented in the previous commit - DOMAINNAME_CLOUD_SERVER is now DOMAINNAME_HS - DOMAINNAME_HOME_SYNOLOGY is now DOMAINNAME_DS918 - DOMAINNAME_SHB is now DOMAINNAME_WS * Replace Traefik/Cloudflare ACME validation from using Email and Global API Key to Scoped API Toekn (CF_DNS_API_TOKEN). Deleted unwated secrets. * Split middlewares.yml to individual middleware YML files - to align with Auto-Traefik. * Split middlewares-chains.yml to individual chain YML files - to align with Auto-Traefik. * Moved some of the media apps to Media Server docker stack (docker-compose-mds.yml) * Added more example file providers for various scenarios.
Configuration menu - View commit details
-
Copy full SHA for 546bf74 - Browse repository at this point
Copy the full SHA 546bf74View commit details
Commits on Jan 30, 2024
-
* Several updates 2024_01_30. See full commit log.
* Remove HTTPS redirect scheme middleware. Not used and redirects handled globally with CLI commands. * Changed entrypoint names from http/https to web/websecure to align with several online documentation. * Updated readme. * Changed basic auth secret from htpassd to basic_auth_credentials (just easier to understand)
Configuration menu - View commit details
-
Copy full SHA for ed05d1e - Browse repository at this point
Copy the full SHA ed05d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fec44e4 - Browse repository at this point
Copy the full SHA fec44e4View commit details
Commits on May 1, 2024
-
* Several updates 2024_05_01. See full commit log.
* Updated Traefik to v3 (on home server - hs). The rest will be migrated over slowly. * Syntax updated for Traefik v3 compatibility - Headers to Header, HeadersRegexp to HeaderRegexp, HostSNIRegexp, etc. Check https://www.smarthomebeginner.com/traefik-v3-docker-compose-guide-2024/#Migrating_from_Traefik_v2_to_v3. * "t2_proxy" network is now "t3_proxy" to represent Traefik v3. Subnet 192.168.90.0/24 remains the same. * Continuing to maintain both Traefik v2 and Traefik v3 appdata folders (at least for a few more months). * Removed compress middleware - was causing unnessary log warnings about mime type. I could not find a solution. * Removed Docker Compose version tags. * Added Authelia, Scrutiny, Kasm (WIP), and Firefly + Importer. * Bash Aliases updates. * Nginx verion update to 1.24 in web server (ws). * docker-compose-dns.yml is work-in-progress.
Configuration menu - View commit details
-
Copy full SHA for a78180b - Browse repository at this point
Copy the full SHA a78180bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cc8eb - Browse repository at this point
Copy the full SHA 91cc8ebView commit details
Commits on May 30, 2024
-
* Several updates 2024_05_30. See full commit log.
* Added MakeMKV, MKVToolNix, to homeserver * Authelia upgraded to 4.38.8 and example configuration.yml and users.yml updated. * Jellyfin does not work on WebOS via Traefik Proxy. Created new security headers (without SAMEORIGIN) to allow Jellyfin to work * Removed obsolete shell scripts. Will reupload them as I update them. * Updated start-media-after-boot.sh.example to start media containers after Rclone mounts load. * Updated bash_aliases
Configuration menu - View commit details
-
Copy full SHA for fe1c415 - Browse repository at this point
Copy the full SHA fe1c415View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9855b67 - Browse repository at this point
Copy the full SHA 9855b67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master