NodeJS version of Muximux and Managethis.
5.0K
This image is derived from sgtsquiggs/alpine.
Manage-this-node is a Node.js port of Managethis, a lightweight portal to view and manage HTPC webapps.
docker run \
--name=manage-this-node \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 3000:3000 \
sgtsquiggs/manage-this-node
-p 3000:3000 external port 3000 mapping to internal port 3000-v <path>:/config where configuation files are stored. Configuration changes require the container to be restarted to take effect.-e PGID=<gid> for Group ID (see below)-e PUID=<uid> for User ID (see below)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
28 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/manage-this-node