mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
Compare commits
2 Commits
2ec2cc7afe
...
71b48b800e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71b48b800e | ||
| de25bc5cd1 |
@@ -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.
|
This document provides essential information for AI coding agents working on the HackClub.tv codebase.
|
||||||
|
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ function classifyPublisherIssue(error: unknown, context: PublisherIssueContext):
|
|||||||
return {
|
return {
|
||||||
context,
|
context,
|
||||||
description:
|
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',
|
title: 'This browser or page cannot start screen sharing',
|
||||||
tone: 'destructive',
|
tone: 'destructive',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DATA_SOURCE_NAME: 'postgresql://postgres:${PG_PASS}@postgres:5432/hctv?sslmode=disable'
|
DATA_SOURCE_NAME: 'postgresql://postgres:${PG_PASS}@postgres:5432/hctv?sslmode=disable'
|
||||||
redis-exporter:
|
redis-exporter:
|
||||||
image: 'oliver006/redis_exporter:v1.67.0'
|
image: 'oliver006/redis_exporter:v1.85.0'
|
||||||
environment:
|
environment:
|
||||||
REDIS_ADDR: 'redis://redis:6379'
|
REDIS_ADDR: 'redis://redis:6379'
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
redis-exporter:
|
redis-exporter:
|
||||||
image: oliver006/redis_exporter:v1.67.0
|
image: oliver006/redis_exporter:v1.85.0
|
||||||
environment:
|
environment:
|
||||||
REDIS_ADDR: redis://redis:6379
|
REDIS_ADDR: redis://redis:6379
|
||||||
mediamtx:
|
mediamtx:
|
||||||
|
|||||||
Reference in New Issue
Block a user