feat: package docker deployment and publish flow
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
{
|
||||
"runtime": {
|
||||
"database_path": "data/workspace/biliup_next.db",
|
||||
"database_path": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/data/workspace/biliup_next.db",
|
||||
"control_token": "",
|
||||
"log_level": "INFO"
|
||||
},
|
||||
"paths": {
|
||||
"stage_dir": "data/workspace/stage",
|
||||
"backup_dir": "data/workspace/backup",
|
||||
"session_dir": "data/workspace/session",
|
||||
"cookies_file": "runtime/cookies.json",
|
||||
"upload_config_file": "runtime/upload_config.json"
|
||||
"stage_dir": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/data/workspace/stage",
|
||||
"backup_dir": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/data/workspace/backup",
|
||||
"session_dir": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/data/workspace/session",
|
||||
"cookies_file": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/runtime/cookies.json",
|
||||
"upload_config_file": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/runtime/upload_config.json"
|
||||
},
|
||||
"scheduler": {
|
||||
"candidate_scan_limit": 500,
|
||||
@ -31,7 +31,7 @@
|
||||
"provider": "local_file",
|
||||
"min_duration_seconds": 900,
|
||||
"ffprobe_bin": "ffprobe",
|
||||
"yt_dlp_cmd": "yt-dlp",
|
||||
"yt_dlp_cmd": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/.venv/bin/yt-dlp",
|
||||
"yt_dlp_format": "",
|
||||
"allowed_extensions": [
|
||||
".mp4",
|
||||
@ -47,15 +47,34 @@
|
||||
},
|
||||
"transcribe": {
|
||||
"provider": "groq",
|
||||
"groq_api_key": "",
|
||||
"groq_api_key": "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",
|
||||
"groq_api_keys": [],
|
||||
"ffmpeg_bin": "ffmpeg",
|
||||
"max_file_size_mb": 23
|
||||
"max_file_size_mb": 12,
|
||||
"request_timeout_seconds": 180,
|
||||
"request_max_retries": 1,
|
||||
"request_retry_backoff_seconds": 30,
|
||||
"serialize_groq_requests": true,
|
||||
"retry_count": 3,
|
||||
"retry_backoff_seconds": 300,
|
||||
"retry_schedule_minutes": [
|
||||
5,
|
||||
10,
|
||||
15
|
||||
]
|
||||
},
|
||||
"song_detect": {
|
||||
"provider": "qwen_cli",
|
||||
"provider": "codex",
|
||||
"codex_cmd": "codex",
|
||||
"qwen_cmd": "qwen",
|
||||
"poll_interval_seconds": 2
|
||||
"poll_interval_seconds": 2,
|
||||
"retry_count": 3,
|
||||
"retry_backoff_seconds": 300,
|
||||
"retry_schedule_minutes": [
|
||||
5,
|
||||
10,
|
||||
15
|
||||
]
|
||||
},
|
||||
"split": {
|
||||
"provider": "ffmpeg_copy",
|
||||
@ -65,8 +84,8 @@
|
||||
},
|
||||
"publish": {
|
||||
"provider": "biliup_cli",
|
||||
"biliup_path": "runtime/biliup",
|
||||
"cookie_file": "runtime/cookies.json",
|
||||
"biliup_path": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/runtime/biliup",
|
||||
"cookie_file": "/mnt/f/Codecases/2026-04-14_biliup-next/biliup-next/runtime/cookies.json",
|
||||
"retry_count": 5,
|
||||
"retry_schedule_minutes": [
|
||||
15,
|
||||
@ -78,9 +97,9 @@
|
||||
"retry_backoff_seconds": 300,
|
||||
"command_timeout_seconds": 1800,
|
||||
"rate_limit_retry_schedule_minutes": [
|
||||
15,
|
||||
30,
|
||||
60,
|
||||
120
|
||||
60
|
||||
]
|
||||
},
|
||||
"comment": {
|
||||
@ -95,8 +114,8 @@
|
||||
"collection": {
|
||||
"provider": "bilibili_collection",
|
||||
"enabled": true,
|
||||
"season_id_a": 0,
|
||||
"season_id_b": 0,
|
||||
"season_id_a": 7196643,
|
||||
"season_id_b": 7196624,
|
||||
"allow_fuzzy_full_video_match": false,
|
||||
"append_collection_a_new_to_end": true,
|
||||
"append_collection_b_new_to_end": true
|
||||
|
||||
Reference in New Issue
Block a user