installing via target destination

get the following error
No description
19 Replies
Saelman
SaelmanOP7mo ago
we also attempted to make a symlink file and see if it could install via that, the path is var/www/pterodactyl/bluetest for that error above. i can test with another extension if needed.
Emma
Emma7mo ago
Commands weren't designed with subfolders in mind, although, weird that we looked over actually handling those cases correctly.
Saelman
SaelmanOP7mo ago
command being ran is blueprint -i bluetest/templateinstaller.blueprint for reference.
0x7d8
0x7d87mo ago
dont remember this ever working
Emma
Emma7mo ago
Do you have multiple Blueprint installations?
Saelman
SaelmanOP7mo ago
no. just the 1
0x7d8
0x7d87mo ago
since bp extracts the identifier from the arg (bad code)
Saelman
SaelmanOP7mo ago
only 1 panel. multiple extenstions
Emma
Emma7mo ago
Could you try moving the extension out of the bluetest folder and installing it with blueprint -i templateinstaller.blueprint
Saelman
SaelmanOP7mo ago
that works for sure. its only when its given a file path that isnt directly var/www/ptero
Emma
Emma7mo ago
Generally garbage parsing from our side :heavysob: I think we haven't made heavy changes to that in like years
Saelman
SaelmanOP7mo ago
the attempt was to do this to have things a little better organized.
Emma
Emma7mo ago
(just to tell you how bad this parsing is, when installing extensions, blueprint unzips them twice iirc)
Saelman
SaelmanOP7mo ago
i......this causes me emotional damage.
Emma
Emma7mo ago
first it assumes that the zip has the extension identifier as the root folder, with everything within it which, for the record, is never the case so then it nukes that and just looks for it in the zip's root iirc
Saelman
SaelmanOP7mo ago
may have to make this a suggestion on github, would for sure be nice to make a seperate file that i can throw my .blueprint files in. folder*
Emma
Emma7mo ago
it should probably just assume the ptero folder unless it can find an extension with given path
amogus
amogus7mo ago
emma why. yes please i don't want my /var/www/pterodactyl to be cluttered with .blueprint's
Saelman
SaelmanOP7mo ago
already posted on github.

Did you find this page helpful?