{"id":23439491,"url":"https://github.com/ofadiman/traefik-labs","last_synced_at":"2025-10-30T15:31:06.516Z","repository":{"id":269231001,"uuid":"905966712","full_name":"Ofadiman/traefik-labs","owner":"Ofadiman","description":"Notes from udemy course extended with my own code.","archived":true,"fork":false,"pushed_at":"2024-12-22T22:10:58.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T12:17:59.446Z","etag":null,"topics":["grafana","prometheus","ssl","tls","traefik"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Ofadiman.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":"2024-12-19T21:55:05.000Z","updated_at":"2024-12-22T22:11:44.000Z","dependencies_parsed_at":"2024-12-22T00:25:37.472Z","dependency_job_id":"b8d0d381-99a0-4a67-9d8b-54c9103a1015","html_url":"https://github.com/Ofadiman/traefik-labs","commit_stats":null,"previous_names":["ofadiman/traefik-labs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ofadiman%2Ftraefik-labs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ofadiman%2Ftraefik-labs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ofadiman%2Ftraefik-labs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ofadiman%2Ftraefik-labs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ofadiman","download_url":"https://codeload.github.com/Ofadiman/traefik-labs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238987704,"owners_count":19563769,"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","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":["grafana","prometheus","ssl","tls","traefik"],"created_at":"2024-12-23T15:21:34.489Z","updated_at":"2025-10-30T15:31:01.195Z","avatar_url":"https://github.com/Ofadiman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traefik Labs\n\nNotes from [udemy course](https://www.udemy.com/course/the-complete-traefik-training-course/) extended with my own code.\n\n## Configuration\n\nAt startup, traefik searches for static configuration in a file named `traefik.yml` in `/etc/traefik/`, or `$XDG_CONFIG_HOME/`, or `$HOME/.config/`, or `. (the working directory)`.\n\n## Trusted TLS certificates\n\nThe default TLS certificate generated by traefik works, but is not convenient to use, because browsers display `NET::ERR_CERT_AUTHORITY_INVALID` error due to self-signed nature of the certificate. You can work around this error by clicking on the `continue to unsafe ...` link on the page (or typing `thisisunsafe` in chrome), but it is not a good developer experience.\n\nTo resolve this issue permanently, you must obtain a TLS certificate signed by a trusted certificate authority. Trusted certificate authority can be installed using [mkcert](https://github.com/FiloSottile/mkcert) tool.\n\n```sh\n# Install required linux binaries.\nsudo apt install libnss3-tools\n\n# Install mkcert itself.\nbrew install mkcert\n\n# Install trusted certificate authority.\nmkcert -install\n```\n\nRestart your browser to reload the trust store.\n\nYou can now generate a TLS certificate that will be signed by the generated certificate authority and treated by browsers as a valid TLS certificate.\n\n```sh\nmkcert -cert-file tls-certificate.pem -key-file tls-key.pem *.docker.localhost\n```\n\nMore detailed instructions on configuring docker compose and traefik can be found [here](https://www.putzisan.com/articles/https-setup-with-traefik-docker-compose-for-local-dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofadiman%2Ftraefik-labs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofadiman%2Ftraefik-labs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofadiman%2Ftraefik-labs/lists"}