init
This commit is contained in:
128
roles/mediaserver/files/dashy_config.yml
Executable file
128
roles/mediaserver/files/dashy_config.yml
Executable file
@@ -0,0 +1,128 @@
|
||||
appConfig:
|
||||
theme: material-dark-original
|
||||
layout: auto
|
||||
iconSize: medium
|
||||
language: de
|
||||
startingView: default
|
||||
defaultOpeningMethod: newtab
|
||||
statusCheck: true
|
||||
statusCheckInterval: 10
|
||||
faviconApi: faviconkit
|
||||
routingMode: history
|
||||
enableMultiTasking: false
|
||||
webSearch:
|
||||
disableWebSearch: false
|
||||
searchEngine: duckduckgo
|
||||
openingMethod: newtab
|
||||
searchBangs: {}
|
||||
enableFontAwesome: true
|
||||
cssThemes: []
|
||||
customColors: {}
|
||||
externalStyleSheet: []
|
||||
hideComponents:
|
||||
hideHeading: false
|
||||
hideNav: false
|
||||
hideSearch: false
|
||||
hideSettings: true
|
||||
hideFooter: false
|
||||
hideSplashScreen: false
|
||||
auth:
|
||||
enableGuestAccess: true
|
||||
users:
|
||||
- user: martin
|
||||
hash: E0B61E6A6E096DCE51E236DF27B32B2D3247F563407F506203355E850F5A6EC2
|
||||
type: admin
|
||||
enableKeycloak: false
|
||||
keycloak: {}
|
||||
allowConfigEdit: true
|
||||
enableServiceWorker: false
|
||||
disableContextMenu: false
|
||||
disableUpdateChecks: false
|
||||
disableSmartSort: false
|
||||
enableErrorReporting: false
|
||||
pageInfo:
|
||||
title: Dashy
|
||||
description: Welcome to your new dashboard!
|
||||
navLinks:
|
||||
- title: GitHub
|
||||
path: https://github.com/Lissy93/dashy
|
||||
- title: Documentation
|
||||
path: https://dashy.to/docs
|
||||
footerText: ''
|
||||
sections:
|
||||
- name: Mediaserver
|
||||
icon: fas fa-rocket
|
||||
items:
|
||||
- title: Sonarr
|
||||
description: TV Series
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:8989
|
||||
target: newtab
|
||||
id: 0_1143_sonarr
|
||||
- title: Radarr
|
||||
description: Movies
|
||||
url: http://192.168.178.200:7878
|
||||
icon: favicon
|
||||
id: 1_1143_radarr
|
||||
- title: Deluge
|
||||
description: Torrent
|
||||
icon: https://deluge-torrent.org/images/deluge-icon.png
|
||||
url: http://192.168.178.200:8112
|
||||
id: 2_1143_deluge
|
||||
- title: prowlarr
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:9696
|
||||
target: newtab
|
||||
id: 3_1143_prowlarr
|
||||
- title: sabnzbd
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:8080
|
||||
target: newtab
|
||||
id: 4_1143_sabnzbd
|
||||
- title: bazarr
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:6767
|
||||
target: newtab
|
||||
id: 5_1143_bazarr
|
||||
- title: Jellyfin
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:8096
|
||||
target: newtab
|
||||
id: 6_1143_jellyfin
|
||||
displayData:
|
||||
sortBy: default
|
||||
rows: 1
|
||||
cols: 1
|
||||
collapsed: false
|
||||
hideForGuests: false
|
||||
- name: Adminstuff
|
||||
displayData:
|
||||
sortBy: default
|
||||
rows: 1
|
||||
cols: 1
|
||||
collapsed: false
|
||||
hideForGuests: false
|
||||
items:
|
||||
- title: Proxmox
|
||||
icon: favicon
|
||||
url: https://192.168.178.210:8006
|
||||
target: newtab
|
||||
statusCheckAllowInsecure: 'true'
|
||||
id: 0_1041_proxmox
|
||||
- title: TrueNAS
|
||||
icon: http://192.168.178.201/ui/assets/images/truenas_core_favicon.png
|
||||
url: http://192.168.178.201/ui/
|
||||
id: 1_1041_truenas
|
||||
# - title: Seafile
|
||||
# icon: https://manual.seafile.com/media/seafile-transparent-1024.png
|
||||
# url: http://192.168.178.200:8081
|
||||
# id: 2_1041_seafile
|
||||
# - title: Django
|
||||
# icon: favicon
|
||||
# url: http://192.168.178.200:8000
|
||||
# id: 3_1041_django
|
||||
- title: check_mk
|
||||
icon: >-
|
||||
http://192.168.178.200:8095/cmk/check_mk/themes/modern-dark/images/tribe29_icon.svg
|
||||
url: http://192.168.178.200:8095/cmk/check_mk/
|
||||
id: 4_1041_checkmk
|
||||
BIN
roles/mediaserver/files/ovpn.tar.gz
Executable file
BIN
roles/mediaserver/files/ovpn.tar.gz
Executable file
Binary file not shown.
Reference in New Issue
Block a user