wsw70

Results 96 comments of wsw70

> Would you like the url to be the clipped text? Yes, this is what I was thinking. I tried to select the URL and have that posted to Obsidian....

# Traefik 2 ``` version: '3.6' services: wg-gen-web: image: vx3r/wg-gen-web:latest container_name: wg-gen-web restart: unless-stopped environment: - WG_CONF_DIR=/data - WG_INTERFACE_NAME=wg0.conf - SMTP_HOST=your.smtp.host - SMTP_PORT=465 - SMTP_USERNAME=your_smtp_username - SMTP_PASSWORD=your_smtp_password - SMTP_FROM=Wg Gen...

> simple setup with Caddy @sphen13 you may be interested in https://github.com/lucaslorentz/caddy-docker-proxy - a Caddy proxy to docker containers with automatic reload of the configuration and detection of container exposed...

> I used it happily for a few months but eventually moved to [Traefik](https://github.com/vx3r/wg-gen-web/issues/19#issuecomment-603488807) ... and then moved back to caddy v2 (using the new API in v2)

Would you consider using a Vue framework such as Quasar (https://quasar.dev/) - it has its own components and allows direct builds to PWA etc.

This has been fixed with 2.20 but the same problem persists in the registry area: https://github.com/portainer/portainer/issues/11474 Since this took a year to fix I have major concerns about the ability...

The (rather impressive) list I have with 2024.4 ``` 2024-04-08 15:49:29.192 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from localtuya, this is a deprecated constant which will be removed in HA...

> Sadly, this issue is still present in the recently released Portainer 2.20.0. I confirm, I was about to file the same bug. I read the thread above but I...

> However, I finally found the cause of the issue (...) Wow, this is impressive @hhromic - it is not common to see such good bug reports. I will have...

> I was thinking a "RemoteMonitor" class which will have the logic for making a remote connection (e.g. ssh) and methods for performing a command remotely and collecting the outputs,...