Phill

Results 347 comments of Phill

@patmolloy - also posted this on Discord earlier today. I'm walking back from my comments about full vs intermediate vs lite image starting points. I don't think that's as important...

Hi, This repository is dormant at the moment. Graham Garner isn't responding to emails. We all hope he is OK and will be back soon but, for now, the project...

Doh! I was sure I'd seen Gitea mentioned somewhere on IOTstack but I could not see the forest for the trees. It's only **after** I submit the PR that Gitea...

Try ``` $ cd ~/IOTstack $ git checkout -- menu.sh ``` That restores menu.sh to what it should be and discards all your changes. Please also see [This Project Is...

Please see [This Project is Dormant](https://github.com/gcgarner/IOTstack/issues/194). If you really are still using this repo then you should probably consider migrating to [SensorsIot/IOTstack](https://github.com/SensorsIot/IOTstack). If you are already using SensorsIot and filed...

OK. I can hear your frustration. I have no idea what the problem is but I will try to help. I've been using PiHole for more than 5 years. For...

Slyke is spot on - use influxdb.env. But I thought I would expand on Slyke's answer a bit because I'm prety sure putting an influxdb.conf into ~/IOTstack/volumes/influxdb/data won't work. That's...

I don't use Telegraf so I can't really comment on that part. Sorry. However, when I see an error message like that one, I will suspect the process generating the...

I must admit to never having heard of FLUX. I followed the link you provided (thanks) and read through the page but my initial take was that I could not...

I think the basic problem is that you are using the wrong key in influxdb.env. I think the key should be: ``` INFLUXDB_HTTP_FLUX_ENABLED=true ``` How did I reach that conclusion?...