Slyke

Results 130 comments of Slyke

Yep, I think you're right. I will investigate this and see if it's possible to easily add.

@elaiel there were 2 PRs that were just merged, update to the latest version and see if that fixes it.

Hey @rrobinet it appears there's a few different issues. First of all, it appears that the `docker` group isn't being created. I'll need to investigate this. I usually test with...

Adding the user to the `docker` group is the last thing the installation script does: https://github.com/SensorsIot/IOTstack/blob/master/install.sh#L306 The only 2 reasons I can think of that the user isn't being added...

@rrobinet have a potential fix for the groups issue on the `experimental` branch. I want to test it out on a fresh RPi before merging to `master` in case it...

Looks like prometheus' template file had nothing there for `depends_on`, so it was removed. Will have this pushed in an hour or so.

@itsslamdunx I've been installing grafana and mariadb with logging enabled. Do you have journald logging enabled? I recently updated the [Getting Started](https://sensorsiot.github.io/IOTstack/Getting-Started/#logging-journald-errors) guide on how to fix this. The ports...

Another thing is that prometheus has not been ported to the new menu system, since it was recently added. At the moment, it will just inject the service template file...

@astubenbord The guy who wrote Authelia is actually very helpful. He help me set it up for the first time a few years back over Discord. Could also create a...

Actually in the intermit, would it be possible to put a custom cookie or header in the app for all API calls somewhere? Nginx could be configured to allow the...