In docker compose's labels setting, the app is hidden, and the webui is still displayed; #88

Closed
opened 2025-12-29 14:24:38 +01:00 by adam · 5 comments
Owner

Originally created by @Yxini-p on GitHub (Jul 5, 2025).

services:
  cloud189checkin:
    image: hetaoos/cloud189checkin:latest
    container_name: cloud189checkin
    restart: always
    volumes:
      - ./Cookies:/app/Cookies
      - ./appsettings.json:/app/appsettings.json
    networks:
      - ipv6
    environment:
      - TZ=Asia/Shanghai
    labels:
      proxy.cloud189: | # 服务别名,可自定义(需与访问路径匹配)
        homepage:
          show: false  # 隐藏此应用
          name: Cloud189 Checkin  # 可选:显示名称
#         icon: '"@walkxcode/cloud.svg"'
#         category: Tools  # 可选:分类
networks:
  ipv6:
    external: true
Image
Originally created by @Yxini-p on GitHub (Jul 5, 2025). ``` services: cloud189checkin: image: hetaoos/cloud189checkin:latest container_name: cloud189checkin restart: always volumes: - ./Cookies:/app/Cookies - ./appsettings.json:/app/appsettings.json networks: - ipv6 environment: - TZ=Asia/Shanghai labels: proxy.cloud189: | # 服务别名,可自定义(需与访问路径匹配) homepage: show: false # 隐藏此应用 name: Cloud189 Checkin # 可选:显示名称 # icon: '"@walkxcode/cloud.svg"' # category: Tools # 可选:分类 networks: ipv6: external: true ``` <img width="2389" height="534" alt="Image" src="https://github.com/user-attachments/assets/0f7c15a8-bf76-4ebd-8981-0e917caa7746" />
adam closed this issue 2025-12-29 14:24:38 +01:00
Author
Owner

@yusing commented on GitHub (Jul 10, 2025):

You could hide it with Right click -> Hide App instead.

@yusing commented on GitHub (Jul 10, 2025): You could hide it with Right click -> Hide App instead.
Author
Owner

@Yxini-p commented on GitHub (Jul 10, 2025):

The method you provided is very good, but I found another problem. After I changed the browser, it reverted to its original state, and the hidden icons reappeared.

---Original---
From: @.>
Date: Thu, Jul 10, 2025 08:07 AM
To: @.
>;
Cc: @.@.>;
Subject: Re: [yusing/godoxy] In docker compose's labels setting, the app ishidden, and the webui is still displayed; (Issue #131)

yusing left a comment (yusing/godoxy#131)

You could hide it with Right click -> Hide App instead.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>

@Yxini-p commented on GitHub (Jul 10, 2025): The method you provided is very good, but I found another problem. After I changed the browser, it reverted to its original state, and the hidden icons reappeared. ---Original--- From: ***@***.***&gt; Date: Thu, Jul 10, 2025 08:07 AM To: ***@***.***&gt;; Cc: ***@***.******@***.***&gt;; Subject: Re: [yusing/godoxy] In docker compose's labels setting, the app ishidden, and the webui is still displayed; (Issue #131) yusing left a comment (yusing/godoxy#131) You could hide it with Right click -&gt; Hide App instead. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***&gt;
Author
Owner

@yusing commented on GitHub (Jul 10, 2025):

Ok will check for it in the weekend.

@yusing commented on GitHub (Jul 10, 2025): Ok will check for it in the weekend.
Author
Owner

@Yxini-p commented on GitHub (Jul 10, 2025):

Thank you for taking the time out of your busy schedule.

---Original---
From: @.>
Date: Thu, Jul 10, 2025 08:34 AM
To: @.
>;
Cc: @.@.>;
Subject: Re: [yusing/godoxy] In docker compose's labels setting, the app ishidden, and the webui is still displayed; (Issue #131)

yusing left a comment (yusing/godoxy#131)

Ok will check for it in the weekend.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>

@Yxini-p commented on GitHub (Jul 10, 2025): Thank you for taking the time out of your busy schedule. ---Original--- From: ***@***.***&gt; Date: Thu, Jul 10, 2025 08:34 AM To: ***@***.***&gt;; Cc: ***@***.******@***.***&gt;; Subject: Re: [yusing/godoxy] In docker compose's labels setting, the app ishidden, and the webui is still displayed; (Issue #131) yusing left a comment (yusing/godoxy#131) Ok will check for it in the weekend. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***&gt;
Author
Owner

@Yxini-p commented on GitHub (Jul 14, 2025):

services:
  cloud189checkin:
    image: hetaoos/cloud189checkin:latest
    container_name: cloud189checkin
    restart: always
    volumes:
      - ./Cookies:/app/Cookies
      - ./appsettings.json:/app/appsettings.json
    networks:
      - ipv6
    environment:
      - TZ=Asia/Shanghai
    labels:
      proxy.cloud189checkin.healthcheck.disable: true
      proxy.cloud189checkin.homepage.show: false
networks:
  ipv6:
    external: true

I tried the Example of labels in the docs, but it seems to have no effect;

@Yxini-p commented on GitHub (Jul 14, 2025): ``` services: cloud189checkin: image: hetaoos/cloud189checkin:latest container_name: cloud189checkin restart: always volumes: - ./Cookies:/app/Cookies - ./appsettings.json:/app/appsettings.json networks: - ipv6 environment: - TZ=Asia/Shanghai labels: proxy.cloud189checkin.healthcheck.disable: true proxy.cloud189checkin.homepage.show: false networks: ipv6: external: true ``` I tried the Example of labels in the docs, but it seems to have no effect;
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#88