Slyke

Results 130 comments of Slyke

Hey @Kowy54 Uninstall what specifically? If you mean IOTstack, just run `docker-compse down` and then remove the IOTstack directory. You may also want to prune all images. Home Assistant has...

Hey @ristomatti try these 2: https://github.com/SensorsIot/IOTstack#migrating-from-the-old-repo - Migration https://sensorsiot.github.io/IOTstack/Custom/ - Custom services

What's the docker-compose you're trying to add in for the custom services? It should just be copy paste, but I can help create the docker-compose stuff if not (just need...

Hey @ristomatti did you end up getting it working? If not, jump on the Discord, or open an issue and we can work through it (and I'll update the instructions...

Hey @okriso Can you run the following commands, create an issue and paste the output here: https://github.com/SensorsIot/IOTstack/issues This repo is abandoned and not maintained, so use the other in the...

Hey @To1952P just so you know, the project has been moved to: https://github.com/SensorsIot/IOTstack this repo is abandoned.

He's away on holidays right now, but should be back any day now. I think he is already working on x86 checks (I see references to it in the `menu.sh`...

I have submitted this PR on your behalf over at the fork: SensorsIot#3, If you would like to have your name to the commits, please submit the PR there and...

I think maybe a yaml merging type code would be better suited for this type of thing? That way it can inject properties under specific objects, while still providing updates...

Found some example code that will achieve this: https://stackoverflow.com/questions/47424865/merge-two-yaml-files-in-python `my-custom.yml` example: ``` services: pihole: restart: always extra_hosts: - router: 192.168.1.1 - iotstack 192.168.1.5 ``` The current `service.yml` for pihole: ```...