Files
tar-valon-ansible/app-configs/rinoa/homepage/settings.yaml.j2
T
Trez.One d9f66f1779
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 21s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 5m2s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 7m36s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 3m23s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 48s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m52s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 6m9s
Layout changes.
2025-11-12 22:01:23 -05:00

60 lines
1.3 KiB
Django/Jinja

{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
---
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/settings
providers:
openweathermap: {{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['HOMEPAGE_OPENWEATHERMAP_API_KEY'] }}
# weatherapi: weatherapiapikey
title: Rinoa Dashboard (trez.WTF)
headerStyle: underlined
color: slate
showStats: false
statusStyle: "dot"
favicon: /icons/favicon.ico
useEqualHeights: true
hideErrors: true
searchDescriptions: true
showSearchSuggestions: true
provider: duckduckgo
layout:
System Administration:
style: row
columns: 5
Infrastructure/App Performance Monitoring:
style: row
columns: 5
Code/DevOps:
style: row
columns: 3
Social:
style: row
columns: 3
Lifestyle:
style: row
columns: 5
Automation:
style: row
columns: 5
Privacy/Security:
style: row
columns: 5
Personal Tools:
style: row
columns: 4
Professional Services:
style: row
columns: 5
Servarr Stack:
style: row
columns: 3
Downloaders:
style: row
columns: 5
Media Library:
style: row
columns: 5