Merge pull request #299 from cschug/traefik_disable_dashboard_ads

feat: hide the nagging Upgrade button on Traefik's dashboard
This commit is contained in:
Christoph Schug 2024-06-21 20:20:58 +02:00 committed by GitHub
commit b5abed801a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ global:
# -- (Optional) Enable API and Dashboard here, don't do in production
# api:
# dashboard: true
# disableDashboardAd: true
# insecure: true
# -- Change EntryPoints here...