Commit Graph

18 Commits

Author SHA1 Message Date
Jason Ross
887ff4afea
fix(client): fix security issues in adguardhome client (#4)
* fix(client): Check uint16 bounds for user provided port

see https://github.com/csfreak/adguard-exporter/security/code-scanning/4

* fix(client): add option to disable tls verification

defaults to false

see https://github.com/csfreak/adguard-exporter/security/code-scanning/3
2023-09-15 12:02:46 -05:00
Jason Ross
483435d1e9 doc(README): fix links 2023-09-15 11:36:32 -05:00
Jason Ross
066fbc22c1
ci(GitHub): update tooling and dependancies (#3)
* doc(readme): replace links from ebrianne to csfreak

ebrianne's repo is no longer available

* ci(GitHub): replace master with main

* ci(GitHub): update release workflow versions

* Update go.mod

* build(docker): change dockerfile to go 1.21

* doc(readme): add attribution

* package(main): rename

* package(main): rename

* package(adguard): rename

* build(depenancies): update go dependancies

* ci(github): remove deprecated versions

* ci(github): upgrade actions

* ci(github): typo

* ci(github): adjust build and remove docker actions

* doc(readme): update links

* doc(readme): update links
2023-09-15 11:26:38 -05:00
Adarsha
23838bf07e
add support for reading password from secret/file (#22)
* add support for reading password from secret/file

Signed-off-by: mvadu <8618235+mvadu@users.noreply.github.com>

* avoid trimming

Signed-off-by: mvadu <8618235+mvadu@users.noreply.github.com>
2022-02-12 09:46:45 +01:00
Joshua Hemmings
07f558a92c
added missing docker-compose parameter (#10)
Added `server_port=9617` to the docker compose. Otherwise it would not send data.
2021-09-09 07:21:41 +02:00
Eldwan Brianne
2f4a475055 Added docker pulls badge 2021-03-16 23:09:57 +01:00
Eldwan Brianne
a906d993e7
Update README.md
Fixed docker image name
2021-02-19 13:41:52 +01:00
Eldwan Brianne
a4ffbd5f1c
Adding configuration of adguard port (#5)
* Added possibility to configure url adguard port
2021-01-11 18:34:09 +01:00
Eldwan Brianne
bb33a56ae3 Added link to arm64 binary in README 2020-12-22 17:10:37 +01:00
Eldwan Brianne
b591f09028 Added docker file
Added docker-compose method and secrets
Added master action and added arm64 build
Added badge and updated workflows
Removed gox in workflow, added upx
Fixes conditional if in UPX workflow
2020-12-22 17:01:05 +01:00
Filip Chabik
e60e4b3fea
Initial support for FreeBSD 2020-12-19 10:14:22 +01:00
Eldwan Brianne
f2e38075c2 Updated README with systemd example 2020-12-09 13:14:14 +01:00
Eldwan Brianne
7f4d5d804c Updated README 2020-11-04 17:17:48 +01:00
Eldwan Brianne
7a328b11be Fix go report errors and updated README with new metric 2020-11-03 23:12:17 +01:00
Eldwan Brianne
66fe812e97 Updated dashboard and link to it in README 2020-11-02 23:27:01 +01:00
Eldwan Brianne
28b2123ee4 Added grafana dashboard 2020-11-02 23:17:50 +01:00
Eldwan Brianne
1262ea22da Remove workflow build badge in README 2020-11-02 20:02:11 +01:00
Eldwan Brianne
36002afe3a Added README 2020-11-02 18:54:02 +01:00