mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
docs(release): update doc version from 1.7.0-beta.9 to 1.7.0-beta.10 [skip ci]
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
image: traefik:2.11.2
|
image: traefik:2.11.2
|
||||||
command:
|
command:
|
||||||
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier
|
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier
|
||||||
- --experimental.plugins.sablier.version=v1.7.0-beta.9
|
- --experimental.plugins.sablier.version=v1.7.0-beta.10
|
||||||
- --entryPoints.http.address=:80
|
- --entryPoints.http.address=:80
|
||||||
- --providers.docker=true
|
- --providers.docker=true
|
||||||
- --providers.file.filename=/etc/traefik/dynamic-config.yml
|
- --providers.file.filename=/etc/traefik/dynamic-config.yml
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
||||||
|
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
volumes:
|
volumes:
|
||||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ sablier --help
|
|||||||
# or
|
# or
|
||||||
|
|
||||||
docker run acouvreur/sablier[:version] --help
|
docker run acouvreur/sablier[:version] --help
|
||||||
# ex: docker run acouvreur/sablier:1.7.0-beta.9 --help
|
# ex: docker run acouvreur/sablier:1.7.0-beta.10 --help
|
||||||
```
|
```
|
||||||
|
|
||||||
All arguments can be used in the form of the config file such as
|
All arguments can be used in the form of the config file such as
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
image: containous/whoami:v1.5.0
|
image: containous/whoami:v1.5.0
|
||||||
|
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker
|
- --provider.name=docker
|
||||||
@@ -113,7 +113,7 @@ services:
|
|||||||
image: containous/whoami:v1.5.0
|
image: containous/whoami:v1.5.0
|
||||||
|
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker
|
- --provider.name=docker
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- "--experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier"
|
- "--experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier"
|
||||||
- "--experimental.plugins.sablier.version=v1.7.0-beta.9"
|
- "--experimental.plugins.sablier.version=v1.7.0-beta.10"
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
@@ -143,7 +143,7 @@
|
|||||||
serviceAccount: sablier
|
serviceAccount: sablier
|
||||||
containers:
|
containers:
|
||||||
- name: sablier
|
- name: sablier
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
args:
|
args:
|
||||||
- "start"
|
- "start"
|
||||||
- "--provider.name=kubernetes"
|
- "--provider.name=kubernetes"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ You can use the command `sablier health` to check for healthiness.
|
|||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["sablier", "health"]
|
test: ["sablier", "health"]
|
||||||
interval: 1m30s
|
interval: 1m30s
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Choose one of the Docker images and run it with one sample configuration file:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d -p 10000:10000 \
|
docker run -d -p 10000:10000 \
|
||||||
-v $PWD/sablier.yml:/etc/sablier/sablier.yml acouvreur/sablier:1.7.0-beta.9
|
-v $PWD/sablier.yml:/etc/sablier/sablier.yml acouvreur/sablier:1.7.0-beta.10
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use the binary distribution
|
## Use the binary distribution
|
||||||
|
|||||||
@@ -98,14 +98,14 @@ experimental:
|
|||||||
plugins:
|
plugins:
|
||||||
sablier:
|
sablier:
|
||||||
moduleName: "github.com/acouvreur/sablier"
|
moduleName: "github.com/acouvreur/sablier"
|
||||||
version: "v1.7.0-beta.9"
|
version: "v1.7.0-beta.10"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### **CLI**
|
#### **CLI**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
--experimental.plugins.sablier.modulename=github.com/acouvreur/sablier
|
--experimental.plugins.sablier.modulename=github.com/acouvreur/sablier
|
||||||
--experimental.plugins.sablier.version=v1.7.0-beta.9
|
--experimental.plugins.sablier.version=v1.7.0-beta.10
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- tabs:end -->
|
<!-- tabs:end -->
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ PROVIDER_NAME=docker
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker
|
- --provider.name=docker
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ PROVIDER_NAME=docker_swarm # or swarm
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker_swarm # or swarm
|
- --provider.name=docker_swarm # or swarm
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ By default, the docker image looks for themes located inside the `/etc/sablier/t
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
volumes:
|
volumes:
|
||||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||||
- '/path/to/my/themes:/etc/sablier/themes'
|
- '/path/to/my/themes:/etc/sablier/themes'
|
||||||
|
|||||||
@@ -16,12 +16,12 @@ Here I'll show you two options with Docker.
|
|||||||
### By using the provided Dockerfile
|
### By using the provided Dockerfile
|
||||||
|
|
||||||
```
|
```
|
||||||
docker build https://github.com/acouvreur/sablier.git#v1.7.0-beta.9:plugins/caddy
|
docker build https://github.com/acouvreur/sablier.git#v1.7.0-beta.10:plugins/caddy
|
||||||
--build-arg=CADDY_VERSION=2.6.4
|
--build-arg=CADDY_VERSION=2.6.4
|
||||||
-t caddy:2.6.4-with-sablier
|
-t caddy:2.6.4-with-sablier
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.7.0-beta.9`)
|
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.7.0-beta.10`)
|
||||||
|
|
||||||
### By updating your Caddy Dockerfile
|
### By updating your Caddy Dockerfile
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ docker build https://github.com/acouvreur/sablier.git#v1.7.0-beta.9:plugins/cadd
|
|||||||
ARG CADDY_VERSION=2.6.4
|
ARG CADDY_VERSION=2.6.4
|
||||||
FROM caddy:${CADDY_VERSION}-builder AS builder
|
FROM caddy:${CADDY_VERSION}-builder AS builder
|
||||||
|
|
||||||
ADD https://github.com/acouvreur/sablier.git#v1.7.0-beta.9 /sablier
|
ADD https://github.com/acouvreur/sablier.git#v1.7.0-beta.10 /sablier
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with github.com/acouvreur/sablier/plugins/caddy=/sablier/plugins/caddy
|
--with github.com/acouvreur/sablier/plugins/caddy=/sablier/plugins/caddy
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ experimental:
|
|||||||
plugins:
|
plugins:
|
||||||
sablier:
|
sablier:
|
||||||
moduleName: "github.com/acouvreur/sablier"
|
moduleName: "github.com/acouvreur/sablier"
|
||||||
version: "v1.7.0-beta.9"
|
version: "v1.7.0-beta.10"
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Configure the plugin using the Dynamic Configuration. Example:
|
2. Configure the plugin using the Dynamic Configuration. Example:
|
||||||
@@ -72,7 +72,7 @@ services:
|
|||||||
- --providers.docker=true
|
- --providers.docker=true
|
||||||
- --providers.file.filename=/etc/traefik/dynamic-config.yml
|
- --providers.file.filename=/etc/traefik/dynamic-config.yml
|
||||||
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier/plugins/traefik
|
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier/plugins/traefik
|
||||||
- --experimental.plugins.sablier.version=v1.7.0-beta.9
|
- --experimental.plugins.sablier.version=v1.7.0-beta.10
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -80,7 +80,7 @@ services:
|
|||||||
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
||||||
|
|
||||||
sablier:
|
sablier:
|
||||||
image: acouvreur/sablier:1.7.0-beta.9
|
image: acouvreur/sablier:1.7.0-beta.10
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker
|
- --provider.name=docker
|
||||||
|
|||||||
Reference in New Issue
Block a user