Lissy93 / AdGuardian-Term

🛡️ Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
https://adguardian.as93.net
MIT License
901 stars 37 forks source link

[Feature] Support for HTTPS / User-defined protocol #9

Closed Lissy93 closed 1 year ago

Lissy93 commented 1 year ago

Description: Enables user to set the protocol used, in order to access AdGuard dashboards served over anything other than http (aka https).

Ticket: #7

Note: The protocol used will default to http if not defined / so is backwards compatible. You can set ADGUARD_PROTOCOL="https" to use HTTPS. I've tested with a self-signed cert, and seems to work okay (Oh, and if you're using a custom domain, then set that to ADGUARD_IP, and set ADGUARD_PORT to 80 or wherever it's running at).