Categorygithub.com/pheelee/traefik-admin
repository
0.5.2
Repository: https://github.com/pheelee/traefik-admin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Traefik-Admin

Go Go Version Version

This is a small webinterface to manage dynamic configs for traefik.

Build on Homeassistant for testing

The following section describes the build process for the Home Assistant Operating System installation. For other installation methods please adopt accordingly.

Clone this repo to the /addons folder on your homeassistant instance (e.g using the SSH & Web Terminal Addon). Then edit the config.json and remove the line

"image": "pheelee/hassio-addon-traefik-{arch}",

In the addon store click the three dots (upper right corner) and select Reload. After that the addon should be visible in the Local add-ons section and be installable like any other addon.

Build and publish to registry locally

docker run --rm --privileged -v ~/.docker:/root/.docker -v `pwd`:/data -v /var/run/docker.sock:/var/run/docker.sock homeassistant/amd64-builder --all -t /data

for more information about the homeassistant builder please visit https://github.com/home-assistant/builder

Build using Github Actions

see .github/workflows/release.yml in this repo for inspiration