621 Commits

Author SHA1 Message Date
Julian
d506604918 Add bing and perplexity as search engines 2025-03-19 16:25:10 +00:00
Svilen Markov
7c9f79f243
Merge pull request #466 from ralphocdol/dns-stats-pihole-default-title-url
make title-url of pihole and pihole-v6 default to /admin
2025-03-18 13:13:46 +00:00
Svilen Markov
a77d0ce5c0 Move behavior within the widget init
Otherwise we create a global getWidgetTitleURL
function that sounds a little too generic and vague
2025-03-18 13:11:19 +00:00
Ralph Ocdol
55685e6854 make title-url of pihole and pihole-v6 default to /admin 2025-03-18 11:02:26 +08:00
Svilen Markov
fd5cf98072 Refactor config variables and add new features
* Can now use Docker secrets
* Can now read files who's path is provided by an env var
2025-03-17 17:37:51 +00:00
Svilen Markov
82cb0143f2 Only override extension url query if parameters property present 2025-03-17 14:16:47 +00:00
Svilen Markov
2bde4656ed Merge branch 'main' into dev 2025-03-17 03:01:06 +00:00
Svilen Markov
0b2cfc45c1 Docker containers accessibility improvements v0.7.7 2025-03-17 02:06:32 +00:00
Svilen Markov
c8be41ce6c Reduce contrast of calendar dates 2025-03-17 00:45:23 +00:00
Svilen Markov
ec2f710d06 Use constant for the prefix 2025-03-16 23:17:07 +00:00
Svilen Markov
71112173b9 Fix title link not opening in new tab 2025-03-16 23:15:19 +00:00
Svilen Markov
1615c20e66 Change custom api int64 types to int
Some of Go's native template functions return int and
having to juggle between int and int64 might get messy
so we'll try to stick to having a single int type
2025-03-16 01:32:35 +00:00
Svilen Markov
fbcea12786 Add more info to logged message 2025-03-16 01:25:13 +00:00
Svilen Markov
047d13afd1 Fix summary triangle showing on Safari 2025-03-16 01:24:56 +00:00
Svilen Markov
4c1165533c Define service strings as consts to avoid forgetting to change them in all places v0.7.6 2025-03-15 19:41:08 +00:00
Svilen Markov
14bdcf71fe Remove debug code 2025-03-15 19:10:21 +00:00
Svilen Markov
1b3f022b2d Rename service to reduce ambiguity v0.7.5 2025-03-15 19:03:48 +00:00
Svilen Markov
b6d93a7f09
Merge pull request #371 from KallanX/enhancement/add-support-pihole-v6
Enhancement/add support pihole v6
2025-03-15 18:45:22 +00:00
Svilen Markov
4b2438c298 Refactor DNS stats widget 2025-03-15 18:42:58 +00:00
Svilen Markov
3b79c8e09f Remove symbol-link-template 2025-03-15 10:27:39 +00:00
Svilen Markov
d22ac6a7a4 Add parseTime to custom-api 2025-03-13 00:55:31 +00:00
Svilen Markov
2f50f5ef34 Merge branch 'main' into dev 2025-03-12 18:04:16 +00:00
Svilen Markov
d7bbf2b8e2 Accessibility improvements v0.7.4 2025-03-12 18:01:35 +00:00
Svilen Markov
b8df34309f Add note to docs about page width 2025-03-12 18:01:35 +00:00
Svilen Markov
278fa3c397 Add gap between domain and percent 2025-03-12 18:01:35 +00:00
Svilen Markov
6f48ee98e5 Uppercase currency before looking for matching symbol #365 2025-03-12 18:01:35 +00:00
Svilen Markov
14db59318c Avoid spinning up unnecessary goroutines for single data jobs 2025-03-12 10:35:54 +00:00
Svilen Markov
f9b3deaff2 Simplify worker num with min 2025-03-12 10:35:54 +00:00
Ralph Ocdol
c265e42220
Add subrequests to custom-api (#385)
* feat: custom-api multiple API queries

* fix template check

* refactor

* Update implementation & docs

* Swap statement

* Update docs

---------

Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2025-03-12 10:30:29 +00:00
Svilen Markov
c0bdf1551d Add support for bool in query params fields 2025-03-10 09:56:47 +00:00
Ralph Ocdol
e373eeeed3
fix: full width clickable link for monitor-site (#405)
* feat: full width clickable link for monitor-site

* refactor

* Use grow instead of width-100

---------

Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2025-03-10 09:49:38 +00:00
Svilen Markov
774b0c104b
Merge pull request #399 from KadoBOT/patch-1
Update configuration.md
2025-03-08 09:46:37 +00:00
Ricardo Ambrogi
fbd4d9a74e
Update configuration.md
Correct `title` to `name`.

I'm unsure if `title` is also accepted, I haven't tested it. Please close this PR if this fix is not valid.
2025-03-07 09:07:10 +01:00
Svilen Markov
6c8859863a Add description property to bookmarks widget links 2025-03-02 00:09:28 +00:00
Svilen Markov
31ecd91f7c Fix failing to parse empty response body in custom api widget 2025-03-01 23:43:33 +00:00
Svilen Markov
474255c985 Tweak error message 2025-03-01 23:38:29 +00:00
Svilen Markov
652f9ceb5c
Merge pull request #378 from ralphocdol/custom-api-array-parameters
feat: add parameters and array parameters support
2025-03-01 23:36:29 +00:00
Svilen Markov
49668d4ba9 Also apply to extension widget 2025-03-01 23:30:20 +00:00
Svilen Markov
acddaf07db Add note to docs 2025-03-01 23:29:56 +00:00
Svilen Markov
8da26ab409 Make query parameters field reusable 2025-03-01 23:29:28 +00:00
Svilen Markov
3f2fefe4f7
Merge pull request #382 from legoraft/main
Added gruvbox theme
2025-03-01 22:44:22 +00:00
Legoraft
fb8513bc9f
Added gruvbox theme code and screenshot 2025-03-01 14:19:36 +01:00
Legoraft
e4ec958edb
Added gruvbox screenshot 2025-03-01 14:17:17 +01:00
Ralph Ocdol
948289a038 feat: add parameters and array parameters support 2025-02-28 08:48:07 +08:00
Keith Carichner Jr
78ad88a245
Merge pull request #1 from ralphocdol/fix-graph
Fix Graph and move SID to header
2025-02-27 10:33:20 -05:00
Ralph Ocdol
99660aeee8 Fix Graph and move SID to header 2025-02-27 23:02:10 +08:00
Svilen Markov
ce293ed891 Prevent infinite config include recursion 2025-02-27 07:22:18 +00:00
Svilen Markov
2738613344 Improve error message when widget type not specified 2025-02-27 07:12:07 +00:00
Svilen Markov
5d12d934b8 Use new range syntax 2025-02-27 07:11:44 +00:00
Svilen Markov
19a89645a1 Add support for nested includes 2025-02-27 07:11:03 +00:00