shamoon
8edfafb9f6
Fix search dropdown overlay with boxedheaders option ( #3680 )
10 months ago
Mark Titorenkov
6ed4472441
Fix: Sort truenas pools by name ( #3669 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
10 months ago
shamoon
b03467a832
Fix pyload debug line
10 months ago
Mathias Wagner
148511e6f8
Feature: MySpeed widget ( #3662 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
10 months ago
Matt Sullivan
f07d595ed9
Fix: Improve error handling for Glances widgets when host is unreachable ( #3657 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
10 months ago
Ben Phelps
ec448d6c41
only darken on dark mode
10 months ago
Ben Phelps
2a31380dbc
increase contrast, fix safari
10 months ago
shamoon
0962e3384c
Update docker.md
10 months ago
shamoon
0ee3e7153d
Docs tweaks
10 months ago
shamoon
11cc4a15cf
Fix python requirements file
10 months ago
dependabot[bot]
ae5f0ace55
Chore(deps): Bump docker/build-push-action from 5 to 6 ( #3648 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Ben Phelps
99c935f5e0
fix image shadow on logos
10 months ago
Ben Phelps
a4ee3089bc
docs updates
...
adjust styles
move development starting guide
switch to webp for images
add sponsors page
10 months ago
Ben Phelps
23432300c7
add webp image versions
10 months ago
Ben Phelps
a7df687d82
fix docs version selector getting hidden
10 months ago
Ben Phelps
1d993046c2
use bg static URL for the time being
...
will fix once tagged
10 months ago
Ben Phelps
2685c20134
new website design
...
this is a trial run, it could very well get reverted
10 months ago
Ben Phelps
861a3d2091
disable mkdocs optimize plugin
...
it seems to cause more issues than is worth it
11 months ago
Ben Phelps
4d88ea1883
improve docs header, nav and social cards
11 months ago
Ben Phelps
aa33cf7295
add mkdocs-material[imaging]
11 months ago
Ben Phelps
cf14503fb0
social cards style
11 months ago
Ben Phelps
cecfc93440
focus funding on project targets
11 months ago
Ben Phelps
bf5264d882
fix image path
11 months ago
Ben Phelps
3923bb3cae
bump mkdocs-material
11 months ago
shamoon
5d6e202840
Fix: dont force lowercase URL in QuickLaunch ( #3634 )
11 months ago
Ben Phelps
ef154b348e
ready to preview guides
11 months ago
Ben Phelps
d45e66969d
Merge branch 'main' into guides
...
# Conflicts:
# src/pages/api/services/proxy.js
# src/widgets/emby/component.jsx
# src/widgets/glances/widget.js
11 months ago
Ben Phelps
62674372c5
first guides commit
11 months ago
shamoon
5afcf445be
Documentation: fix broken mjpeg image
11 months ago
shamoon
e6f2ff970b
Documentation: clarify deployment recs
11 months ago
github-actions[bot]
af1695687a
New Crowdin translations by GitHub Action ( #3589 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
11 months ago
shamoon
f0d7cf3ce6
Security: Sanitize widget api keys from response
...
Closes https://github.com/gethomepage/homepage/security/advisories/GHSA-cjgf-vhj6-8cx4
11 months ago
Heng-Yi Wu
36e77e1fe3
Fix: coinmarketcap widget dropdown not clickable ( #3591 )
11 months ago
Aldy J
35dd7ec230
Enhancement: support multiple instance annotation for Kubernetes Automatic Service Discovery ( #3590 )
11 months ago
shamoon
15cc1d98c5
Fix: omada widget broken in v0.9.1 ( #3587 )
11 months ago
Liran Vaknin
9803ef70c6
Fix: openwrt widget handle null id in json rpc responses and cpu load representation ( #3576 )
11 months ago
shamoon
ccc27142ef
Fix: caddy widget broken in 0.9.1 ( #3579 )
11 months ago
shamoon
9a20982406
Lint wg-easy
11 months ago
Conner Hnatiuk
67a69a5878
Fix: wg-easy threshold not properly computed ( #3574 )
11 months ago
shamoon
19c3ac0d7e
Enforce method
11 months ago
shamoon
67a9f4983c
Fix unifi with no type passing and lint
11 months ago
github-actions[bot]
ec79f3042a
New Crowdin translations by GitHub Action ( #3567 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
11 months ago
shamoon
f13144ceb8
Remove widget type passing
11 months ago
shamoon
d42271acf6
Fix: calendar integration broken in v0.9.0 ( #3566 )
11 months ago
shamoon
fb58a66f3b
Fix: include cpu in allowed glances endpoints ( #3565 )
11 months ago
shamoon
c96e6703d3
More path traversal fixes
11 months ago
github-actions[bot]
8a4c808ee2
New Crowdin translations by GitHub Action ( #3432 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
11 months ago
shamoon
52cce0ee21
Merge pull request from GHSA-24m5-7vjx-9x37
...
* Restrict emby endpoints and proxy segments
* Dont allow path traversal in segments
* Restrict qbittorrent proxy endpoints
* Restrict npm proxy endpoints
* Restrict flood proxy endpoints
* Restrict tdarr proxy endpoints
* Restrict xteve proxy endpoints
* Restrict transmission proxy endpoints
* disallow non-mapped endpoints
this change drops all requests that have un-mapped endpoint queries
allowedEndpoints is added as a method to pass proxy requests via a regex on the endpoint
most widgets with custom proxies use either no endpoint, or a static one
Co-Authored-By: Ben Phelps <ben@phelps.io>
11 months ago
shamoon
b3cf985d4a
Merge pull request from GHSA-24m5-7vjx-9x37
...
* Restrict emby endpoints and proxy segments
* Dont allow path traversal in segments
* Restrict qbittorrent proxy endpoints
* Restrict npm proxy endpoints
* Restrict flood proxy endpoints
* Restrict tdarr proxy endpoints
* Restrict xteve proxy endpoints
* Restrict transmission proxy endpoints
* disallow non-mapped endpoints
this change drops all requests that have un-mapped endpoint queries
allowedEndpoints is added as a method to pass proxy requests via a regex on the endpoint
most widgets with custom proxies use either no endpoint, or a static one
Co-Authored-By: Ben Phelps <ben@phelps.io>
11 months ago
Ben Phelps
8823b04291
switch DO logo
...
darker one looks nicer
11 months ago