Skip to content

Habitica not accessible after installing via script #5910

@Jbennett2-new

Description

@Jbennett2-new

✅ 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.

  1. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions