docs(proxy): update wildcard SSL cert config and add syntax highlights#569
Open
Cinzya wants to merge 3 commits intocoollabsio:nextfrom
Open
docs(proxy): update wildcard SSL cert config and add syntax highlights#569Cinzya wants to merge 3 commits intocoollabsio:nextfrom
Cinzya wants to merge 3 commits intocoollabsio:nextfrom
Conversation
Updated the Traefik proxy config to match the current default (HTTP/3, HTTP/2 concurrency limits, Compose v2 name field, coolify labels). Added [!code focus/diff] annotations to highlight wildcard-specific lines vs the default config. Reordered application labels to match Coolify output order and removed non-wildcard-specific middleware definitions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removed padding and margin overrides on code block elements that were breaking VitePress's diff line alignment. The diff CSS assumes the default padding: 0 24px on code elements; zeroing it out caused diff lines to indent 24px relative to normal lines and placed the +/- sign inside the code text. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Added a custom TextMate grammar for Traefik Docker labels, registered as the 'traefik' language in Shiki via markdown.languages. Highlights keys, values, <placeholders>, and backtick-enclosed host/path values in distinct colors. Uses # as the comment character so VitePress [!code focus/diff] annotations work correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
traefik) via a TextMate grammar so Traefik Docker label blocks gets custom syntax highlighting: distinct colors for keys, values,<placeholder>tokens, and backtick-enclosed host/path strings. Uses#as the comment character so all VitePress code annotations ([!code focus],[!code --],[!code ++]) work correctly.paddingandmarginoverrides from the code block theme CSS that were causing diff lines+/-signs to overlap with the code text.Test plan
traefikblocks[!code focus]blurs non-focused lines intraefikcode blocks[!code --]/[!code ++]renders red/green diff colors without text misalignment or sign overlap`example.coolify.io`) render in a distinct color from keys and plain values<unique_router_name>placeholders render in a distinct color