B
Blueprint10mo ago
Dream

Nova theme blue print docker

How to install nova theme with blueprint on Docker ?
7 Replies
VULGA
VULGA10mo ago
Hi, I want to use Nova theme on docker but I want to install 2 more plugin in addition I never made it so if anyone could help me I apreciate ! https://builtbybit.com/resources/nova.40094/ https://builtbybit.com/resources/pterodactyl-v1x-addon-auto-backup.25191/ https://builtbybit.com/resources/pterodactyl-v1x-addon-database-back.25232/ here is all i want to install :
Luke
Luke10mo ago
2/3 are not compatible with blueprint
VULGA
VULGA10mo ago
ok i will not install it can you explain me how to install only the theme with blueprint into docker ?
Luke
Luke10mo ago
i'd assume it would be running blueprint -install nova but i dont use the docker version so i may be wrong
VULGA
VULGA10mo ago
root@Invasionz-test:/docker/pterodactyl/panel/extensions/nova# docker compose exec panel blueprint -i nova 22:33:14 INFO: Searching and validating framework dependencies.. 22:33:14 INFO: Installing nova... (1/1) 22:33:14 FATAL: nova.blueprint could not be found or detected. root@Invasionz-test:/docker/pterodactyl/panel/extensions/nova#
Dream
DreamOP10mo ago
please guys help me !
Loki
Loki10mo ago
Step 1. Install Nova Nova is not a Blueprint extension. To install Blueprint for Nova, you need to first install Nova on top of a clean Pterodactyl installation. Once that's done, you can move on to step two.
Look like they require it to be done manually. Move the files into your /app folder in the container; you have it mounted as a normal Docker volume, so it will be somewhere in /var/lib/docker/volumes. To copy files and folders in without moving, which would overwrite folders, you'd use the -Ru flags with cp, e.g. cp -Ru nove_files/* /var/lib/docker/volumes/pterodactyl_app/_data/ Then just keep going with the commands they give you inside the container. You'll use nginx:nginx instead of www-data:www-data

Did you find this page helpful?