arr widgets

This commit is contained in:
Alexis Bruneteau 2025-09-05 00:38:14 +02:00
parent d3de7f1b8a
commit e88e7e4cba
2 changed files with 24 additions and 0 deletions

View File

@ -60,4 +60,18 @@ data:
- search:
provider: duckduckgo
target: _blank
- proxmox:
url: https://192.168.1.81:8006
username: your-username@pam
password: your-password
- sonarr:
url: http://192.168.1.19:8989
key: 1c5ede99d43d44138fbe9362c732586d
- radarr:
url: http://192.168.1.19:7878
key: 45180a179dae47c7994c91573cfb12c0
- prowlarr:
url: http://192.168.1.19:9696
key: fa8e81fae8ba4168bcaf082bba1d0b8c
docker.yaml: ""

10
k8s/secrets.yaml Normal file
View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: Secret
type: kubernetes.io/service-account-token
metadata:
name: homepage
namespace: default
labels:
app.kubernetes.io/name: homepage
annotations:
kubernetes.io/service-account.name: homepage