MooCat
MooCat
Works for me too. I just wish I could get Unbound to resolve the domains recursively, that was the whole point of installing Unbound in the first place. Otherwise you...
It appears others have noticed the same issue and confirmed it is the correct problem / solution. Suggesting ready to merge
Turns out the USER= and GROUP= is not required. Just the proper location to executable.
Yes it should be, I found out before seeing this and made a PR https://github.com/stevejenkins/pihole-cloudsync/pull/38 You can also under **[service]** add: ``` User=root Group=root ```
I suspect the local repositories on both pi's are out of sync with the remote repositories... What I did when I had that issue is just clobbered both pi's all...
Try adding into **/etc/systemd/system/pihole-cloudsync-update.service** the following under **[service]** ``` User=root Group=root ``` It should look like: ``` [Unit] Description=PiHole Cloud Sync Data Puller service Wants=pihole-cloudsync-update.timer [Service] Type=oneshot User=root Group=root ExecStart=/usr/local/bin/pihole-cloudsync/pihole-cloudsync...
Dont have antivirus. What next?
API URL is in the www/config/environment.js file... I cant seem to get my API working... I know my NGINX config is right, I do far more advanced reverse proxies than...
**Same problem here but the proposed solution (download, unzip to www/node_modules) does not work...** I assume it looks similar error to this:  I even tried ```npm install intl-format-cache``` inside...
@pool2mine > hello @leshacat I finally managed to resolve this a few weeks later just copying and pasting 2 files in the intl-format-cache folder, but the project is still very...