🔧 chore(docker-compose): update docker image tags and app versions
- add explicit :latest tag to looking-glass-server, owjdxb, linkstack, and watchtower images - update headscale-ui image from latest to specific version 2025.08.23 - update verysync image to specific version v2.20.1 - update headscale-ui from 2025.05.22 to 2025.08.23 version - 【fix】amend clear app configuration file and update from v1.0.4 to v1.0.9
This commit is contained in:
2
apps/headscale-ui/2025.08.23/.env.sample
Normal file
2
apps/headscale-ui/2025.08.23/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="headscale-ui"
|
||||
PANEL_APP_PORT_HTTPS="40182"
|
||||
10
apps/headscale-ui/2025.08.23/data.yml
Normal file
10
apps/headscale-ui/2025.08.23/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40182
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
15
apps/headscale-ui/2025.08.23/docker-compose.yml
Normal file
15
apps/headscale-ui/2025.08.23/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
headscale-ui:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTPS}:443"
|
||||
image: ghcr.io/gurucomputing/headscale-ui:2025.08.23
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user