Slyke
Slyke
I'm unable to reproduce this on `master` and `old-menu`. On the docker docs page it does say that > The scripts require root or sudo privileges to run. Therefore, you...
Just as an FYI, it's still possible to use env files with override: https://sensorsiot.github.io/IOTstack/Custom/ compose-override.yml: ``` services: grafana: environment: # Docker will complain if this is set to null. I'll...
Submitted Issue on the official Gitea github: https://github.com/go-gitea/gitea/issues/12323
NextCloud WSL umask issue: https://github.com/nextcloud/docker/issues/1188
  
New documentation: https://github.com/SensorsIot/IOTstack/blob/experimental/docs/Contributing-Services.md
Yep, this will be fixed in the menu rewrite. I'm actually at MotionEye right now. It will leave those lines commented out if it cannot detect `/dev/video0`. It will put...
I'll have my RPi setup in a few days to troubleshoot this (nextcloud doesn't work well on WSL due to file permissions). In the meantime, can you post your docker-compose.yml...
Hey @Sven2303 The line ``` - MYSQL_PASSWORD=_mysql_pw_ ``` in `nextcloud_db` needs to match ``` - MYSQL_PASSWORD=IOtSt4ckmySqlDbPw ``` in `nextcloud`. Also, not sure if you're using MardiDB for something else, but...
@yknivag you are correct, but it would only affect services attached to these networks. I will still change them regardless, just in case there's an off change it could adversely...