Hello, recently I am replacing the home server with a 4-core intel where I will need to have aaPanel and several other microservices built on the docker. aaPanel is perfect for this - it allows me to build several of my own websites and handle all services without any problem using a reverse proxy. Unfortunately, I have one problem with it:
- when I install aaPanel AFTER installing Home Assistant based on Docker - Home Assistant stops working.
- when I install aaPanel on a clean system first and then Home Assistant, both programs stop prompting and can no longer be reinstalled and forced to work.
I thought the problem was with conflict of ports but Home Assitant works on port 8123 and probably it has nothing to do with aaPanela ports. Just in case I changed aapanel port from 8888 to 8887.
The fact that programs do not work is manifested simply because their content does not show the browser window, I also did not find any errors in the docker logs - it looks like it works correctly ....
I am already a little depressed because to find out what the problem is, I have reinstalled the system probably 15 times and still nothing .... :-( and I also tried installing aaPanela without any additions, but with the same, no effect
If anyone had any idea what I could check, I will gladly do it!
I would like to link to the Home Assistant installation program:
https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
Jerz