KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
code-traefikode
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
websocket
:
Simple C++ header only websocket library
Human-Head-Detection
:
No description available.
esp32_p2layer
:
基于esp32的播放器
robot-animation
:
Its a robo friend so as you hover his head grows big and he can also dance,
starter-stack
:
Agent2D Starter Team Pack For Student's League
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
code-traefikode
?
Download (.md)
# trafikode Simple [Traefik](https://docs.traefik.io/routing/providers/docker/) snippets and autocomplete for VS Code. Supports Traefik **version 2.1+** ## Work in progress **Help Needed** Please refer to the TODO section for help required. ## Usage - [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=securisec.traefikode) - The autocompleter will trigger when a `-` is followed by `--`, i.e cli options - A `-` followed by the word traefik ## Intellisense #### Caveat The Red Hat yaml plugin disables intellisense in docker compose files, so for intellisense to work, make sure to disable it in VSCode extensions. This yaml plugin on the other hand is used in the `traefik.yaml` file for dynamic config yaml intellisense. Pull requests are welcome to fix this. Intellisense works for the following: - Cli and provider arguments that are passed to traefik cli - Traefik labels for a container. - Provide intellisense in `traeik.yaml` files for dynamic configuration. <p align="center"> <img src="https://github.com/securisec/code-traefikode/raw/master/resources/%20cli.gif" width="65%"> </p> ## Snippets Snippets are provided for traefik labels for a container. <p align="center"> <img src="https://github.com/securisec/code-traefikode/raw/master/resources/snippet.gif" width="65%"> </p> ## Known issues - Does not work when the Redhat yaml extension is installed