Same ip address for all Tailscale devices #4851
-
DescriptionHi everyone, (sorry for any mistake, english insn't my official language) I'm configuring a gethomepage and everything is going smoothly until now. I already try to create one auth key for each device but for some reason they still showing the same ipv4 address for all. OS: Ubuntu Server 22.04LTS homepage versionv0.10.9 Installation methodDocker Configurationservices.yaml
- MACHINES:
- TAILSCALE:
description: GL-MT3000
icon: tailscale.svg
siteMonitor: https://login.tailscale.com/admin/machines
widget:
type: tailscale
fields: ["address", "last_seen"]
deviceid: xxxxxxxxxxxxxxxxxCNTRL
key: "{{HOMEPAGE_VAR_TAIL_TOKEN}}"
- TAILSCALE:
description: Storage
icon: tailscale.svg
siteMonitor: https://login.tailscale.com/admin/machines
widget:
type: tailscale
fields: ["address", "last_seen"]
deviceid: xxxxxxxxxxxxxxxxxCNTRL
key: "{{HOMEPAGE_VAR_TAIL2_TOKEN}}"
- TAILSCALE:
description: Windows Server 2022
icon: tailscale.svg
siteMonitor: https://login.tailscale.com/admin/machines
widget:
type: tailscale
fields: ["address", "last_seen"]
deviceid: xxxxxxxxxxxxxxxxxCNTRL
key: "{{HOMEPAGE_VAR_TAIL_TOKEN}}"
- TAILSCALE:
description: Windows Server 2022 MNGT
icon: tailscale.svg
siteMonitor: https://login.tailscale.com/admin/machines
widget:
type: tailscale
fields: ["address", "last_seen"]
deviceid: xxxxxxxxxxxxxxxxxCNTRL
key: "{{HOMEPAGE_VAR_TAIL_TOKEN}}"
########################################################################
docker-compose.yaml
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
restart: unless-stopped
networks:
dhcp_hostlab:
ipv4_address: 192.168.2.40
container_name: homepage
ports:
- 3000:3000
env_file: .env
volumes:
- ./config:/app/config
- ./config:/app/public/images
- ./config:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
environment:
- HOMEPAGE_VAR_ADGUARD_USERNAME=$HOMEPAGE_VAR_ADGUARD_USERNAME
- HOMEPAGE_VAR_ADGUARD_PASSWORD=$HOMEPAGE_VAR_ADGUARD_PASSWORD
- HOMEPAGE_VAR_RTBOX_USERNAME=$HOMEPAGE_VAR_RTBOX_USERNAME
- HOMEPAGE_VAR_RTBOX_PASSWORD=$HOMEPAGE_VAR_RTBOX_PASSWORD
- HOMEPAGE_VAR_NPM_USERNAME=$HOMEPAGE_VAR_NPM_USERNAME
- HOMEPAGE_VAR_NPM_PASSWORD=$HOMEPAGE_VAR_NPM_PASSWORD
- HOMEPAGE_VAR_SYN_USERNAME=$HOMEPAGE_VAR_SYN_USERNAME
- HOMEPAGE_VAR_SYN_PASSWORD=$HOMEPAGE_VAR_SYN_PASSWORD
- HOMEPAGE_VAR_PVE_API=$HOMEPAGE_VAR_PVE_API
- HOMEPAGE_VAR_PVE_TOKEN=$HOMEPAGE_VAR_PVE_TOKEN
- HOMEPAGE_VAR_TAIL_TOKEN=$HOMEPAGE_VAR_TAIL_TOKEN
- HOMEPAGE_VAR_TAIL2_TOKEN=$HOMEPAGE_VAR_TAIL2_TOKEN
networks:
dhcp_hostlab:
name: dhcp_hostlab
driver: macvlan
driver_opts:
parent: ens34
ipam:
config:
- subnet: 192.168.2.0/24
gateway: 192.168.2.1
ip_range: 192.168.2.0/24 Container LogsNo response Browser LogsNo response Troubleshooting1.- Return with all information about the device. 2.- I already try what was explained here: #4356 3.- |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You need to use different names on the widgets |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
You need to use different names on the widgets