azukaar / Cosmos-Server

☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
https://cosmos-cloud.io
Other
3.44k stars 118 forks source link

[BUG]: UI Accessibility Issue and Migration Error with Docker Desktop Installed on Debian 12. #229

Closed armelhbobdad closed 6 months ago

armelhbobdad commented 6 months ago

What happened?

What should have happened?

How to reproduce the bug?

  1. Install Docker Desktop on the local machine.
  2. Follow the documentation for a fresh installation of cosmos.
  3. Run cosmos with docker run --network host ....
  4. Observe the inability to access the UI.
  5. Specify ports as mentioned for Windows or Mac, which enables UI accessibility but triggers a warning message to migrate to network host.
  6. Accept the migration action.
  7. Notice that the problem persists with UI accessibility post-migration.

Relevant log output

No response

Other details

No response

System details

azukaar commented 6 months ago

dont accept the migration, as the migration pop up says, it will not work on windows/mac. You can disable the popup in the config file

armelhbobdad commented 6 months ago

My OS is Linux, Debian 12 with Docker Desktop. Please review my issue.

azukaar commented 6 months ago

Sorry missed that detail Docker Desktop won't work either has it is not full docker (it uses VMs instead of the docker virtualization) thanks

armelhbobdad commented 6 months ago

I updated the issue title by adding "Debian" to prevent duplication by others. Thank you.