Ben Phelps
a10a30a22c
fix some error edge cases
2022-09-28 22:40:54 +03:00
Ben Phelps
57e4ca355b
add widgets to config hash
2022-09-28 21:58:43 +03:00
Ben Phelps
c980c70798
revalidate config changes, check on focus changes
2022-09-26 22:54:12 +03:00
Ben Phelps
5f0c1ec70a
tweak styles
2022-09-26 16:56:20 +03:00
Ben Phelps
4386999c38
further restructuring
2022-09-26 15:25:10 +03:00
Ben Phelps
086bfa310f
lighthouse requirements
2022-09-26 15:03:02 +03:00
Ben Phelps
4d790feaae
formatting cleanup
2022-09-26 14:42:31 +03:00
Ben Phelps
e1a3a82f75
utils cleanup, initial static generation
2022-09-26 12:04:37 +03:00
Ben Phelps
ec8700f3e9
fix widgets without mappings
2022-09-26 10:58:31 +03:00
Jason Fischer
808e79e2ac
Add Docker, Emby, Gotify, Jackett, and JellySeerr widgets
2022-09-25 16:15:47 -07:00
Ben Phelps
035dd25ece
widget refactoring
2022-09-26 00:35:54 +03:00
Jason Fischer
03fa2f86d7
Add AdGuard, Bazarr, and Coin Market Cap widgets
...
- Allow setting HTTP method in widget.js
- Allow sending allow listed query params to proxy
2022-09-25 14:31:41 -07:00
Ben Phelps
562235f828
starting of widget refactoring
2022-09-25 19:43:47 +03:00
Ben Phelps
d6f6ea9dba
add meta tag
2022-09-25 19:43:27 +03:00
Ben Phelps
8bc240b934
refactor i18n to be server side
2022-09-25 19:43:00 +03:00
Ben Phelps
7709be8118
fix Head
2022-09-24 14:53:46 +03:00
Ben Phelps
ae315f1789
use new Manrope font, remove external font dep
2022-09-24 14:51:12 +03:00
Ben Phelps
4782e72d88
remove unused font
2022-09-24 14:49:14 +03:00
Ben Phelps
ea6a668a84
add version information
2022-09-24 01:18:37 +03:00
Jason Fischer
42fe535df7
Patch console object to instead use winston for logging
...
- Allow setting labels via new createLogger method
- Make logger initialization more robust
2022-09-21 23:37:17 -07:00
Ben Phelps
666e2a42cf
fix context state race
2022-09-21 17:39:46 +03:00
Ben Phelps
122b987fa3
Merge branch 'main' into feature/widget_strelaysrv
2022-09-21 09:05:42 +03:00
Ben Phelps
c024c4f01c
Merge pull request #241 from JazzFisch/add-logger
...
Add Winston for log handling
2022-09-21 09:03:52 +03:00
Ben Phelps
a677fbefbf
add global settings context
...
will be useful going forward, and simplify widget props being passed around all over the place
2022-09-21 09:00:57 +03:00
Ben Phelps
20ac15b18c
allow setting a global link target
2022-09-21 08:40:19 +03:00
Jason Fischer
280bb5fc81
Add Winston for log handling
...
- write log data to 'homepage.log'
2022-09-20 20:16:04 -07:00
Pablo Garcia de los Salmones Valencia
f7000a280e
Add Syncthing Relay Server widget
2022-09-20 04:42:04 +02:00
Pablo Garcia de los Salmones Valencia
586ded6b3f
Add Mastodon widget
2022-09-20 03:41:10 +02:00
Ben Phelps
17f54da524
yaml validation
2022-09-18 16:41:01 +03:00
Ben Phelps
38356c31b0
handle when structure differs from expectation
2022-09-18 01:38:41 +03:00
Jason Fischer
33e6d54fd2
Fix issues with incorrect values in widgets
...
associated: #180
associated: #194
2022-09-17 09:17:03 -07:00
Ben Phelps
f3ebbb6547
pass errors
2022-09-17 16:55:18 +03:00
Ben Phelps
28b2f79e5b
use aggregate mapped data
...
to reduce the size of the API responses
2022-09-17 13:05:44 +03:00
Jason Fischer
6c01a85077
Merge branch 'main' into add-qbittorrent
2022-09-16 23:19:24 -07:00
Ben Phelps
d7a161c088
remove map for now
2022-09-17 08:34:32 +03:00
Ben Phelps
3f17618ad5
allow endpoint specific maps
2022-09-17 08:32:40 +03:00
Andy
d7be64c3d9
add backgroundOpacity option
2022-09-17 08:24:12 +03:00
Jason Fischer
6da1e98c83
Add qBittorrent Widget
...
- extract cookie jar functionality into its own file
- use i18n for more strings in existing widgets
completes: #152
associated: #123
2022-09-16 19:11:57 -07:00
Jason Fischer
743a070724
Proposal to add ability to map data in a proxy
2022-09-16 11:33:11 -07:00
Ben Phelps
ddb2a74540
add AdGuard widget
2022-09-16 14:05:56 +03:00
Ben Phelps
0075429e08
add greeting and datetime info widgets
2022-09-16 10:53:12 +03:00
Ben Phelps
93d5dd88ba
add options for layout, theme and color settings
2022-09-15 19:58:41 +03:00
Jason Fischer
7e99b3e505
Merge branch 'main' into add-lidarr
2022-09-14 19:41:43 -07:00
Ben Phelps
ace1610dfc
Merge pull request #160 from JazzFisch/add-bazarr
...
Add Bazarr widget
2022-09-15 05:36:19 +03:00
Jason Fischer
1f2639fbb5
Add Lidarr widget
2022-09-14 19:30:51 -07:00
Ben Phelps
db18519c16
allow changing language from settings.yaml
2022-09-15 05:17:30 +03:00
Jason Fischer
b520713dc3
Add Bazarr widget
...
associated: #110
2022-09-14 16:15:26 -07:00
Jason Fischer
5009f9d3f2
Merge branch 'main' into add-jackett-widget
2022-09-14 10:50:53 -07:00
Jason Fischer
f750876425
Add the Jackett widget
...
- add the follow-redirect package
- add the tough-cookie package
Jackett API uses a redirect mechanism to set a CSRF token.
This CSRF token is stored in a cookie that is required to
be present or the API won't work.
2022-09-14 10:46:52 -07:00
Ben Phelps
7f91fe59e2
allow setting base and favicon
2022-09-14 09:11:55 +03:00