Maniack Crudelis

Results 46 comments of Maniack Crudelis

The idea Josue-T isn't to use the 3 fastest DNS, which is already the method used by dnsmasq, the idea here is to change the dns used to avoid using...

Ok, I have a simple but working code for that rotation of nameserver. I made the regen conf work on a separate file, and a hourly cron job does the...

Remove `/var/www/etherpad_mypads/src/package-lock.json`, or move it if you're not sure. It should fix your issue.

Arg... I've unfortunately no other solution for you, because I don't know why it doesn't work in the first place... This error already happened, https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues/90, and that fix solved the...

I do reproduce this error as well. The error message seems to says that there's no data where it supposed to be. I can't find anything on PiHole repo, and...

Not sure to get what you mean @fabianski7, pihole does actually work pretty well on YunoHost.

As long as PiHole does use its own dnsmaq, it can't work with any other dns resolver. That prevent any integration of PiHole unfortunately. That's quite a bad news... If...

I confirm. But do you have any idea why we have this error ? Did you find something interesting about that ?

You can add a skipped_regex to your wordpress to let this url pass through the sso. ``` ynh_app_setting set wordpress skipped_regex "domain.tld/path_url" ```

You should probably replace the `-` by a `.`, that's a regex. Anyway, I can help you using YunoHost cli command, but I can't explain you how to use that...