sui
sui copied to clipboard
a self-populating dashboard for your self-hosted apps
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Warning Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @Phantsure in actions/cache#946 Update @actions/core to 1.10.0...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. Release notes Sourced from docker/setup-qemu-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#48) This requires a minimum Actions Runner version of v2.285.0,...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. Release notes Sourced from docker/setup-buildx-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#131) This requires a minimum Actions Runner version of v2.285.0,...
Hey, First: I love the idea of automating my dash pupation! It looks like it is working well (docker provider is used to get populated) Except for traefik... I am...
Default search engine is DuckDuckGo, would be nice to configure a default search engine without prefix.
At the moment, the 'tcp' type only allows IPv4 addresses. I use a docker-socket-proxy for Traefik, which is available under its host name. Maybe just remove the check in [docker-provider.go](https://github.com/WillFantom/sui/blob/latest/providers/docker-provider.go#L319-L333)...
I would love to be able to categorize the links I add by adding a label to the docker container, then having the categories sort together. Example: I add `sui.label=Network`...
I'm fairly new to docker but I guess it should be an easy change in the Dockerfile: `EXPOSE 6999` Having the exposed port in the image allows us to drop...