{"id":23156556,"url":"https://github.com/thecreation/dockerize-traefik","last_synced_at":"2026-01-19T14:32:18.078Z","repository":{"id":148922956,"uuid":"217819552","full_name":"thecreation/dockerize-traefik","owner":"thecreation","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-27T07:30:38.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T09:02:12.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thecreation.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":"2019-10-27T07:27:09.000Z","updated_at":"2019-10-27T07:30:39.000Z","dependencies_parsed_at":"2023-04-29T09:38:01.562Z","dependency_job_id":null,"html_url":"https://github.com/thecreation/dockerize-traefik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecreation/dockerize-traefik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fdockerize-traefik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fdockerize-traefik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fdockerize-traefik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fdockerize-traefik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecreation","download_url":"https://codeload.github.com/thecreation/dockerize-traefik/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fdockerize-traefik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28571785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-17T21:13:58.338Z","updated_at":"2026-01-19T14:32:18.074Z","avatar_url":"https://github.com/thecreation.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerize Traefik\n\n## Prerequisites\n* [Docker](https://docs.docker.com/install/)\n* [Docker Compose](https://docs.docker.com/compose/install/)\n* [Traefik](https://docs.traefik.io/)\n\n## Up and Running\n\n1. Create a directory that will serve as the home for your docker services.\n\n```sh\nmkdir /data \u0026\u0026 cd /data\n```\n\n2. Clone this repo into the newly created directory as \"reverse-proxy\".\n\n```sh\ngit clone https://github.com/thecreation/dockerize-traefik.git \u0026\u0026 cd reverse-proxy\n```\n\n3. Create `.env` file and modify the variables to fit your needs.\n\n```sh\ncp .env-example .env\nvim .env\n```\n\nUpdate `TRAEFIK_AUTH` with the generated credentials below:\n\n```sh\ndocker run \\\n  --entrypoint htpasswd \\\n  registry:latest -nb admin password\n```\n\nFill the server ip to `TRAEFIK_IPWHITELIST` to restrict ip access.\n\n4. Create \"acme.json\" and update file permissions.\n\n```sh\ntouch letsencrypt/acme.json \u0026\u0026 chmod 600 letsencrypt/acme.json\n```\n\n5. Create the docker network.\n\n```sh\ndocker network create reverse_proxy\n```\n\n6. Spin up the service.\n\n```sh\ndocker-compose up -d\n```\n\ndone!\n\n## Web dashboard and ping\n\nAccess the links below in the browser\n\n- https://proxy.localhost/dashboard\n- https://proxy.localhost/ping\n\n## Troubleshooting and logging\n\nRun the following command:\n\n```sh\ntail -f logs/accessLog.txt\ntail -v logs/traefik.log\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fdockerize-traefik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecreation%2Fdockerize-traefik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fdockerize-traefik/lists"}