-
-
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?
alpine-traefik
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-traefik.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Alpine
π Provide a clear and concise description of the issue.
I've spend whole day trying to enable dashboard that somehow does not returns anything. Browser drops closed connection, so I've managed to check the configuration file and found out that dashboard listens on 8080 under localhost. My container gets ip from dhcp and has other ip address, not localhost. I've run netstat -tuln and it showed that 80 and 443 listens on :::80 and :::443, but the dashboard itself under localhost:8080. I don't think this is a correct behaviour when I was agreed with enabling dashboard and didn't expect that it will be listen inside of lxc container.
Is yaml file correct and this behavior is meant to be or not?
Also traefik --configFile=/etc/traefik/traefik.yaml didn't worked to reload configuration. I had to reboot whole container
π Steps to reproduce the issue.
- Run script using this configuration file:
# alpine-traefik Configuration File
# Generated on Mon May 26 11:10:27 PM MSK 2025
CT_TYPE="1"
DISK_SIZE="1"
CORE_COUNT="1"
RAM_SIZE="512"
HN="traefik"
BRG="vmbr0"
APT_CACHER_IP="none"
DISABLEIP6="yes"
PW="none"
SSH="no"
SSH_AUTHORIZED_KEY=""
VERBOSE="no"
TAGS="alpine"
VLAN="none"
MTU="1500"
GATE="none"
SD="none"
MAC="none"
NS="none"
NET="dhcp"
- Try to get into dashboard under 'ip address given by dhcp:8080/dashboard/'
- Live with pain
β Paste the full error output (if available).
Traefik logs are empty
πΌοΈ Additional context (optional).
No response