added public watch parties with cloudflared

This commit is contained in:
2026-01-04 19:59:37 +01:00
parent d9c1ba3d27
commit 5fe0e319b9
20 changed files with 1426 additions and 458 deletions

View File

@@ -14,7 +14,8 @@ const DEFAULT_CONFIG = {
},
paths: {
mpv: null,
ffmpeg: null
ffmpeg: null,
cloudflared: null,
}
};
@@ -26,7 +27,8 @@ export const CONFIG_SCHEMA = {
},
paths: {
mpv: { description: "Required to open anime episodes in mpv on desktop version." },
ffmpeg: { description: "Required for downloading anime episodes." }
ffmpeg: { description: "Required for downloading anime episodes." },
cloudflared: { description: "Required for creating pubic rooms." }
}
};