Replies: 2 comments 2 replies
-
This is kind of documented here, and was discussed in issue 707. In summary, you bind mount a script to NPM which then modifies the required frontend files and allows using ThemePark.dev themes. The script you have to get is here. You place it somewhere that you can bind to the container. Ensure to assign it execution permission. Eg: container files under /appdata/npm
Now in your compose file, you have to add an environment variable with the desired theme and an additional bind mount pointing to the script file.
And that's it. For reference, here is my complete compose.yml using SQLite and dracula theme.
Huge thanks to all the people involved in the original discussion! |
Beta Was this translation helpful? Give feedback.
-
Are you proxying the NPM web admin interface through NPM itself? |
Beta Was this translation helpful? Give feedback.
-
Just as the title states.
Beta Was this translation helpful? Give feedback.
All reactions