Compare commits
No commits in common. "e68fcd17959f81bcc9bd5f0da223a9650d6e65a1" and "7fd96d8df7420a868ad6f77fca19e10002e135fd" have entirely different histories.
e68fcd1795
...
7fd96d8df7
|
|
@ -16,13 +16,13 @@ const geistMono = localFont({
|
|||
})
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: '(you)rTube — Community Video Hosting, Storage & Streaming',
|
||||
title: 'rTube - Community Video Hosting, Storage & Streaming',
|
||||
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
|
||||
icons: {
|
||||
icon: "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎬</text></svg>",
|
||||
},
|
||||
openGraph: {
|
||||
title: '(you)rTube — Community Video Hosting, Storage & Streaming',
|
||||
title: 'rTube - Community Video Hosting, Storage & Streaming',
|
||||
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
|
||||
type: 'website',
|
||||
url: 'https://rtube.online',
|
||||
|
|
|
|||
|
|
@ -55,11 +55,6 @@ services:
|
|||
- "traefik.http.routers.rtube-hls.entrypoints=web,websecure"
|
||||
- "traefik.http.services.rtube-hls.loadbalancer.server.port=8080"
|
||||
- "traefik.docker.network=traefik-public"
|
||||
# Wildcard router: any space subdomain routes to this app
|
||||
- "traefik.http.routers.rtube-spaces.rule=HostRegexp(`{space:[a-z0-9-]+}.rtube.online`)"
|
||||
- "traefik.http.routers.rtube-spaces.priority=100"
|
||||
- "traefik.http.routers.rtube-spaces.entrypoints=web"
|
||||
- "traefik.http.routers.rtube-spaces.service=rtube"
|
||||
networks:
|
||||
- traefik-public
|
||||
- rtube-internal
|
||||
|
|
|
|||
Loading…
Reference in New Issue