syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
393 stars 40 forks source link

How to configure PiHole on Syncloud? #563

Closed Penguinjumper closed 3 years ago

Penguinjumper commented 3 years ago

So for me the Web Interface of the pihole app has many settings missing, for example importing lists. I wanted to configure it myself via ssh (taught myself a few basics which are hopefully enough) but when typing pihole -h for example, I always get

-bash: pihole: command not found

Why is the pihole syncloud app not as configurable as vanilla pihole? And how do I start the executable running the pihole commands?

Thanks! Otherwise great work, helping non-professionals getting this stuff set up.

cyberb commented 3 years ago

Unfortunately this app is based on outdated version, I have just created an issue to migrate to the latest one. https://github.com/syncloud/platform/issues/564

For now we have this script to update ad lists which I think internally was used by pihole script:

/snap/pihole/current/bin/gravity.sh

Penguinjumper commented 3 years ago

Thank you for the quick response, I guess I'll wait for the update then :)

cyberb commented 3 years ago

ok, follow the corresponding issue.

Penguinjumper commented 3 years ago

Maybe as a temporary workaround: I tried installing pihole via ssh and "curl -sSL https://install.pi-hole.net | bash"

For pihole, this worked, but it seems this broke something within syncloud, as I couldn't reach it's web ui or my nextcloud anymore.

(Since I'm a rookie with this stuff, I had to 'factory reset' the whole thing, because I really needed my nextcloud up and running.)

Anything I overlooked? Or is it just not possible to install other applications next to the "official" syncloud ones?