feat: replace sd with invoke ai #6929

Merged
alexlebens merged 1 commits from tmp/homepage-2 into main 2026-05-13 01:09:18 +00:00
2 changed files with 19 additions and 4 deletions

View File

@@ -268,10 +268,10 @@ homepage:
siteMonitor: http://ollama-web.ollama:80 siteMonitor: http://ollama-web.ollama:80
statusStyle: dot statusStyle: dot
- AI Image: - AI Image:
icon: https://user-images.githubusercontent.com/36368048/196280761-1535f413-a91e-4b6a-af6a-b890f8ae204c.png icon: sh-invoke-ai.webp
description: Stable Diffusion description: Invoke AI
href: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net href: https://invoke-ai-pd05wd.boreal-beaufort.ts.net/app
siteMonitor: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net siteMonitor: https://invoke-ai-pd05wd.boreal-beaufort.ts.net
statusStyle: dot statusStyle: dot
- Search: - Search:
icon: sh-searxng.webp icon: sh-searxng.webp

View File

@@ -116,3 +116,18 @@ metadata:
spec: spec:
externalName: placeholder externalName: placeholder
type: ExternalName type: ExternalName
---
apiVersion: v1
kind: Service
metadata:
name: invoke-ai-pd05wd
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: invoke-ai-pd05wd
{{- include "custom.labels" . | nindent 4 }}
annotations:
tailscale.com/tailnet-fqdn: invoke-ai-pd05wd.boreal-beaufort.ts.net
spec:
externalName: placeholder
type: ExternalName