-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Habitica
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/habitica.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
The script completed successful - however I am unable to access the website via the expected port (e.g. http://LXC_IP:8080). I have run 'ss -tunl' and cannot see the service listening on port 8080.
π Steps to reproduce the issue.
- Install LXC via script
β Paste the full error output (if available).
root@habitica:/opt/habitica# ss -tunl
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 0.0.0.0:68 0.0.0.0:*
tcp LISTEN 0 100 127.0.0.1:25 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:27017 0.0.0.0:*
tcp LISTEN 0 4096 :22 :
tcp LISTEN 0 511 :3000 :
tcp LISTEN 0 100 [::1]:25 [::]:
tcp LISTEN 0 511 [::1]:5173 [::]:
πΌοΈ Additional context (optional).
No response