Luca Simonetto

Results 57 issues of Luca Simonetto

**Application you'd like to add:** Spoolman **Link to Docker image:** ghcr.io/donkie/spoolman:latest **Why you'd like this application added:** Spoolman is a very convenient way to keep track of 3d printers spool...

enhancement

**Application you'd like to add:** Tailscale **Link to Docker image:** https://hub.docker.com/r/tailscale/tailscale **Why you'd like this application added:** Defines an easy way to connect to isolated networks without needing to open...

enhancement

When fetching logs for flashed devices in esphome (if no ip is set in the yaml config) an issue arises: esphome tries to resolve the device hostname using the local...

bug

by default each app ip allowlist setting is `0.0.0.0/0`, which works fine for most use cases. An issue arises when the app is exposed to the internet, in my case...

bug

My NUT installation is working as intended but I noticed that during boot I get this error on the console ``` ;;;;; .=\', ;:;;:, /_\', "=. \';:;:; @=:__, \,;:;:\' _(\.=...

bug

Hi, I am currently using this project https://github.com/Georift/install-jellyfin-tizen to install jellyfin on my Samsung TV, and I couldn't find a way to disable HDR capabilities for my TV. This makes...

currently the example docker compose has this env var ``` FTLCONF_webserver_port=${PIHOLE_WEBPORT} ``` and the variable `PIHOLE_WEBPORT` is also the host port mapping (`${PIHOLE_WEBPORT:-80}:80/tcp`). If we set `PIHOLE_WEBPORT` to any value...