mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-04 06:23:40 +01:00
update example files
This commit is contained in:
parent
942908f72b
commit
313f2ead47
@ -1,34 +1,17 @@
|
||||
- Developer: # Bookmark group title
|
||||
- Github: # Bookmark title
|
||||
- abbr: GH # Two letter abbrivation for the bookmark
|
||||
href: https://github.com/ # URL to link out to
|
||||
# For configuration options and examples, please see:
|
||||
# https://github.com/benphelps/homepage/wiki/Bookmarks
|
||||
|
||||
- StackOverflow:
|
||||
- abbr: SO
|
||||
href: https://stackoverflow.com/
|
||||
|
||||
- DEV:
|
||||
- abbr: DT
|
||||
href: https://dev.to/
|
||||
- Developer:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/
|
||||
|
||||
- Social:
|
||||
- LinkedIn:
|
||||
- abbr: LI
|
||||
href: https://linkedin.com/
|
||||
|
||||
- Twitter:
|
||||
- abbr: TW
|
||||
href: https://twitter.com/
|
||||
- Reddit:
|
||||
- abbr: RE
|
||||
href: https://reddit.com/
|
||||
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
- abbr: YT
|
||||
href: https://youtube.com/
|
||||
|
||||
- Netflix:
|
||||
- abbr: NF
|
||||
href: https://netflix.com/
|
||||
|
||||
- Reddit:
|
||||
- abbr: RE
|
||||
href: https://reddit.com/
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Docker host configuration, used for docker integrations
|
||||
# Can be either a host and port (e.g. 127.0.0.1:2375),
|
||||
# or a unix socket path (e.g. /var/run/docker.sock)
|
||||
# For configuration options and examples, please see:
|
||||
# https://github.com/benphelps/homepage/wiki/Docker-Integration
|
||||
|
||||
my-docker:
|
||||
host: 127.0.0.1
|
||||
|
@ -1,53 +1,17 @@
|
||||
- Media: # Services Group Title
|
||||
- Emby: # Service Title
|
||||
icon: emby.png # Icon, see: https://github.com/walkxcode/dashboard-icons or public/icons
|
||||
href: http://emby.home/ # Link to the service
|
||||
description: Media server # Description of the service
|
||||
server: my-docker # Docker server the service is running on
|
||||
container: emby # Docker container the service is running on
|
||||
# For configuration options and examples, please see:
|
||||
# https://github.com/benphelps/homepage/wiki/Services
|
||||
|
||||
- Radarr:
|
||||
icon: radarr.png
|
||||
href: http://radarr.home/
|
||||
description: Movie management
|
||||
server: my-docker
|
||||
container: radarr
|
||||
widget: # Service widget configuration
|
||||
type: radarr # Widget type, currently supports types radarr, sonarr, ombi or portainer
|
||||
url: http://radarr.home # Base URL of the service, where the API is located
|
||||
key: apikeyapikeyapikeyapikey # API key of the service
|
||||
- My First Group:
|
||||
- My First Service:
|
||||
href: http://localhosdt/
|
||||
description: Homepage is awesome
|
||||
|
||||
- Documents & Files:
|
||||
- ruTorrent:
|
||||
icon: rutorrent.png
|
||||
href: http://rutorrent.home/
|
||||
description: Torrent downloader
|
||||
server: my-docker
|
||||
container: rutorrent
|
||||
- My Second Group:
|
||||
- My Second Service:
|
||||
href: http://localhosdt/
|
||||
description: Homepage is the best
|
||||
|
||||
- File Browser:
|
||||
icon: filebrowser.png
|
||||
href: "#"
|
||||
description: Media File Management
|
||||
server: my-docker
|
||||
container: filebrowser
|
||||
|
||||
- Utilities:
|
||||
- Media Portainer:
|
||||
icon: portainer.png
|
||||
href: http://portainer.home:9443/
|
||||
description: Container management
|
||||
server: my-docker
|
||||
container: portainer
|
||||
widget:
|
||||
type: portainer
|
||||
url: https://portainer.home:9443
|
||||
env: 2
|
||||
key: accesskeyaccesskeyaccesskeyaccesskey
|
||||
|
||||
- Traefik:
|
||||
icon: traefik.png
|
||||
href: http://traefik.home/
|
||||
description: Reverse Proxy
|
||||
server: my-docker
|
||||
container: traefik
|
||||
- My Third Group:
|
||||
- My Third Service:
|
||||
href: http://localhosdt/
|
||||
description: Homepage is 😎
|
||||
|
@ -1,18 +1,7 @@
|
||||
- weather: # type of the widget
|
||||
latitude: 51.5072 # widget configuration
|
||||
longitude: 0.1275
|
||||
units: metric
|
||||
apiKey: weather_api_key # get from https://www.weatherapi.com/
|
||||
cache: 5 # cache time in minutes
|
||||
|
||||
- openweathermap:
|
||||
latitude: 51.5072 # widget configuration
|
||||
longitude: 0.1275
|
||||
units: metric
|
||||
apiKey: openweathermap_api_key # get from https://openweathermap.org/api
|
||||
cache: 10 # cache time in minutes
|
||||
# For configuration options and examples, please see:
|
||||
# https://github.com/benphelps/homepage/wiki/Information-Widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: / # disk (path) to show usage for
|
||||
disk: /
|
||||
|
Loading…
x
Reference in New Issue
Block a user