shamoon
1fb7be7457
Retrieve ping url from config rather than as query parameter
1 year ago
shamoon
27958c9f69
Merge pull request #1571 from rkokkelk/issue/1496
...
Fix: use service labels instead of container for service discovery with Docker Swarm
1 year ago
shamoon
4245f1070a
fix docker service discovery, code styling
1 year ago
shamoon
c92d1caf80
Allow useWidgetAPI to not actually send a request
1 year ago
shamoon
774ca4b3b2
Merge pull request #1575 from nathan-sankbeil/feat/gzip
...
Support proxying compressed responses
1 year ago
shamoon
2c62f180a9
Merge pull request #1560 from Schoggi0815/feature/sonarr-radarr-queue-list
...
Feature/sonarr radarr queue list
1 year ago
nsankbeil
3a29262256
feat: support compressed responses
1 year ago
Matteo Bossi
5b3d1cc6e0
Make styling more consistent and add toggle to opt-in instead of opting out
1 year ago
Cyb3rzombie
8f0cd7e088
Add support for auth token
1 year ago
RoyK
f656c2b46d
fix(service-helper): service detection with Docker Swarm
...
The current implementation of service detection focusses on containers.
However when using Docker Swarm this limits automatic service detection
to the containers running on the same node as homepage (or
docker-proxy). Detecting other services in the docker swarm is with the
current implementation not possible.
This commit fixes this by getting the appropriate labels from services
when Docker swarm is configured in the config file. This ensures that
the appropriate labels are gathered from the service definition instead
of the container definiation, thus allowing for automatic service
detection for the entire Docker swarm. Please note that in order for
this to function the homepage (or dockerproxy) should be running on a
manager node. Only the manager node is able to gather all the relevant
service labels.
Fixes : #752 , #970 , #955 , #1255 , #1045 , #1496
1 year ago
shamoon
56644ac487
Support env substitution for k8s
1 year ago
Jon
e6d95e29ee
Translate environment vars in labels
1 year ago
shamoon
febb4cc6d5
Support settings layout as a list
1 year ago
shamoon
1b984abd91
Fix error port display, again
2 years ago
Georges-Antoine Assi
cdd7b2d44b
Enhanced glances widget ( #1534 )
...
* Enhanced glances widget (resource match)
* Make widget clickable + cleanup helperrs
* Prevent unused glances API calls
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Shaun Walker
cf7c68261f
Add support for QNAP instances with multiple volumes ( #1528 )
...
* Add support for pfSense API
* Fix linting issues
* remove a line
* rename cpu to load in default block
* Re-order container blocks to ensure defaults show
* clean up
* Add support for multiple volumes as well as defining the volume you want to track
* QNAP widget syntax corrections, translate invalid
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
shamoon
ba21ae60d7
url error log
2 years ago
David O'Trakoun
4f3396cf32
error hostname:port/path was missing colon
2 years ago
shamoon
bc981aae3d
Include port in error messages
2 years ago
Shaun Walker
77f4c8bf54
Add pfSense API widget ( #1491 )
...
* Add support for pfSense API
* Fix linting issues
* remove a line
* rename cpu to load in default block
* Re-order container blocks to ensure defaults show
* simplify pfsense widget, rename, limit blocks
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Andre
acc19ccca1
Add Tailscale Widget ( #1468 )
...
* Added tailscale widget
* finished tailscale widget
* Consolidated date comparison to it's own function
* Modified to follow Airbnb's style guide
* Removed refresh and added translations
* fix some tailscale translation strings
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Georges-Antoine Assi
bd1c2b1881
Add setting to hide widgets on failure
2 years ago
shamoon
b5ada5ef11
Add type field to services from api
2 years ago
shamoon
dacb038126
Further widget validation cleanup
2 years ago
shamoon
a83d105764
Cleanup data validation
2 years ago
shamoon
7e012993d8
Support per-service stats control
2 years ago
shamoon
e4788cc7f6
Fix widget option boolean parsing with docker labels
2 years ago
shamoon
4824ed1a2c
Fix data buffer parsing error
2 years ago
shamoon
379d2e59f1
preserve swr mutate
2 years ago
shamoon
64b43871c6
Try to fix false data parse errors
2 years ago
shamoon
6701e3bd77
Use HOMEPAGE_BUILDTIME to revalidate container restart/recreate
2 years ago
shamoon
a42c50f1cc
fix emby widget options interpolation
2 years ago
shamoon
a0fa6367ca
Merge pull request #1161 from MrLemur/add-traefik-ingressroute
...
Feature: Add Traefik IngressRoute support for Kubernetes
2 years ago
shamoon
48180604f9
Fix jellyfin / emby blocks boolean evaluation
2 years ago
Sebastian Osiński
f55ba3b67a
Add option to specify volume in Diskstation widget
2 years ago
Kassim Benhaddad
df714c7556
feat: add Traefik IngressRoute support for k8s
2 years ago
Nina Morgan
f37d3580b7
add support for Docker TLS based connections
2 years ago
shamoon
7d8da29e57
Update credentialed.js
2 years ago
Mirek Szajowski
94dc5ad0e5
Add support of NC-Token to Nextcloud widget
2 years ago
shamoon
eaf7ba608b
Fix blocks for emby/jellyfin, support enable/disable
2 years ago
shamoon
b8a1b90713
Update credentialed.js
2 years ago
Mathias R
e97fdc17be
Added Ghostfolio widget
2 years ago
Jason Fischer
3db5435c19
Merge pull request #1043 from jameswynn/variable-substitution
...
Added support for environment variable substitution
2 years ago
shamoon
e9790e5677
Change cloudflare widget to use api tokens
2 years ago
shamoon
b2d22d7574
Cache config env variables & check if config contains variables before substitution
2 years ago
shamoon
060d5afcaa
Simplify pterodactyl to only show server / node counts
2 years ago
James Wynn
e0f1aae4d5
Added support for environment variable substitution
...
* Only environment variables starting with HOMEPAGE_VAR_ and HOMEPAGE_FILE_
are supported
* The value of env var HOMEPAGE_VAR_XXX will replace {{HOMEPAGE_VAR_XXX}}
in any config
* The value of env var HOMEPAGE_FILE_XXX must be a file path, the contents
of which will be used to replace {{HOMEPAGE_FILE_XXX}} in any config
* If a substituted value contains a variable reference it may also be
replaced, but the behavior is non-deterministic
2 years ago
James Wynn
f8f96645b0
Added "external" boolean annotation to specify external services
...
External services define a kubernetes service pointing to an application
hosted outside of the cluster. These services should not attempt to get
the status based on kubernetes deployments. The new boolean flag disables
this functionality. Since this is an edge case, the default value is "false".
2 years ago
Jason Fischer
45946ddfe1
Merge pull request #963 from benphelps/fix-settings-after-container-update
...
Fix settings after container update
2 years ago
shamoon
e35a66d3f1
Suppory body in widget endpoint mappings
2 years ago
shamoon
e1176e9e3b
Strip sensitive information contained in URLs from frontend API calls
2 years ago
James Wynn
b4cdb03228
Added support for "ping" configuration in kubernetes ingress annotations
2 years ago
shamoon
3600e5487d
Apply suggestions from #964 code review
2 years ago
chain710
f109ffa9bc
cookieJar.setCookieSync ignore error
...
cookieJar.setCookieSync crash node when error, like:
```
uncaughtException: Error: Cookie not in this host's domain. Cookie:example.com Request:127.0.0.1
```
2 years ago
shamoon
7b474d4cef
Revert "Merge pull request #609 from benphelps/fix-576"
...
This reverts commit a7f290dfdd
, reversing
changes made to cf38395100
.
2 years ago
Jason Fischer
11ae52df4a
Merge main
2 years ago
shamoon
17ebdd8226
Unifi widgets support sites other than default
2 years ago
Benoit
4c17e3fd14
Synology Widget : making it work with multiple widgets connecting to differents versions of DSM
2 years ago
Jason Fischer
893b3f0986
Merge main
2 years ago
Jason Fischer
e62952c2c1
Create reusable Synology proxy
...
- Migrate DiskStation and DownloadStation to use new proxy
- Move DiskStation proxy UI logic into component
2 years ago
Eizock
2a42d89d08
Add Proxmox Backup Server Widget ( #879 )
...
* Add Proxmox Backup Server Widget
* Clarification added to Failed Tasks
* Refactor pbs to proxmoxbackupserver
* Removing property instead of recreating object
* minor code styling of proxmoxbackupserver widget
---------
Co-authored-by: Eizock <>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Jason Fischer
e96036e076
Merge pull request #873 from jameswynn/sort-services-by-weight
...
Services are now sorted by a new 'weight' field
2 years ago
James Wynn
8d016629d3
Services are now sorted by the 'weight' field.
...
* Default for discovered services is 0
* Default weight for configured services is their index within their
group scaled by 100, i.e. (index + 1) * 100
* Should be backwards compatible with current loose ordering
2 years ago
James Wynn
02e9df8f28
Parse widget field list if is a string
2 years ago
shamoon
f9e27a6bb5
Merge pull request #868 from KillahB33/main
...
Cloudflared Widget
2 years ago
Michael Shamoon
ca4b5b131d
Allow specifying wan interface on opnsense widget
2 years ago
KillahBee
fa1792cd5f
adding cloudflare widget
2 years ago
Jason Fischer
627ce179ef
Merge pull request #448 from jameswynn/kubernetes
...
Support for Kubernetes and Longhorn
2 years ago
Jason Fischer
a7f290dfdd
Merge pull request #609 from benphelps/fix-576
...
Fix: settings not picked up after first container creation
2 years ago
James Wynn
b6e8b64a2e
Merge branch 'main' into kubernetes
2 years ago
James Wynn
4d6ce1f7e2
Widgets in discovered services now work correctly
2 years ago
Michael Shamoon
fc2e17fa59
fix useWidgetAPI refreshInterval
2 years ago
John Hollowell
34a7b25c9c
Add truenas key to credentialed proxy handler
...
Revert "Change TrueNAS to use API key"
This reverts commit 1926c26b77d8e048d92da6e20ff24a3056237daf.
Co-Authored-By: John Hollowell <jhollowe@johnhollowell.com>
2 years ago
James Wynn
36ed1022e3
detection now uses annotation "gethomepage.dev/enabled" instead of label
2 years ago
James Wynn
e15ba1c82c
Merge branch 'main' into kubernetes
2 years ago
Michael Shamoon
ee729a7e6a
remove error on no discovered services
2 years ago
Michael Shamoon
6b90d3ef28
Handle docker server failures if others succeed
2 years ago
Michael Shamoon
93445a2831
Use credentialed proxy for miniflux
2 years ago
Michael Shamoon
db46931246
Allow map in credentialedproxy
2 years ago
Vinay Dawani
9188f5cdd9
cleanup
2 years ago
Vinay Dawani
c720df0805
double negation instead of ternary. force boolean
2 years ago
Vinay Dawani
b7722ed333
check swarm value before passing
2 years ago
Vinay Dawani
fb883c7b27
added yaml file variable for swarm mode checks
2 years ago
James Wynn
ec08535204
fixed podSelector discovery
2 years ago
James Wynn
a146c13c4f
fixed unintentional blank default podSelector from discovery
2 years ago
James Wynn
8543118607
updated ingress selector label, added href override annotation
2 years ago
James Wynn
09eb172079
new status format, new podSelector field, more accurate pod stats
...
* renamed pod label prefix from "homepage" to "gethomepage.dev"
which is more inline with typical kubernetes practices
2 years ago
James Wynn
174cb651b4
Merge branch 'main' into kubernetes
2 years ago
Michael Shamoon
f89093a067
Update openmeteo-condition-map.js
2 years ago
Michael Shamoon
656b818488
Fix conditions map for openmeteo
2 years ago
Michael Shamoon
c01b60dbd1
try to detect invalid settings load
2 years ago
shamoon
9d2f1ab8c8
Add default interval setting for coinmarketcap
2 years ago
Michael Shamoon
04fbf315ee
Fix startup errors on completely empty settings file
...
Closes #564
2 years ago
Jason Fischer
9f03d18e49
Move content-length calculation to http module
...
- consolidate http / https functionality to single function
2 years ago
Michael Shamoon
ccfafe1b31
fix fatal jsonrpc error, error handling, add content-length
2 years ago
Jason Fischer
7266390491
Add Deluge widget
...
- Create semi-generic jsonrpc proxy handler
- Refactor NZBGet to use jsonrpc proxy handler
closes #190
2 years ago
Michael Shamoon
92d456dbf4
fix group sort to prevent possible loss
2 years ago
Michael Shamoon
e4c0a62fd9
Merge branch 'main' of https://github.com/benphelps/homepage
2 years ago
Michael Shamoon
b393318084
fix group sorting bug
2 years ago
Jason Fischer
354f819041
Merge pull request #505 from benphelps/ping-and-redesign-status
...
Feature: Service ping, redesign docker status
2 years ago