Commit Graph

789 Commits

Author SHA1 Message Date
6c8859863a Add description property to bookmarks widget links 2025-03-02 00:09:28 +00:00
31ecd91f7c Fix failing to parse empty response body in custom api widget 2025-03-01 23:43:33 +00:00
474255c985 Tweak error message 2025-03-01 23:38:29 +00:00
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
49668d4ba9 Also apply to extension widget 2025-03-01 23:30:20 +00:00
acddaf07db Add note to docs 2025-03-01 23:29:56 +00:00
8da26ab409 Make query parameters field reusable 2025-03-01 23:29:28 +00:00
3f2fefe4f7 Merge pull request #382 from legoraft/main
Added gruvbox theme
2025-03-01 22:44:22 +00:00
fb8513bc9f Added gruvbox theme code and screenshot 2025-03-01 14:19:36 +01:00
e4ec958edb Added gruvbox screenshot 2025-03-01 14:17:17 +01:00
948289a038 feat: add parameters and array parameters support 2025-02-28 08:48:07 +08:00
78ad88a245 Merge pull request #1 from ralphocdol/fix-graph
Fix Graph and move SID to header
2025-02-27 10:33:20 -05:00
99660aeee8 Fix Graph and move SID to header 2025-02-27 23:02:10 +08:00
ce293ed891 Prevent infinite config include recursion 2025-02-27 07:22:18 +00:00
2738613344 Improve error message when widget type not specified 2025-02-27 07:12:07 +00:00
5d12d934b8 Use new range syntax 2025-02-27 07:11:44 +00:00
19a89645a1 Add support for nested includes 2025-02-27 07:11:03 +00:00
65a412eb59 Pushing latest. Add ability to fetch series data from new api. 2025-02-26 16:20:43 -05:00
9df9673e84 Add alternative include syntax
Also make it the new recommended way for doing includes
2025-02-25 02:25:01 +00:00
2002ed1c9c Pushing latest changes. 2025-02-24 13:52:27 -05:00
9c98c6d0c4 Merge branch 'main' into dev 2025-02-22 13:33:17 +00:00
488a1f6070 Update link to point to repo instead of pkg.go.dev 2025-02-22 13:32:50 +00:00
4d6600b0a3 Merge pull request #367 from ejsadiarin/dev
feat(monitor): add basic-auth feature for protected sites
2025-02-22 13:30:09 +00:00
dac0d15e78 Update implementation 2025-02-22 13:29:00 +00:00
1e12d937aa Merge pull request #372 from DavisYe/main
Correct document
2025-02-22 12:58:56 +00:00
e643a44b59 Pushing latest fixes to handle the two different JSON responses. 2025-02-20 14:54:11 -05:00
7319870289 Correct the docker compose environment format of GITHUB_TOKEN in the configuration document. 2025-02-20 21:30:34 +08:00
72c1ebf66d Minor README adjustment. 2025-02-19 23:23:22 -05:00
008c4a3ab7 Removing SID check func. 2025-02-19 23:04:45 -05:00
38d3d11571 Attempting to add support for Pi-hole v6. 2025-02-19 17:30:14 -05:00
5b45751c67 docs(monitor): add documentation for basic-auth feature 2025-02-19 17:40:56 +08:00
c00d937f4c feat(monitor): add basic-auth feature for protected sites
this closes [issue #316](https://github.com/glanceapp/glance/issues/316)

Furthermore, this could be expanded to also pass the configured basic
auth credentials to the request when the user clicks on the specific
monitor widget
2025-02-19 17:28:13 +08:00
d4565acfe7 Markets widget rate limit fix v0.7.3 2025-02-19 02:25:07 +00:00
16129c53bd Merge pull request #358 from rubiojr/rubiojr/reload-on-rename2
Auto-reload config file on RENAME
2025-02-19 01:25:08 +00:00
cbf1961510 Don't try to get sensor info on openbsd 2025-02-17 23:48:16 +00:00
c76a4d4be7 Increase docker containers widget timeout 2025-02-17 23:45:57 +00:00
c33fe45d4c Merge branch 'main' into dev 2025-02-17 23:27:42 +00:00
e355c643f4 Merge pull request #339 from KevinFumbles/dev
Added Technitium Service Option to DNS-Stats Widget
2025-02-17 23:20:54 +00:00
fcccb7eb38 Update error message 2025-02-17 23:20:38 +00:00
f9209406fb Reduce duplication of constants 2025-02-17 23:18:27 +00:00
facbf6f529 Remove mention of env variable syntax 2025-02-17 23:08:36 +00:00
27af0400c0 Tweak impl for handling config renames 2025-02-17 22:28:10 +00:00
76a80ff034 Add clarifying comment 2025-02-17 19:17:49 +01:00
f7f333ad52 Auto-reload config file on RENAME
Some editors (like Vim), create a temp file when saving, then replace
the file being edited with the temp file. This causes the FS notify
event to be RENAME, not WRITE, so auto-reload misses this.

In addition to that, the file is removed from the watcher and the
auto-reload functionality stops working entirely after the first RENAME.

https://github.com/fsnotify/fsnotify/issues/255 describes this.
2025-02-17 19:08:54 +01:00
0ce45e32aa Update dashboard icons repo v0.7.2 2025-02-15 14:59:20 +00:00
abeb11c8a6 Add hide-mountpoints-by-default prop for server-stats 2025-02-15 14:43:25 +00:00
e01af4adec Delay changing popover display
Previously would make the popover visible and then reposition
it on the next frame in order to avoid getting called recursively
due to the observer, however this causes the scrollbar to appear
if it wasn't already visible for a single frame which is janky.

This change fixes that.
2025-02-15 13:53:13 +00:00
3043a0bd15 Rework getting host info (#340) 2025-02-15 13:46:58 +00:00
94806ed45d Added blocked domains count for Technitium 2025-02-12 16:05:38 -05:00
baee94ed1d Added configuration documentation for Technitium dns-stats service 2025-02-12 15:58:21 -05:00