-
DescriptionI'm probably not the first and maybe not the last. But this has driven me to insanity, so hoping someone much smarter here can be a helping hand. Thanks in advance. Environments:
At one stage, by some miracle (I cannot recall the setting of the VM's) precisely, but it was Ubuntu Desktop VM with simple docker installed on it via terminal. It did manage to work and I had it working for nearly x2 weeks before I decided to clean up my VM and start things fresh as was just testing homepage to ensure all works as desired. However, now I'm stuck against the error below like a concrete wall driving me to insanity! API Error: Unknown error
Container Logs
Browser LogsNo response TroubleshootingOn Host
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
@shamoon I'm calling all Homepage GOD's here, tell me I'm dumb and missed out something. |
Beta Was this translation helpful? Give feedback.
-
No need to ping mate, I get all messages here.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Goal:
Case 1:
Proxmox > Ubuntu Server VM > CasaOS > Homepage
Container Config:
Enter the shell of the container
Check if IPv6 is Disabled:
Run the following command to check:
sysctl net.ipv6.conf.all.disable_ipv6
If the output is net.ipv6.conf.all.disable_ipv6 = 0, IPv6 is enabled.
If the output is net.ipv6.conf.all.disable_ipv6 = 1, IPv6 is disabled.
How to Disable IPv6 Permanently
Edit the sysctl.conf file:
sudo nano /etc/sysctl.conf
Add the following lines at the bottom of the file: