-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "Legacy app (To be rebuilt)" containers should be viewable via the "Widget Settings" menu #1333
Comments
CasaOS has done a large-scale refactoring of Docker compose in the past 2 months, and the current transition period has indeed led to the 2 results you mentioned. But please believe that we want to solve these two problems and bring back the hidden function, please give us some time. It is recommended that you delete or rebuild the app to be rebuilt right now. For other apps, we will provide the ability to group and hide apps later. @rodhammond |
I agree with the mess that legacy app visual is... I'm not an expert user but I had problems with Home Assistant from the appstore because it's a container and that's where my problem starts because there's no way to restore my backups in a simple and quick way! By other means I managed to install the Supervised version for Debian outside of CasaOS and it is working normally now but when opening the CasaOS homepage this appears: Legacy app (To be rebuilt). Ok, I understand that there are improvements but if you only have one HIDE option, the Legacy app will solve this problem. Visually it will look better and today there is no such option and every time I open it there is this visual dirt. Cherrs from Brazil |
New to CasaOS and found this. I'm an infrastructure / devops guy who dabbles in programming and I wish I had time to take this on. So, extend the state to include a condition for showing legacy app to line 69 on AppSection.vue widget settings are in state "settingsData" and iterates item and give item.name, item.show state called |
IMO this is ridiculous. |
come guys please fix this issue!!!! i cant delete it, it will damage my Home Assistant Supervised. we want to HIDE this |
From my perspective, I also agree with hiding this. |
I think your situation is a little different. In your case, you didn't stipulate a name when you created the container "hello-world" is the image name, not the container name. If you don't stipulate a container name, Docker gives your container a random name (in your case "competent_borg"). CasaOS is displaying the container name. If you want the container name to be "hello-world", the command should be: |
We have news on this topic? |
tambem estou com esse problema |
some problem in my configuration "legacy app ( to be rebuild) ". Any solution? |
I landed here after having the "Legacy app (to be rebuild)" section showing in my dashboard. It's my first install of CasaOS and I could not find information on why I had a legacy app showing up. Especially because of the silly/suspicious name Thanks to @JimCallahanOrlando's comment I was able to understand what was happening: I used the docker hello-world container ! |
Build: Latest
Discussion: This vue should be selectable [Hidden/Visible] by the "Widget Settings" menu to be activated based on the user's wishes. Not all containers can be "rebuilt" or imported into CasaOS. It's seems you are forcing the import feature rather than giving the user options. Anyone can build containers using "docker run" or "docker compose" and they will exist outside of the CasaOS App Store, but easily accessible via external dashboard tile links.
For containers that do not work or cannot be imported into CasaOS, your "Legacy app (To be rebuilt)" message cannot be hidden or disabled. Please re-enable the visibility feature. I could be mistaken, but believe it use to be selectable by the user.
Code:
CasaOS-UI/main/src/components/Apps/AppSection.vue
title="Legacy app (To be rebuilt)."
The text was updated successfully, but these errors were encountered: