ci: migrate from gitlab ci to woodpecker
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
9f85ee0413
commit
5331fe5b04
5 changed files with 53 additions and 23 deletions
18
readme.md
18
readme.md
|
|
@ -4,15 +4,15 @@ Install and configure [Traefik](https://traefik.io/) - a modern HTTP reverse pro
|
|||
|
||||
## Variables
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `traefik_letsencrypt_email` | Yes | `email@example.com` | Email for Let's Encrypt certificates |
|
||||
| `traefik_routes` | Yes | `[]` | List of Traefik routes to configure |
|
||||
| `traefik_routes[].name` | Yes | - | Route domain name |
|
||||
| `traefik_routes[].service` | Yes | - | Service name |
|
||||
| `traefik_routes[].host` | Yes | - | Backend host |
|
||||
| `traefik_routes[].proto` | Yes | - | Backend protocol (http/https) |
|
||||
| `traefik_routes[].port` | Yes | - | Backend port |
|
||||
| Variable | Required | Default | Description |
|
||||
| --------------------------- | -------- | ------------------- | ------------------------------------ |
|
||||
| `traefik_letsencrypt_email` | Yes | `email@example.com` | Email for Let's Encrypt certificates |
|
||||
| `traefik_routes` | Yes | `[]` | List of Traefik routes to configure |
|
||||
| `traefik_routes[].name` | Yes | ------------------- | Route domain name |
|
||||
| `traefik_routes[].service` | Yes | ------------------- | Service name |
|
||||
| `traefik_routes[].host` | Yes | ------------------- | Backend host |
|
||||
| `traefik_routes[].proto` | Yes | ------------------- | Backend protocol (http/https) |
|
||||
| `traefik_routes[].port` | Yes | ------------------- | Backend port |
|
||||
|
||||
## Example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue