{"id":18473104,"url":"https://github.com/realfascinated/traefik-helper","last_synced_at":"2025-07-30T15:06:41.946Z","repository":{"id":217393546,"uuid":"743759577","full_name":"RealFascinated/traefik-helper","owner":"RealFascinated","description":"This is a helper container for traefik. It can add, remove and update services.","archived":false,"fork":false,"pushed_at":"2024-09-14T23:36:33.000Z","size":34,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-15T06:50:32.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://s.fascinated.cc/s/traefik-helper","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealFascinated.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-15T23:32:35.000Z","updated_at":"2024-09-14T23:36:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"81079433-5f23-4a89-844a-ec4668ca6912","html_url":"https://github.com/RealFascinated/traefik-helper","commit_stats":null,"previous_names":["realfascinated/traefik-helper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealFascinated%2Ftraefik-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealFascinated%2Ftraefik-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealFascinated%2Ftraefik-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealFascinated%2Ftraefik-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealFascinated","download_url":"https://codeload.github.com/RealFascinated/traefik-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223319111,"owners_count":17125823,"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":[],"created_at":"2024-11-06T10:23:38.811Z","updated_at":"2024-11-06T10:23:39.353Z","avatar_url":"https://github.com/RealFascinated.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# traefik-helper\n\nThis is a helper container for traefik. It can add, remove and update services.\n\n## NOTICE\n\nPLEASE PLEASE PLEASE MAKE SURE YOU HAVE A BACKUP OF YOUR CONFIG FILE BEFORE USING THIS CONTAINER. I AM NOT RESPONSIBLE FOR ANY DATA LOSS. \u003c/br\u003e\nThis helper also assumes that you have SSL certificates setup for your services.\n\n## Usage\n\n### Add command alias\n\n```bash\nalias traefik-helper='docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/traefik/data/config.yml:/app/config.yml -e CONTAINER_NAME=traefik fascinated/traefik-helper:latest python src/manage.py'\n```\n\n### List commands\n\n```bash\ntraefik-helper\n```\n\n## Windows Alias\n\nEnsure you have ran `Set-ExecutionPolicy Unrestricted` in PowerShell as an administrator.\n\nCreate the directory `~/Documents/WindowsPowerShell` and create a file called `Microsoft.PowerShell_profile.ps1` in that directory. Add the following code to the file.\n\n```bash\nfunction Traefik-Helper {\n    $argsAsString = $args -join ' '\n\n    $sshCommand = \"ssh root@ip -i C:\\Users\\you\\.ssh\\your_ssh_key docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/traefik/data/config.yml:/app/config.yml -e CONTAINER_NAME=traefik fascinated/traefik-helper:latest python src/manage.py $argsAsString\"\n\n    Invoke-Expression $sshCommand\n}\n\n# Set the alias\nSet-Alias -Name \"traefik\" -Value \"Traefik-Helper\"\n```\n\nThis will allow you to run the `traefik` command in PowerShell.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealfascinated%2Ftraefik-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealfascinated%2Ftraefik-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealfascinated%2Ftraefik-helper/lists"}