diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index d27e16b..e1659b7 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b Get the latest version of the `docker-compose.yaml` file: -And set `API_TOKEN` to a long secure string. +And add secure Token(s) to `API_TOKEN` / `API_TOKENS`. See [API_TOKEN(s)](#api-tokens) > [!IMPORTANT] > This Documentation will be using `sec-signal-api:8880` as the service host, @@ -140,9 +140,9 @@ you have to add `@` in front of any KeyValue Pair assignment. ### Environment Variables -#### API Token/s +#### API Token(s) -Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by **,**. +Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**. During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables. ```yaml diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-dev.yml index 8289854..a4814e2 100644 --- a/.github/workflows/docker-image-dev.yml +++ b/.github/workflows/docker-image-dev.yml @@ -5,7 +5,7 @@ on: branches: - dev paths-ignore: - - ".**" + - "**/*.go" jobs: update: diff --git a/README.md b/README.md index 9044c36..3b3cb30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b Get the latest version of the `docker-compose.yaml` file: -And set `API_TOKEN` to a long secure string. +And add secure Token(s) to `API_TOKEN` / `API_TOKENS`. See [API_TOKEN(s)](#api-tokens) > [!IMPORTANT] > This Documentation will be using `sec-signal-api:8880` as the service host, @@ -199,9 +199,9 @@ you have to add `@` in front of any KeyValue Pair assignment. ### Environment Variables -#### API Token/s +#### API Token(s) -Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by **,**. +Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**. During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables. ```yaml