Skip to content

Commit 570893a

Browse files
committed
fixes(homepage): comments out netowrking configuration
1 parent 11fc609 commit 570893a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

kubernetes/apps/default/homepage/app/config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ data:
172172
href: https://wifiman.com
173173
icon: https://wifiman.com/assets/icons/favicon-32x32.png
174174
description: Speed test tool
175-
- Network:
175+
# - Network:
176176
# - Cloudflared:
177177
# href: https://dash.cloudflare.com/
178178
# icon: cloudflare-zero-trust.png
@@ -192,14 +192,14 @@ data:
192192
# url: https://healthchecks.io/
193193
# key: {{HOMEPAGE_VAR_HEALTHCHECK_TOKEN}}
194194
# uuid: {{HOMEPAGE_VAR_HEALTHCHECK_UUID}}
195-
- NextDNS:
196-
href: https://my.nextdns.io
197-
icon: nextdns.png
198-
description: NextDNS
199-
widget:
200-
type: nextdns
201-
profile: {{HOMEPAGE_VAR_NEXTDNS_ID}}
202-
key: {{HOMEPAGE_VAR_NEXTDNS_API}}
195+
# - NextDNS:
196+
# href: https://my.nextdns.io
197+
# icon: nextdns.png
198+
# description: NextDNS
199+
# widget:
200+
# type: nextdns
201+
# profile: {{HOMEPAGE_VAR_NEXTDNS_ID}}
202+
# key: {{HOMEPAGE_VAR_NEXTDNS_API}}
203203
- Monitoring:
204204
- healthchecks:
205205
href: https://status.${SECRET_DOMAIN}

0 commit comments

Comments
 (0)