mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-11 05:08:01 -05:00
ConvertX #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @omiinaya on GitHub.
Name of the Script
ConvertX
📋 Script Details
📌 Task summary
New Script
📋 Task details
Application Name:
ConvertX
Website:
https://github.com/C4illin/ConvertX/
Description:
A self-hosted online file converter. Supports over a thousand different formats. Written with TypeScript, Bun and Elysia.
https://community-scripts.github.io/ProxmoxVED/scripts?id=convertx
@MickLesk commented on GitHub:
Tested with some png, work fine for me, do you have still issues?
@github-actions[bot] commented on GitHub:
The convertx script is ready for testing:
bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/convertx.sh)"Complete setup via the web interface at http://:3000. Create and secure the admin account immediately.
Note: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.
@florianbussmann commented on GitHub:
Update: vips can be fixed by installing libvips-tools but for imagemagick an alias is needed to map magick to command convert
Conversion using vips and imagemagick fails (no executables in $PATH)
ffmpeg looks good
@omiinaya commented on GitHub:
did you use any advanced options during install?
i just reinstalled and still get this when trying to convert:
@omiinaya commented on GitHub:
This stopped working for me somewhere between merge date and today.
Maybe defer it while I figure out why.
@erdorin commented on GitHub:
Thank you very much, everything works fine, even the imagemagic library.
I've mainly tested audio, video and sound conversions but no office files.
@erdorin commented on GitHub:
Same thing here, I need to install libraries listed in [https://github.com/C4illin/ConvertX/blob/main/Dockerfile] (see section “# install additional dependencies”).
I tried to convert some images (jpg to bmp and heix to jpeg) but the imagemagick library seems buggy:
Failed to convert ./data/uploads/1/16/IMG_5116.HEIC from heic to jpeg using imagemagick. error : Error: Executable not found in $PATH : "magick".Other image converters seem work.
@MickLesk commented on GitHub:
i take a look
@DasKaffon commented on GitHub:
installed fine with advanced options. conversion tested with png to webp, works fine. didn't have anythinjg extraordinary to convert for tests at hand rn. i'd say send it xD
@MickLesk commented on GitHub:
The script is fully reworked, can anyone test it?
@michelroegl-brunner commented on GitHub:
Merged with #5484 in ProxmoxVE
@github-actions[bot] commented on GitHub:
Files deleted with PR #631
@github-actions[bot] commented on GitHub:
A PR has been created for convertx: community-scripts/ProxmoxVE#5484