mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
Remove obsolete configuration files and example setups for homepage and speedtest services
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
---
|
||||
# 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
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
# 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
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
# sample kubernetes config
|
||||
@@ -1,80 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/services
|
||||
|
||||
- Media:
|
||||
- Sonarr:
|
||||
icon: sonarr.png
|
||||
href: https://tv.acedanger.com
|
||||
widget:
|
||||
type: sonarr
|
||||
fields: ["tv", "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
|
||||
- Jellyseerr:
|
||||
icon: jellyseerr.png
|
||||
href: https://requests.peterwood.rocks
|
||||
widget:
|
||||
type: jellyseerr
|
||||
url: https://requests.peterwood.rocks
|
||||
key: MTc0MTgwMTQxMTQ1N2MyZTBlOWRiLTI4ZDAtNGNhMS04NThhLTI0MDgyYzRkY2VhMA==
|
||||
- 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: myspeed.png
|
||||
href: http://192.168.68.50:9080
|
||||
widget:
|
||||
type: speedtest
|
||||
url: http://192.168.68.50:9080
|
||||
bitratePrecision: 0
|
||||
- Docker:
|
||||
- io:
|
||||
icon: docker.png
|
||||
href: http://ts-io:5001
|
||||
description: io docker containers.
|
||||
- europa:
|
||||
icon: docker.png
|
||||
href: http://ts-europa:5001
|
||||
description: europa docker containers.
|
||||
- racknerd:
|
||||
icon: docker.png
|
||||
href: http://ts-racknerd:5001
|
||||
description: racknerd docker containers.
|
||||
|
||||
- Stocks:
|
||||
- Stocks:
|
||||
icon: stocks.png
|
||||
widget:
|
||||
type: stocks
|
||||
provider: finnhub
|
||||
color: true
|
||||
cache: 1
|
||||
watchlist:
|
||||
- ACHR
|
||||
- AAPL
|
||||
- AMZN
|
||||
- DIS
|
||||
- GOOG
|
||||
- META
|
||||
- MSFT
|
||||
- MSTY
|
||||
- NVDA
|
||||
- RDW
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings
|
||||
|
||||
providers:
|
||||
finnhub: csukem9r01qgo8ni72cgcsukem9r01qgo8ni72d0
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/service-widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: google
|
||||
target: _blank
|
||||
@@ -1,18 +0,0 @@
|
||||
services:
|
||||
homepage:
|
||||
container_name: homepage
|
||||
hostname: homepage
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
ports:
|
||||
- 3010:3000
|
||||
environment:
|
||||
- PUID:1000
|
||||
- GUID:1000
|
||||
- HOMEPAGE_ALLOWED_HOSTS:*
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- diun.enable=true
|
||||
networks: {}
|
||||
@@ -1,8 +0,0 @@
|
||||
APP_DEBUG=false
|
||||
APP_KEY=
|
||||
DB_TYPE=sqlite
|
||||
SPEEDTEST_SCHEDULE=@daily
|
||||
SPEEDTEST_SERVERS=
|
||||
SPEEDTEST_PING_URL=
|
||||
PRUNE_RESULTS_OLDER_THAN=1 month
|
||||
APP_TIMEZONE=America/New_York
|
||||
@@ -1,23 +0,0 @@
|
||||
services:
|
||||
speedtest-tracker:
|
||||
container_name: speedtest-tracker
|
||||
image: lscr.io/linuxserver/speedtest-tracker:latest
|
||||
ports:
|
||||
- 9080:80
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- APP_DEBUG=${APP_DEBUG}
|
||||
- APP_KEY=${APP_KEY}
|
||||
- DB_CONNECTION=${DB_TYPE}
|
||||
- SPEEDTEST_SCHEDULE=${SPEEDTEST_SCHEDULE}
|
||||
- SPEEDTEST_SERVERS=${SPEEDTEST_SERVERS}
|
||||
- SPEEDTEST_PING_URL=${SPEEDTEST_PING_URL}
|
||||
- PRUNE_RESULTS_OLDER_THAN=${PRUNE_RESULTS_OLDER_THAN}
|
||||
- DISPLAY_TIMEZONE=${APP_TIMEZONE}
|
||||
volumes:
|
||||
- ./config:/config
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- diun.enable=true
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user