mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
Compare commits
1 Commits
renovate/a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 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.
|
||||
|
||||
|
||||
@@ -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',
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM bluenviron/mediamtx:1 AS mediamtx
|
||||
|
||||
FROM alpine:3.23
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.23 AS builder
|
||||
FROM alpine:3.19 AS builder
|
||||
|
||||
RUN apk add --no-cache \
|
||||
build-base \
|
||||
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
||||
make -j$(nproc) && make install && \
|
||||
rm -rf /nginx-1.26.3.tar.gz /nginx-1.26.3 /nginx-http-flv-module
|
||||
|
||||
FROM alpine:3.23
|
||||
FROM alpine:3.19
|
||||
|
||||
COPY --from=builder /usr/local/nginx /usr/local/nginx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user