Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/templates/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- dev
paths-ignore:
- ".**"
- "**/*.go"

jobs:
update:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down