├── Dockerfile ├── README.md ├── conf ├── nut.conf └── users.conf └── entrypoint.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramdock/nut-server/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramdock/nut-server/HEAD/README.md -------------------------------------------------------------------------------- /conf/nut.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramdock/nut-server/HEAD/conf/nut.conf -------------------------------------------------------------------------------- /conf/users.conf: -------------------------------------------------------------------------------- 1 | id|password -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramdock/nut-server/HEAD/entrypoint.sh --------------------------------------------------------------------------------