aa0257308b
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (lunafreya) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (lunafreya) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 43s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (aranea) (push) Successful in 2m2s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (aranea) (push) Has been skipped
39 lines
1.2 KiB
Django/Jinja
39 lines
1.2 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/services
|
|
|
|
#- My First Group:
|
|
# - My First Service:
|
|
# href: http://localhost/
|
|
# description: Homepage is awesome
|
|
#
|
|
#- My Second Group:
|
|
# - My Second Service:
|
|
# href: http://localhost/
|
|
# description: Homepage is the best
|
|
#
|
|
#- My Third Group:
|
|
# - My Third Service:
|
|
# href: http://localhost/
|
|
# description: Homepage is 😎
|
|
|
|
- Automation:
|
|
- Home Assistant (Rikku):
|
|
href: https://ha.trez.wtf
|
|
description: Smart Home
|
|
icon: home-assistant.png
|
|
weight: 0
|
|
widget:
|
|
type: homeassistant
|
|
url: http://192.168.1.252:8123
|
|
key: {{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['HOMEPAGE_HOME_ASSISTANT_API_KEY'] }}
|
|
|
|
- Media Library:
|
|
- Audiomuse:
|
|
href: https://muse.trez.wtf
|
|
description: Automatic playlist generation using AI
|
|
icon: /icons/audiomuseai.png
|
|
weight: 0 |