#Blueprint Help

15 messages · Page 1 of 1 (latest)

plush ibex
#

Hello 🙂 First time with blueprint!
I've modified my compose stack for blueprint and I fear Im either doing something wrong or missing configuration.

I'm trying to install a Blueprint extension (darkenate) but getting this error:

19:52:06 INFO: Searching and validating framework dependencies..
19:52:06 INFO: Installing darkenate... (1/1)
19:52:06 FATAL: darkenate.blueprint could not be found or detected.

This is what I do to install...
docker exec -it pterodactyl_panel bash
cd /var/www/pterodactyl/extensions
blueprint -i darkenate

The file appears when I ls -la

#

In my compose stack here are the key changes made

panel:
   #blueprint framework image
   image: ghcr.io/blueprintframework/blueprint:latest

& the volume

# Added Blueprint extensions directory mapping
- /srv/pterodactyl/extensions:/var/www/pterodactyl/extensions
#

made a backup
composed down
pulled and back up
panel showing blueprint trademark

#

and yes I did the alias cmd

wicked torrent
#

You forgot the volume declaration at the end, and the webroot in the image is /app.

Join the Blueprint Discord for Blueprint-related issues; there's a guide for exactly this at #1258167979355406356 message

plush ibex
#

trying this now thank you Loki

wicked torrent
#

🥂

plush ibex
#

IT WORKS MUHAHAHAHAHAHA

#

Im still getting familiar with extensions

#

is there like any "must haves"

#

that are also free lol

#

like what was that blueprint api thing btw?

wicked torrent
# plush ibex is there like any "must haves"

I know you meant extensions, but I'd also recommend setting the alias and setting up backups: https://github.com/BlueprintFramework/docker/?tab=readme-ov-file#interacting-with-blueprint
Blueprint is in beta; stuff will break every now and then, although fixing everything is much easier using the Docker setup even without backups.

For extensions, I don't have any free recommendations. The stuff I see used the most are paid, e.g. Nebula and Custom Server Sorter. And what API?