Skip to content

Commit be53998

Browse files
authored
Dispatcharr: add folders in installer / add more build ressources (#8708)
1 parent 2009da9 commit be53998

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ct/dispatcharr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
77

88
APP="Dispatcharr"
99
var_tags="${var_tags:-media;arr}"
10-
var_cpu="${var_cpu:-1}"
10+
var_cpu="${var_cpu:-2}"
1111
var_ram="${var_ram:-2048}"
1212
var_disk="${var_disk:-8}"
1313
var_os="${var_os:-debian}"

frontend/public/json/dispatcharr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "default",
2020
"script": "ct/dispatcharr.sh",
2121
"resources": {
22-
"cpu": 1,
22+
"cpu": 2,
2323
"ram": 2048,
2424
"hdd": 8,
2525
"os": "debian",

install/dispatcharr-install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ $STD uv pip install gunicorn gevent celery redis daphne
5757
msg_ok "Installed Python Dependencies"
5858

5959
msg_info "Configuring Dispatcharr"
60+
install -d -m 755 \
61+
/data/{logos,recordings,plugins,db} \
62+
/data/uploads/{m3us,epgs} \
63+
/data/{m3us,epgs}
64+
chown -R root:root /data
6065
export DATABASE_URL="postgresql://${DB_USER}:${DB_PASS}@localhost:5432/${DB_NAME}"
6166
export POSTGRES_DB=$DB_NAME
6267
export POSTGRES_USER=$DB_USER

0 commit comments

Comments
 (0)