Peter Buga

Results 159 comments of Peter Buga
trafficstars

@Red5d thanks for looking into this, here's the reference https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation here's an example too on how I use this: using this image `https://hub.docker.com/r/mumiehub/rclone-mount/` I basically mount an external-folder **inside** the...

@Red5d I edited some of the important details but this should suffice I think it's a different image used in this example https://hub.docker.com/r/mumiehub/smb-mount (a simpler one IMO) but the reported...

@PlayedIn i'm the developer behind the above mentioned component. the reason why you get 4 switches is because itead developer are treating ALL the devices that have more than 1...

@beveradb i'm not going to change the websocket address to the local IP address as this will create and tons of problems with current code 😅 , but YES the...

@ariel-madril i see that @beveradb left the sonoff-original-firmware party, i guess i might take over of some of (t)his work due time :)

@PlayedIn not explicitly quit the project but i guess somehow harder to debug on his side maybe > [from @beveradb] I actually no longer have a Sonoff with original firmware...

for those willing to change the base container I [created a fork](https://github.com/peterbuga/docker-cronicle-docker) and pushed the latest version to dockerhub https://hub.docker.com/r/peterbuga/cronicle-docker/tags this is intended as a placeholder until @bluet (hopefully 🙏)...

@Skyfay it's not impossible to achieve workers via vpn but not quite easy either. on top of what @jhuckaby mentioned above earlier I'm using some custom routes on top of...

@Snuffy2 i've been using the email notification feature for a while now with https://github.com/ix-ai/smtp (it's basically a smtp bridge) and in `config.json` the following config ``` ... "email_from": "[email protected]", "smtp_hostname":...