Compare commits
	
		
			10 Commits
		
	
	
		
			c06414dc81
			...
			test
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0437b16bd9 | |||
| a16add2eae | |||
| 4e7e393e9e | |||
| a95e26d93e | |||
| a55c29640f | |||
| 9eb00d7d68 | |||
| 9c200377cb | |||
| 7986911764 | |||
| b8e6e55394 | |||
| 8621dcd556 | 
| @@ -12,6 +12,7 @@ | |||||||
|             url: "{{HOMEPAGE_VAR_PROXMOX_URL}}" |             url: "{{HOMEPAGE_VAR_PROXMOX_URL}}" | ||||||
|             username: "{{HOMEPAGE_VAR_PROXMOX_PAM}}" |             username: "{{HOMEPAGE_VAR_PROXMOX_PAM}}" | ||||||
|             password: "{{HOMEPAGE_VAR_PROXMOX_SECRET}}" |             password: "{{HOMEPAGE_VAR_PROXMOX_SECRET}}" | ||||||
|  |  | ||||||
|     - Docker: |     - Docker: | ||||||
|         - Apps: |         - Apps: | ||||||
|             href: "{{HOMEPAGE_VAR_PORTAINER_URL}}" |             href: "{{HOMEPAGE_VAR_PORTAINER_URL}}" | ||||||
| @@ -22,6 +23,18 @@ | |||||||
|                 url: "{{HOMEPAGE_VAR_PORTAINER_URL}}" |                 url: "{{HOMEPAGE_VAR_PORTAINER_URL}}" | ||||||
|                 env: 18 |                 env: 18 | ||||||
|                 key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}" |                 key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}" | ||||||
|  |     | ||||||
|  |         - Apps: | ||||||
|  |             href: "{{HOMEPAGE_VAR_KOMODO_URL}}" | ||||||
|  |             description: Komodo | ||||||
|  |             icon: komodo | ||||||
|  |             widget: | ||||||
|  |                 type: komodo | ||||||
|  |                 url: "{{HOMEPAGE_VAR_KOMODO_URL}}" | ||||||
|  |                 key: "{{HOMEPAGE_VAR_KOMODO_KEY}}" | ||||||
|  |                 secret: "{{HOMEPAGE_VAR_KOMODO_SECRET}}" | ||||||
|  |                 showSummary: true # optional, default: false | ||||||
|  |                 # showStacks: true # default: false | ||||||
|  |  | ||||||
|         - Cloud: |         - Cloud: | ||||||
|             href: "{{HOMEPAGE_VAR_PORTAINER_URL}}" |             href: "{{HOMEPAGE_VAR_PORTAINER_URL}}" | ||||||
| @@ -33,6 +46,8 @@ | |||||||
|                 env: 16 |                 env: 16 | ||||||
|                 key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}" |                 key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}" | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| - Files: | - Files: | ||||||
|     - TrueNAS: |     - TrueNAS: | ||||||
|         href: "{{HOMEPAGE_VAR_TRUENAS_URL}}" |         href: "{{HOMEPAGE_VAR_TRUENAS_URL}}" | ||||||
|   | |||||||
							
								
								
									
										43
									
								
								widgets.yaml
									
									
									
									
									
								
							
							
						
						
									
										43
									
								
								widgets.yaml
									
									
									
									
									
								
							| @@ -3,32 +3,33 @@ | |||||||
| # https://gethomepage.dev/configs/info-widgets/ | # https://gethomepage.dev/configs/info-widgets/ | ||||||
|  |  | ||||||
| - openmeteo: | - openmeteo: | ||||||
|     label: Gdansk # optional |    label: Gdansk # optional | ||||||
|     latitude: 54.372158 |    latitude: 54.372158 | ||||||
|     longitude: 18.638306 |    longitude: 18.638306 | ||||||
|     timezone: Europe/Warsaw # optional |    timezone: Europe/Warsaw # optional | ||||||
|     units: metric # or imperial |    units: metric # or imperial | ||||||
|     cache: 5 # Time in minutes to cache API responses, to stay within limits |    cache: 5 # Time in minutes to cache API responses, to stay within limits | ||||||
|     format: # optional, Intl.NumberFormat options |    format: # optional, Intl.NumberFormat options | ||||||
|       maximumFractionDigits: 1 |      maximumFractionDigits: 1 | ||||||
|  |  | ||||||
| - datetime: | - datetime: | ||||||
|     locale: pl |    locale: pl | ||||||
|     text_size: 2xl |    text_size: 2xl | ||||||
|     format: |    format: | ||||||
|       timeStyle: short |      timeStyle: short | ||||||
|  |  | ||||||
| - glances: | - glances: | ||||||
|     url: http://10.0.0.1:61208/ |    url: http://10.0.0.1:61208/ | ||||||
|  # username: user # optional if auth enabled in Glances |  # username: user # optional if auth enabled in Glances | ||||||
|  # password: pass # optional if auth enabled in Glances |  # password: pass # optional if auth enabled in Glances | ||||||
|  # version: 4 # required only if running glances v4 or higher, defaults to 3 |  # version: 4 # required only if running glances v4 or higher, defaults to 3 | ||||||
|     cpu: false |    cpu: false | ||||||
|     mem: false |    mem: false | ||||||
|     cputemp: true |    cputemp: true | ||||||
|     uptime: true |    uptime: true | ||||||
|     expanded: false |    expanded: false | ||||||
|  #   label: Proxmox |    label: Proxmox | ||||||
|  |    disk: / # optional, mount point to show disk usage for, defaults to root / | ||||||
|  #   diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk |  #   diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk | ||||||
|     refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric |    refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric | ||||||
|     pointsLimit: 15 # optional, defaults to 15 |    pointsLimit: 15 # optional, defaults to 15 | ||||||
		Reference in New Issue
	
	Block a user