Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jturner421/docker-traefik
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SimpleHomelab/docker-traefik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 299 files changed
  • 1 contributor

Commits on Jan 19, 2024

  1. * 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.
    SimpleHomelab committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    04a1802 View commit details
    Browse the repository at this point in the history
  2. updates

    SimpleHomelab committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3554676 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. * 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.
    SimpleHomelab committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    546bf74 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. * 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)
    SimpleHomelab committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ed05d1e View commit details
    Browse the repository at this point in the history
  2. updates

    SimpleHomelab committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fec44e4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. * 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.
    SimpleHomelab committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a78180b View commit details
    Browse the repository at this point in the history
  2. updates

    SimpleHomelab committed May 1, 2024
    Configuration menu
    Copy the full SHA
    91cc8eb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. * 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
    SimpleHomelab committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fe1c415 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9855b67 View commit details
    Browse the repository at this point in the history
Loading