Compare commits

..

1 Commits

Author SHA1 Message Date
de25bc5cd1 chore(branding): change desc 2026-05-30 23:11:50 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Agent Guidelines for HackClub.tv
# Agent Guidelines for tv
This document provides essential information for AI coding agents working on the HackClub.tv codebase.

View File

@@ -306,7 +306,7 @@ function classifyPublisherIssue(error: unknown, context: PublisherIssueContext):
return {
context,
description:
'Use HackClub.tv over HTTPS or localhost in a Chromium-based browser, then try again.',
'Use the platform over HTTPS or localhost in a Chromium-based browser, then try again.',
title: 'This browser or page cannot start screen sharing',
tone: 'destructive',
};

View File

@@ -72,7 +72,7 @@ services:
environment:
DATA_SOURCE_NAME: 'postgresql://postgres:${PG_PASS}@postgres:5432/hctv?sslmode=disable'
redis-exporter:
image: 'oliver006/redis_exporter:v1.84.0'
image: 'oliver006/redis_exporter:v1.67.0'
environment:
REDIS_ADDR: 'redis://redis:6379'
prometheus:

View File

@@ -20,7 +20,7 @@ services:
ports:
- 6379:6379
redis-exporter:
image: oliver006/redis_exporter:v1.84.0
image: oliver006/redis_exporter:v1.67.0
environment:
REDIS_ADDR: redis://redis:6379
mediamtx: