Hi there.
I created a lxc container in proxmox according with the helper-script:
bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-vaultwarden.sh)"
I also ran this command in the console of the new container to enter a new admin token.
Everything worked fine.
Unfortunately, I can’t reach the website of the new installation with
http://192.168.178.86:8000
same with the admin-page.
I checked the logs in /var/log but the error.log is empty
What can I do to bring up the server?
Thank you very much.