Michael Shamoon
c1a55ff6d3
Update glances to use private widget options API
2 years ago
Ben Phelps
2bdd9eaa88
remove shortcuts from manifest
2 years ago
Michael Shamoon
8e2ff61f1c
Allow multiple glances widgets with optional `id` property
2 years ago
Michael Shamoon
99b70f96e4
Allow username + password for glances
2 years ago
Michael Shamoon
802fe0f721
Glances widget use settings for URL
2 years ago
Michael Shamoon
080bc44a6f
Lint glances info widget
2 years ago
Michael Shamoon
321efd08cc
Glances info widget
2 years ago
Ben Phelps
d2dc51d49c
add services and bookmarks as manifest shortcuts
2 years ago
Ben Phelps
d26ae30fa6
remove old code
2 years ago
Ben Phelps
94a518f4a8
add styled headers option
2 years ago
Ben Phelps
e56dccc7f1
new logo and styling tweaks
2 years ago
Ben Phelps
ea96999377
place error boundaries closer to the source
2 years ago
Jason Fischer
962e6e576c
Add ErrorBoundary component
...
- wrap a myriad of components in ErrorBoundary
resolves #270
2 years ago
Jason Fischer
c3a623c329
Remove pages/api/proxy.js as it was an open proxy
...
- The only location pages/api/proxy was used was for icon loading in item.jsx, simply returning the icon URL instead worked just fine. There was no need to proxy icon requests.
fixes : #327
2 years ago
Ben Phelps
de4ce73a9a
fix hidden scrollbars
...
this was an adventure
2 years ago
Ben Phelps
f52c6f3b41
improved static styles and x-browser scrollbars
2 years ago
Ben Phelps
a10a30a22c
fix some error edge cases
2 years ago
Ben Phelps
57e4ca355b
add widgets to config hash
2 years ago
Ben Phelps
c980c70798
revalidate config changes, check on focus changes
2 years ago
Ben Phelps
5f0c1ec70a
tweak styles
2 years ago
Ben Phelps
4386999c38
further restructuring
2 years ago
Ben Phelps
086bfa310f
lighthouse requirements
2 years ago
Ben Phelps
4d790feaae
formatting cleanup
2 years ago
Ben Phelps
e1a3a82f75
utils cleanup, initial static generation
2 years ago
Ben Phelps
ec8700f3e9
fix widgets without mappings
2 years ago
Jason Fischer
808e79e2ac
Add Docker, Emby, Gotify, Jackett, and JellySeerr widgets
2 years ago
Ben Phelps
035dd25ece
widget refactoring
2 years ago
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
2 years ago
Ben Phelps
562235f828
starting of widget refactoring
2 years ago
Ben Phelps
d6f6ea9dba
add meta tag
2 years ago
Ben Phelps
8bc240b934
refactor i18n to be server side
2 years ago
Ben Phelps
7709be8118
fix Head
2 years ago
Ben Phelps
ae315f1789
use new Manrope font, remove external font dep
2 years ago
Ben Phelps
4782e72d88
remove unused font
2 years ago
Ben Phelps
ea6a668a84
add version information
2 years ago
Jason Fischer
42fe535df7
Patch console object to instead use winston for logging
...
- Allow setting labels via new createLogger method
- Make logger initialization more robust
2 years ago
Ben Phelps
666e2a42cf
fix context state race
2 years ago
Ben Phelps
122b987fa3
Merge branch 'main' into feature/widget_strelaysrv
2 years ago
Ben Phelps
c024c4f01c
Merge pull request #241 from JazzFisch/add-logger
...
Add Winston for log handling
2 years ago
Ben Phelps
a677fbefbf
add global settings context
...
will be useful going forward, and simplify widget props being passed around all over the place
2 years ago
Ben Phelps
20ac15b18c
allow setting a global link target
2 years ago
Jason Fischer
280bb5fc81
Add Winston for log handling
...
- write log data to 'homepage.log'
2 years ago
Pablo Garcia de los Salmones Valencia
f7000a280e
Add Syncthing Relay Server widget
2 years ago
Pablo Garcia de los Salmones Valencia
586ded6b3f
Add Mastodon widget
2 years ago
Ben Phelps
17f54da524
yaml validation
2 years ago
Ben Phelps
38356c31b0
handle when structure differs from expectation
2 years ago
Jason Fischer
33e6d54fd2
Fix issues with incorrect values in widgets
...
associated: #180
associated: #194
2 years ago
Ben Phelps
f3ebbb6547
pass errors
2 years ago
Ben Phelps
28b2f79e5b
use aggregate mapped data
...
to reduce the size of the API responses
2 years ago
Jason Fischer
6c01a85077
Merge branch 'main' into add-qbittorrent
2 years ago
Ben Phelps
d7a161c088
remove map for now
2 years ago
Ben Phelps
3f17618ad5
allow endpoint specific maps
2 years ago
Andy
d7be64c3d9
add backgroundOpacity option
2 years ago
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
2 years ago
Jason Fischer
743a070724
Proposal to add ability to map data in a proxy
2 years ago
Ben Phelps
ddb2a74540
add AdGuard widget
2 years ago
Ben Phelps
0075429e08
add greeting and datetime info widgets
2 years ago
Ben Phelps
93d5dd88ba
add options for layout, theme and color settings
2 years ago
Jason Fischer
7e99b3e505
Merge branch 'main' into add-lidarr
2 years ago
Ben Phelps
ace1610dfc
Merge pull request #160 from JazzFisch/add-bazarr
...
Add Bazarr widget
2 years ago
Jason Fischer
1f2639fbb5
Add Lidarr widget
2 years ago
Ben Phelps
db18519c16
allow changing language from settings.yaml
2 years ago
Jason Fischer
b520713dc3
Add Bazarr widget
...
associated: #110
2 years ago
Jason Fischer
5009f9d3f2
Merge branch 'main' into add-jackett-widget
2 years ago
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.
2 years ago
Ben Phelps
7f91fe59e2
allow setting base and favicon
2 years ago
Jason Fischer
95b6ea0e23
Merge main
2 years ago
Jason Fischer
b3db549a65
Add Transmission widget
...
- Update http.js to support writing request bodies
- Update http.js to support returning all response headers
resolves : #104
2 years ago
Francisco Coelho
b5538655e0
Add Prowlarr widget
2 years ago
Francisco Coelho
0c9c1c599f
Merge branch 'main' of https://github.com/xicopitz/homepage
2 years ago
Ben Phelps
3660140539
consolidate api handlers
2 years ago
Ben Phelps
15a0e6cc54
Merge branch 'main' into main
2 years ago
Chris McGravey
1c158f743c
- Add CoinMarketCap widget
2 years ago
Jason Fischer
f8aa1ba391
Add Readarr and SABnzbd widgets
2 years ago
Francisco Coelho
9d790894d5
Sabnzbd Support
2 years ago
Francisco Coelho
a304d87b8a
Merge branch 'main' of https://github.com/xicopitz/homepage
2 years ago
Ben Phelps
ffbb1f5f0b
tweak widget layouts for mobile
2 years ago
Ben Phelps
4aedda7ba2
add Overseerr widget
2 years ago
Ben Phelps
236450f6f1
add error logging to services fetching
2 years ago
Ben Phelps
d861264ecf
fix error case cause failure to load anything
2 years ago
Francisco Coelho
9831df1427
Update proxy.js
2 years ago
Ben Phelps
d66326b41d
implement docker service discovery via labels
2 years ago
Ben Phelps
c418efe007
fix fallback to / in disk resource widget
2 years ago
Ben Phelps
0c8bbdf02b
background images, document title
2 years ago
Ben Phelps
c08d4b7b9c
implement i18n
2 years ago
Ben Phelps
d25148c8ae
revert to array key indexes, it’s the only option
2 years ago
Ben Phelps
f74e8b9d32
linting and cleanup
2 years ago
Ben Phelps
8373057758
add simple healthcheck endpoint
2 years ago
Ben Phelps
5a8defb478
allow weather apis to use hidden api keys
2 years ago
Ben Phelps
bad436b858
fix jellyfin widget api calls
2 years ago
Ben Phelps
97bf174b78
refactor widget api design
...
this passes all widget API calls through the backend, with a pluggable design and reusable API handlers
2 years ago
Ben Phelps
8f001ad88a
tweak mobile layouts for widgets
2 years ago
aidenpwnz
4581c4eeb0
FEAT: Searchbar || FIX: spacings, overflows
2 years ago
Ben Phelps
7b6cbb4ee1
updates to handle more than one weather widget
2 years ago
Ben Phelps
dc6b172df9
Merge pull request #25 from AlexFullmoon/main
...
Added OpenWeatherMap widget.
2 years ago
AlexFullmoon
2faa78163a
Cleaned up some OpenWeatherMap logic.
2 years ago
AlexFullmoon
6a97d392c9
Added OpenWeatherMap widget.
2 years ago
Ben Phelps
688caa02c5
space elements via the parent, remove margins
2 years ago
Ben Phelps
b61ec9836e
refactor information widgets
2 years ago
Ben Phelps
7647d8eb4e
fix portainer offline containers count
2 years ago
Ben Phelps
66e7637ea6
add ruTorrent widget
2 years ago
Ben Phelps
1f3cd43bef
forward proxy bodies raw
2 years ago
Ben Phelps
1f58d4be23
allow http proxied requests
2 years ago
Ben Phelps
1b2fa720c6
add theme switcher
2 years ago
Ben Phelps
481cb71e65
switch to https over fetch for the proxy api
...
this allows for complete control and the ability to ignored self-signed certificates
2 years ago
Ben Phelps
ccc37260a0
use a custom https agent for self-signed bypass
2 years ago
Ben Phelps
3914fee775
first public source commit
2 years ago