Commit graph

25 commits

Author SHA1 Message Date
sethwv-alt
b157159b87
Fix root-owned __pycache__ by running Django commands as non-root user 2025-12-31 12:16:19 -05:00
SergeantPanda
18645fc08f Bug Fix: Re-apply failed merge to fix clients that don't have ipv6 support. 2025-12-22 16:39:09 -06:00
SergeantPanda
20182c7ebf
Merge branch 'main' into dev 2025-12-19 17:53:06 -06:00
SergeantPanda
f0a9a3fc15 Bug Fix: Docker init script now validates DISPATCHARR_PORT is an integer before using it, preventing sed errors when Kubernetes sets it to a service URL like tcp://10.98.37.10:80. Falls back to default port 9191 when invalid (Fixes #737) 2025-12-19 17:00:30 -06:00
dekzter
c51916b40c
Revert "Advanced Filtering" 2025-12-12 08:30:17 -05:00
SergeantPanda
69f9ecd93c Bug Fix: Remove ipv6 binding from nginx config if ipv6 is not available. 2025-12-08 20:12:44 -06:00
SergeantPanda
93f074241d Bug fix/enhancement: Check if we're the owner of /data and set ownership if not. Also pre-create /data/models folder 2025-11-04 09:03:39 -06:00
SergeantPanda
d456051eb3 Verify /app also has the correct permissions. 2025-10-18 19:52:22 -05:00
SergeantPanda
9b07f013a4 Refactor directory creation and ownership management in init script for clarity and maintainability. Will only chown recursively if we are not the owner. This should help improve boot speeds. 2025-10-18 19:33:23 -05:00
SergeantPanda
41d7066d6e Fix incorrect paths for DVR and Plugins. 2025-09-13 11:49:04 -05:00
SergeantPanda
75816b5d8e Change folder creation for Recordings in entrypoint from 'recordings' to 'Recordings' 2025-09-13 09:07:08 -05:00
dekzter
7a90cc8ae3 re-adding in removal of frontend artifacts from dockerfile, re-added chown of /app directory 2025-04-07 08:36:19 -04:00
dekzter
354cd84c88 filesystem watch and process of m3u and epg 2025-04-06 15:58:55 -04:00
dekzter
ecc96f8b69 memory optimization, m3u processing, re-added group filtering before m3u ingestion 2025-04-06 11:36:16 -04:00
SergeantPanda
472c20627c Update Docker images to use ghcr.io and clean up ownership commands in init script 2025-04-05 21:56:58 -05:00
dekzter
00f6e7c1cd first run at recordings, among other things 2025-04-05 18:59:15 -04:00
dekzter
82b426f82a moved some perms around and new folders 2025-04-05 14:34:08 -04:00
dekzter
f9e269bfda fixing permissions so can work on mac 2025-04-02 16:29:35 -04:00
dekzter
1b75fbc90a postgres dir var, nginx variable replacement, more permission modification 2025-04-02 16:28:58 -04:00
dekzter
306e4d1442 fixing perms 2025-03-25 11:12:36 -04:00
SergeantPanda
e6097c4a80 Added folder creation and permission changes for /app/media/cached_m3u 2025-03-22 12:32:14 -05:00
dekzter
01f5b99f72 conditional manage perms since mac doesn't need it 2025-03-06 16:33:30 -05:00
dekzter
206a0814be updated scripts, attempting to fix perms issue on socket 2025-03-05 14:53:47 -05:00
dekzter
59f8ec033c init npm / node on dev environment setup, run npm server (need to make this configurable), more init items for dispatcharr 2025-03-05 08:33:12 -05:00
dekzter
6b0becce62 first attempt to switch to uwsgi 2025-03-04 20:02:40 -05:00