Pterodactyl in docker & Blueprint
Hey, So we had pterodactyl installed the standard way and now we are migrating to pterodactyl installed in docker, so because we had blueprint on the panel installed the standard way i cant install the blueprint now through the blueprint.sh since that says [WARNING] This command only works if you have yet to install Blueprint. Run 'blueprint (cmd) [arg]' instead. So we cant install it through that way, then i tried it through blueprint -rerun-install but that made this error with yarn.
ERROR in resources/scripts/components/server/files/UploadButton.tsx:88:78
TS2345: Argument of type 'AxiosProgressEvent' is not assignable to parameter of type 'ProgressEvent<EventTarget>'.
Type 'AxiosProgressEvent' is missing the following properties from type 'ProgressEvent<EventTarget>': lengthComputable, target, bubbles, cancelBubble, and 19 more.
86 | headers: { 'Content-Type': 'multipart/form-data' },
87 | params: { directory },
89 | }
90 | )
91 | .then(() => timeouts.value.push(setTimeout(() => removeFileUpload(file.name), 500)))
error Command failed with exit code 2.
After i did this i moved all the files from directory where i run the -rerun install (thats other directory that /var/www/pterodactyl)to the docker container and the panel doesnt even load. Then i tried moving the old files (from /var/www/pterodactyl) to the docker container but it went with error 404 The requested resource was not found. when trying to access admin.
Is there a way to make it working with pterodactyl in docker? Thanks
ERROR in resources/scripts/components/server/files/UploadButton.tsx:88:78
TS2345: Argument of type 'AxiosProgressEvent' is not assignable to parameter of type 'ProgressEvent<EventTarget>'.
Type 'AxiosProgressEvent' is missing the following properties from type 'ProgressEvent<EventTarget>': lengthComputable, target, bubbles, cancelBubble, and 19 more.
86 | headers: { 'Content-Type': 'multipart/form-data' },
87 | params: { directory },
88 | onUploadProgress: (data) => onUploadProgress(data, file.name),| ^^^^
89 | }
90 | )
91 | .then(() => timeouts.value.push(setTimeout(() => removeFileUpload(file.name), 500)))
error Command failed with exit code 2.
After i did this i moved all the files from directory where i run the -rerun install (thats other directory that /var/www/pterodactyl)to the docker container and the panel doesnt even load. Then i tried moving the old files (from /var/www/pterodactyl) to the docker container but it went with error 404 The requested resource was not found. when trying to access admin.
Is there a way to make it working with pterodactyl in docker? Thanks
