Commit Graph

14 Commits

Author SHA1 Message Date
Cohee e2d8c0200f Use custom init script instead of postinstall (#5384)
* Use custom init script instead of postinstall

* Revert changes to start scripts in src\electron

* feat: add --ignore-scripts flag to npm install commands in batch and shell scripts

* feat: add --ignore-scripts flag to npm ci in Dockerfile
2026-04-01 23:34:00 +03:00
Pavdig 78651bdf56 Docker: Build Optimization and Enhanced Non-Root/Volumeless Support (#5024)
* docker: optimize build layers and enhance permission handling

- Pre-created hardcoded dirs in Dockerfile to support volumeless non-root runs.
- Enhanced slightly docker-entrypoint.sh with robust volume detection and safer chown logic.
- Included legacy 'backups' directory... again.
- Added dos2unix to install list.
- Updated .dockerignore
- Updated comments
- Smaller fixes

* fix(docker): removed unnecessary comment, and the... *sighs* backups dir, again

* Exclude DS_Store everywhere

* Exclude tests and all jsconfigs from docker images

* Exclude local plugins from docker builds

* fix(docker): backups are back... yay xD

* feat(docker): add robust healthcheck script

- Added `docker/healthcheck.cjs`: A standalone, dependency-free Node.js script for verifying server status.
- Updated `Dockerfile`: Added HEALTHCHECK instruction and script copy step.
- Features: Auto-detects port from env/config, handles IPv4/IPv6 fallback, auto-retries HTTPS on socket hangup, and sets custom User-Agent.

* Fix .dockerignore permission

* Revert "feat(docker): add robust healthcheck script"

This reverts commit fa634fb08884cdef9245a12271cb9a13b487365f.

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2026-01-17 22:51:50 +02:00
Cohee cd3bed87c1 Merge pull request #4954 from SillyTavern/fix/docker-readonly
Update Dockerfile
2026-01-14 01:46:14 +02:00
Cohee a161118308 Execute postinstall in docker entrypoint 2025-03-01 21:03:48 +02:00
YaraTheNomad 01dec6466c Docker image now allows passing CLI args to node 2024-12-10 16:05:13 +00:00
Cohee d02f81974c Don't dump config to docker console 2024-04-13 19:27:52 +03:00
Cohee a3da248e3c Adapt Docker files to neo-server data migration 2024-04-12 01:32:40 +03:00
valadaptive 0ee19d2ede Set background client-side 2023-12-15 05:45:21 -05:00
Cohee 0648da8d05 Docker fix 2023-11-26 00:41:28 +02:00
Cohee a7024a1d34 Migrate to config.yaml 2023-11-25 23:45:33 +02:00
Cohee c0a8186d37 Add assets and update symbolic links in Dockerfile and entrypoint script 2023-11-14 01:30:47 +02:00
Xrystal df55a66153 Add preset settings to Docker public (#1204) 2023-10-01 16:36:52 +03:00
Cohee ed86e8de04 #765 Fix docker startup 2023-07-23 16:52:25 +03:00
Cohee edd41989fd Initial commit 2023-07-20 20:32:15 +03:00