Updated the to reflect the definitive conclusion that Moltbot (requiring Node.js v22+) cannot be installed on Synology NAS systems (due to Docker/kernel incompatibility with modern Node.js images, and Moltbot's hard requirement).
- Added a prominent warning about the unresolvable "Catch-22" at the beginning of the guide.
- Documented the and that represented the final, most advanced attempt to bypass the issues, including using Node.js v20, named Docker volumes, and aggressive patching attempts.
- Updated the troubleshooting section to clearly explain the unresolvable conflict and its implications, offering alternative solutions outside of Synology.
This commit introduces the necessary files for installing Moltbot as a Docker container, specifically targeting a Synology NAS setup.
- Created to define the Moltbot service, including image build from source, port mapping (18789), and persistent data volume ( to ).
- Added which provides a comprehensive, step-by-step guide for deploying Moltbot on a Synology NAS using , covering initial setup and the interactive command.