Commit Graph

19 Commits (downloader-ui-fix)

Author SHA1 Message Date
Dedy Martadinata S ba0de7f95c
Fix entrypoint.sh (#921)
* Revert https://github.com/Tzahi12345/YoutubeDL-Material/pull/864

add && make it err and skipping perm check

* Restore armv7 nightly

* Update entrypoint.sh

* simplify, always setup permission regardless uid
2 years ago
Dedy Martadinata S 07874d9241
Revert 142d708ee3
It become fail to set anything
2 years ago
nardis556 26988bd607
Update entrypoint.sh 2 years ago
Beau Harrison 142d708ee3 Fixed long docker startup time by optimizing chown use 2 years ago
Tzahi12345 fc3c179f6a
Reverted #696 and updated node version to avoid 243 error 3 years ago
Dedy Martadinata S 02447e0285
Update entrypoint.sh
about gosu behaviour, it looking for local "existed" UID, i  found it become blank.
That is our issue, so updating our entrypoint to change existed user "youtube" UID and GID to match compose request, will make gosu correctly find use UID:GID as it existed.
3 years ago
Isaac Abadi fecefde3ad Removed pm2 global install in favor of local node_modules (#662) 3 years ago
GlassedSilver 31b4fcb9fc We're now using gosu to switch our user down :) 3 years ago
GlassedSilver 7aca8ab060 entrypoint updated for su 3 years ago
GlassedSilver 713a97f75a reintegrate suexec 3 years ago
Isaac Abadi dbeeb32d48 Updated Dockerfile and entrypoint to use pm2 instead of forever 3 years ago
Isaac Abadi 46087f622e Switched forever.js to pm2
Updated winston
3 years ago
Isaac Abadi addd54fefd Switched nodemon to foreverjs to hopefully enable restarting internally and fix runtime errors 4 years ago
Isaac Abadi 4c1f975eae Force nodemon to install during the container setup
Docker now starts through nodemon directly
4 years ago
Isaac Abadi 4643efbae0 Added ability to restart the server from the frontend
Dockerfile/entrypoint.sh now uses nodemon enabling restarting from the UI in a container
4 years ago
Tzahi12345 ee169cd7ce If chown fails during container setup, then a warning will be shown 5 years ago
Tzahi12345 835790e69c Chown that fails will not crash startup anymore for Docker 5 years ago
Sandro Jäckel bab354ce81
Fix variable expansion 5 years ago
Sandro Jäckel 5bfecfcefe
Run docker as non root, copy package-json.lock 5 years ago