Skip to content

Commit 5b73ec6

Browse files
authored
Merge pull request #18 from CodeShellDev/dev
Update Main
2 parents bfd2c76 + 1866d41 commit 5b73ec6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/templates/README.template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b
66

77
Get the latest version of the `docker-compose.yaml` file:
88

9-
And set `API_TOKEN` to a long secure string.
9+
And add secure Token(s) to `API_TOKEN` / `API_TOKENS`. See [API_TOKEN(s)](#api-tokens)
1010

1111
> [!IMPORTANT]
1212
> 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.
140140

141141
### Environment Variables
142142

143-
#### API Token/s
143+
#### API Token(s)
144144

145-
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by **,**.
145+
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
146146
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
147147

148148
```yaml

.github/workflows/docker-image-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- dev
77
paths-ignore:
8-
- ".**"
8+
- "**/*.go"
99

1010
jobs:
1111
update:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Secured Signal API acts as a secure proxy for [Signal rAPI](https://github.com/b
66

77
Get the latest version of the `docker-compose.yaml` file:
88

9-
And set `API_TOKEN` to a long secure string.
9+
And add secure Token(s) to `API_TOKEN` / `API_TOKENS`. See [API_TOKEN(s)](#api-tokens)
1010

1111
> [!IMPORTANT]
1212
> 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.
199199
200200
### Environment Variables
201201
202-
#### API Token/s
202+
#### API Token(s)
203203
204-
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by **,**.
204+
Both `API_TOKEN` and `API_TOKENS` support multiple Tokens seperated by a `,` **Comma**.
205205
During Authentikcation Secured Signal API will try to match the given Token against the list of Tokens inside of these Variables.
206206
207207
```yaml

0 commit comments

Comments
 (0)