[Bug] Custom Apps Installed via CasaOS "Install Custom App" Are Overwriting Each Other
When using the "Install Custom App" feature to install images that are not available in the app store, the newly installed app overwrites the previous custom-installed one. I used the "Install Custom App" > Docker CLI to add the Docker command, and then made some minor configuration changes through the installation UI.
The first image (Image A) installs and runs normally.
But when I install another image (Image B), it overwrites the previously installed Image A.
I checked the /var/lib/casaos/apps/ folder and found that the folder for the custom-installed apps is always named yourprojectname, which causes them to be overwritten repeatedly. Even though I configured both the container title and container name in the custom app installation UI, they don’t seem to take effect.
Extremely annoying bug. Just lost hours of work.
this error is still present in ZimaOS.
I have not been able to manually add/change to different project name... and command line is not allowed it seems.
also i have been looking for the source code, to maybe myself find the bug and submit a pull request.. but i can't find the actual source code