mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
homepage
This commit is contained in:
19
homepage/config/bookmarks.yaml
Normal file
19
homepage/config/bookmarks.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/bookmarks
|
||||
|
||||
- Developer:
|
||||
- Github @acedanger:
|
||||
- abbr: GH
|
||||
icon: github.png
|
||||
href: https://github.com/acedanger
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
- abbr: YT
|
||||
icon: youtube.png
|
||||
href: https://youtube.com/
|
||||
- Computers:
|
||||
- Tailscale:
|
||||
- abbr: TS
|
||||
icon: tailscale.png
|
||||
href: https://login.tailscale.com/admin/machines
|
||||
0
homepage/config/custom.css
Normal file
0
homepage/config/custom.css
Normal file
0
homepage/config/custom.js
Normal file
0
homepage/config/custom.js
Normal file
10
homepage/config/docker.yaml
Normal file
10
homepage/config/docker.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/docker/
|
||||
|
||||
# my-docker:
|
||||
# host: 127.0.0.1
|
||||
# port: 2375
|
||||
|
||||
# my-docker:
|
||||
# socket: /var/run/docker.sock
|
||||
2
homepage/config/kubernetes.yaml
Normal file
2
homepage/config/kubernetes.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# sample kubernetes config
|
||||
75
homepage/config/services.yaml
Normal file
75
homepage/config/services.yaml
Normal file
@@ -0,0 +1,75 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/services
|
||||
|
||||
- Media:
|
||||
- Plex:
|
||||
icon: plex.png
|
||||
href: http://192.168.68.67:32400
|
||||
widget:
|
||||
type: plex
|
||||
url: http://192.168.68.67:32400
|
||||
key: 1z3Xdmb-2rEy4fxGErJn
|
||||
- Sonarr:
|
||||
icon: sonarr.png
|
||||
href: https://tv.acedanger.com
|
||||
widget:
|
||||
type: sonarr
|
||||
fields: ["shows", "wanted", "queued"]
|
||||
url: https://tv.acedanger.com
|
||||
key: ba37fea3b2d048b8a85110b4984a6d54
|
||||
- Radarr:
|
||||
icon: radarr.png
|
||||
href: https://movies.acedanger.com
|
||||
widget:
|
||||
type: radarr
|
||||
fields: ["movies", "wanted", "queued"]
|
||||
url: https://movies.acedanger.com
|
||||
key: 51ef1023a374445bbba16e9447a2947b
|
||||
- Tautulli:
|
||||
icon: tautulli.png
|
||||
href: http://192.168.68.50:8181
|
||||
widget:
|
||||
type: tautulli
|
||||
url: http://192.168.68.50:8181
|
||||
key: ed9d1d3690984f02ac26abf75d34384b
|
||||
enableUser: true
|
||||
showEpisodeNumber: true
|
||||
expandOneStreamToTwoRows: true
|
||||
- Random:
|
||||
- Speedtest:
|
||||
icon: speedtest.png
|
||||
widget:
|
||||
type: speedtest
|
||||
url: http://192.168.68.50:9080
|
||||
bitratePrecision: 0
|
||||
- Dockge:
|
||||
- io:
|
||||
icon: docker.png
|
||||
href: http://ts-io:5001
|
||||
description: io docker containers.
|
||||
- svr-office:
|
||||
icon: docker.png
|
||||
href: http://ts-svr-office:5001
|
||||
description: svr-office docker containers.
|
||||
- vperanda:
|
||||
icon: docker.png
|
||||
href: http://ts-vperanda:5001
|
||||
description: vperanda docker containers.
|
||||
|
||||
- Stocks:
|
||||
- Stocks:
|
||||
icon: stock.png
|
||||
widget:
|
||||
type: stocks
|
||||
provider: finnhub
|
||||
color: true
|
||||
cache: 1
|
||||
watchlist:
|
||||
- AAPL
|
||||
- AMZN
|
||||
- DIS
|
||||
- GOOG
|
||||
- META
|
||||
- MSFT
|
||||
- NVDA
|
||||
6
homepage/config/settings.yaml
Normal file
6
homepage/config/settings.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings
|
||||
|
||||
providers:
|
||||
finnhub: csukem9r01qgo8ni72cgcsukem9r01qgo8ni72d0
|
||||
12
homepage/config/widgets.yaml
Normal file
12
homepage/config/widgets.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/service-widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
17
homepage/docker-compose.yml
Normal file
17
homepage/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
homepage:
|
||||
container_name: homepage
|
||||
hostname: homepage
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
ports:
|
||||
- 3010:3000
|
||||
environment:
|
||||
- PUID:1000
|
||||
- GUID:1000
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
cloudflare_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user