nebula.blueprint could not be found or detected.

I'm having problems trying to install any extension to blueprint. I'm on Ubuntu 24.04.2.
blueprint -i nebula
12:59:41 INFO: Searching and validating framework dependencies..
12:59:41 INFO: Installing nebula... (1/1)
12:59:41 FATAL: nebula.blueprint could not be found or detected.
blueprint -i nebula
12:59:41 INFO: Searching and validating framework dependencies..
12:59:41 INFO: Installing nebula... (1/1)
12:59:41 FATAL: nebula.blueprint could not be found or detected.
I currently have blueprint setup with a docker compose using Komodo. The docker compose is located at /etc/komodo/stacks/pterodactyl/.
panel:
image: ghcr.io/blueprintframework/blueprint:latest
restart: always
ports:
- "80:80"
links:
- database
- cache
volumes:
- "/home/curtix/docker/pterodactyl/var/:/app/var/"
- "/home/curtix/docker/pterodactyl/nginx/:/etc/nginx/http.d/"
- "/home/curtix/docker/pterodactyl/certs/:/etc/letsencrypt/"
- "/home/curtix/docker/pterodactyl/logs/:/app/storage/logs"
- "/home/curtix/docker/pterodactyl/extensions/:/blueprint_extensions"
environment:
<<: [*panel-environment, *mail-environment]
DB_PASSWORD: *db-password
APP_ENV: "production"
APP_ENVIRONMENT_ONLY: "false"
CACHE_DRIVER: "redis"
SESSION_DRIVER: "redis"
QUEUE_DRIVER: "redis"
REDIS_HOST: "cache"
DB_HOST: "database"
DB_PORT: "3306"
panel:
image: ghcr.io/blueprintframework/blueprint:latest
restart: always
ports:
- "80:80"
links:
- database
- cache
volumes:
- "/home/curtix/docker/pterodactyl/var/:/app/var/"
- "/home/curtix/docker/pterodactyl/nginx/:/etc/nginx/http.d/"
- "/home/curtix/docker/pterodactyl/certs/:/etc/letsencrypt/"
- "/home/curtix/docker/pterodactyl/logs/:/app/storage/logs"
- "/home/curtix/docker/pterodactyl/extensions/:/blueprint_extensions"
environment:
<<: [*panel-environment, *mail-environment]
DB_PASSWORD: *db-password
APP_ENV: "production"
APP_ENVIRONMENT_ONLY: "false"
CACHE_DRIVER: "redis"
SESSION_DRIVER: "redis"
QUEUE_DRIVER: "redis"
REDIS_HOST: "cache"
DB_HOST: "database"
DB_PORT: "3306"
No description
Solution:
After rebooting it seems to have solved itself.
Jump to solution
3 Replies
Solution
Curtix
Curtix4w ago
After rebooting it seems to have solved itself.
Утка
Утка2w ago
Have same problem, for me reboot not helped Who have same error - replace files to /var/www/pterodactyl - not subdirs
Emma
Emma5d ago
Create a separate forum post

Did you find this page helpful?