144 lines
4.6 KiB
YAML
144 lines
4.6 KiB
YAML
homepage:
|
|
global:
|
|
nameOverride: homepage
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
annotations:
|
|
reloader.stakater.com/auto: "true"
|
|
strategy: Recreate
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/gethomepage/homepage
|
|
tag: v0.8.13
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
serviceAccount:
|
|
create: true
|
|
configMaps:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
docker.yaml: ""
|
|
kubernetes.yaml: ""
|
|
settings.yaml: |
|
|
favicon: https://alexlebens-dev.nyc3.digitaloceanspaces.com/cl02do/assets/icon_white.png
|
|
headerStyle: clean
|
|
hideVersion: true
|
|
color: slate
|
|
background:
|
|
image: https://alexlebens-dev.nyc3.digitaloceanspaces.com/cl02do/assets/background.jpg
|
|
theme: dark
|
|
disableCollapse: true
|
|
layout:
|
|
- Media:
|
|
icon: mdi-multimedia-#ffffff
|
|
- Applications:
|
|
icon: mdi-application-#ffffff
|
|
widgets.yaml: |
|
|
- logo:
|
|
icon: https://alexlebens-dev.nyc3.digitaloceanspaces.com/cl02do/assets/icon_white.png
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
dateStyle: long
|
|
timeStyle: short
|
|
hour12: false
|
|
- openmeteo:
|
|
label: St. Paul
|
|
latitude: 44.95
|
|
longitude: 93.09
|
|
units: metric
|
|
cache: 5
|
|
services.yaml: |
|
|
- Applications:
|
|
- Auth:
|
|
icon: authentik.png
|
|
description: OIDC provider
|
|
href: https://auth.alexlebens.dev
|
|
siteMonitor: https://auth.alexlebens.dev
|
|
statusStyle: dot
|
|
- Ghost:
|
|
icon: ghost.png
|
|
description: Blog
|
|
href: https://blog.alexlebens.dev
|
|
siteMonitor: https://blog.alexlebens.dev
|
|
statusStyle: dot
|
|
- Chat:
|
|
icon: element.svg
|
|
description: Web client for Matrix chat
|
|
href: https://chat.alexlebens.dev
|
|
siteMonitor: https://chat.alexlebens.dev
|
|
statusStyle: dot
|
|
- FreshRss:
|
|
icon: freshrss.svg
|
|
description: Rss reader
|
|
href: https://rss.alexlebens.dev
|
|
siteMonitor: https://rss.alexlebens.dev
|
|
statusStyle: dot
|
|
- Vikunja:
|
|
icon: vikunja.png
|
|
description: Kanban board and tasks
|
|
href: https://vikunja.alexlebens.dev
|
|
siteMonitor: https://vikunja.alexlebens.dev
|
|
statusStyle: dot
|
|
- Code Server:
|
|
icon: code-server.png
|
|
description: VS Code in a browser
|
|
href: https://codeserver.alexlebens.dev
|
|
siteMonitor: http://code-server.code-server:8443
|
|
statusStyle: dot
|
|
- Calibre Content:
|
|
icon: calibre.svg
|
|
description: OPDS server for books
|
|
href: https://books.alexlebens.dev
|
|
siteMonitor: https://books.alexlebens.dev
|
|
statusStyle: dot
|
|
bookmarks.yaml: ""
|
|
service:
|
|
http:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 3000
|
|
protocol: HTTP
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
type: configMap
|
|
name: homepage-dev-config
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /app/config/bookmarks.yaml
|
|
readOnly: true
|
|
mountPropagation: None
|
|
subPath: bookmarks.yaml
|
|
- path: /app/config/docker.yaml
|
|
readOnly: true
|
|
mountPropagation: None
|
|
subPath: docker.yaml
|
|
- path: /app/config/kubernetes.yaml
|
|
readOnly: true
|
|
mountPropagation: None
|
|
subPath: kubernetes.yaml
|
|
- path: /app/config/services.yaml
|
|
readOnly: true
|
|
mountPropagation: None
|
|
subPath: services.yaml
|
|
- path: /app/config/settings.yaml
|
|
readOnly: true
|
|
mountPropagation: None
|
|
subPath: settings.yaml
|
|
- path: /app/config/widgets.yaml
|
|
readOnly: true
|
|
mountPropagation: None
|
|
subPath: widgets.yaml
|
|
cloudflared:
|
|
existingSecretName: homepage-dev-cloudflared-secret
|