You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am the original author of this project. It has been a while since I have had a personal need to access my Pi-hole from a terminal, and as such this has fallen to the wayside and I have not updated it in a while.
As well as this lack of a need for it personally, I am rather busy with life and have not used Go in quite a while considering I work with C# professionally so most of my side projects these days tend to be in that arena.
I will welcome any offers to take over development of this project and/or for any meaningful contributions/cobweb clean outs :)
Areas of focus I can think of (will add to this):
General maintenance. The libraries in use here have not been updated in quite a while.
I believe there have been major breaking changes to the Pi-hole API recently which means Pi-CLI may or may not even function at a basic level. I believe the auth flow has completely changed. This may require some larger scale architecture changes. Haven't looked at this but add some feedback for non-connection errors #37 may be relevant. I made the rather annoying oversight when I wrote this of not noting somewhere which API version(s) I was targeting so some manual investigations will be needed.
Hello all.
I am the original author of this project. It has been a while since I have had a personal need to access my Pi-hole from a terminal, and as such this has fallen to the wayside and I have not updated it in a while.
As well as this lack of a need for it personally, I am rather busy with life and have not used Go in quite a while considering I work with C# professionally so most of my side projects these days tend to be in that arena.
I will welcome any offers to take over development of this project and/or for any meaningful contributions/cobweb clean outs :)
Areas of focus I can think of (will add to this):