{"id":25545173,"url":"https://github.com/aaykacc/traefik-docker","last_synced_at":"2026-05-15T08:38:18.073Z","repository":{"id":277070314,"uuid":"931211350","full_name":"aaykacc/traefik-docker","owner":"aaykacc","description":"Traefik Docker Compose setup with Let's Encrypt, Basic Auth, and HTTPS redirection.","archived":false,"fork":false,"pushed_at":"2025-02-12T00:27:07.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T01:41:51.934Z","etag":null,"topics":["docker","docker-compose","lets-encrypt","load-balancer","reverse-proxy","traefik"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaykacc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T22:34:08.000Z","updated_at":"2025-02-12T00:27:10.000Z","dependencies_parsed_at":"2025-02-12T01:23:35.994Z","dependency_job_id":"9a60ddfd-a1ae-47af-889c-68712baf4603","html_url":"https://github.com/aaykacc/traefik-docker","commit_stats":null,"previous_names":["aaykacc/traefik-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaykacc/traefik-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaykacc%2Ftraefik-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaykacc%2Ftraefik-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaykacc%2Ftraefik-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaykacc%2Ftraefik-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaykacc","download_url":"https://codeload.github.com/aaykacc/traefik-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaykacc%2Ftraefik-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006452,"owners_count":26084107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","lets-encrypt","load-balancer","reverse-proxy","traefik"],"created_at":"2025-02-20T08:18:07.403Z","updated_at":"2025-10-11T06:37:41.044Z","avatar_url":"https://github.com/aaykacc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik Docker Compose Setup\n\nThis repository provides a Docker Compose setup for Traefik, a modern reverse proxy and load balancer. It includes:\n- Automatic HTTPS with Let's Encrypt.\n- Secure access to the Traefik Dashboard with Basic Authentication.\n- HTTP to HTTPS redirection.\n\n## Prerequisites\n\n- Docker and Docker Compose installed.\n- A domain name (e.g., `example.com`) pointed to your server's IP address.\n\n## Setup\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/your-username/traefik-docker.git\n   cd traefik-docker\n\n3. Generate Basic Authentication    \n   The Traefik Dashboard is protected with Basic Authentication. To generate a new username and password hash, use the following command:\n\n   \u003e **Note:** When used in docker-compose.yml, all dollar signs ($) in the hash need to be doubled ($$) for escaping. [More details](https://doc.traefik.io/traefik/middlewares/http/basicauth/)\n   ```bash\n   htpasswd -nb admin securepassword\n\n5. Update the docker-compose.yml file:\n- Replace your email for Let's Encrypt.\n- Replace your domain for the Traefik Dashboard.\n- Replace the Basic Auth hash with your own (use htpasswd to generate it).\n\n4. Create the external Docker network  \n   Run the following command to create the external Docker network:\n\n   ```bash\n   docker network create ingress-controller\n\n6. Start the Traefik service:  \n   Start the Traefik service using Docker Compose:\n\n   ```bash\n   docker-compose up -d\n\n## Contributing\n\nFeel free to open issues or submit pull requests for improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaykacc%2Ftraefik-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaykacc%2Ftraefik-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaykacc%2Ftraefik-docker/lists"}