|
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | 6 | token-based authentication, |
7 | | -endpoint restrictions, placeholders, and flexible configuration. |
| 7 | +endpoint restrictions, placeholders, flexible configuration |
8 | 8 | </p> |
9 | 9 |
|
10 | 10 | <p align="center"> |
11 | 11 | 🔒 Secure · ⭐️ Configurable · 🚀 Easy to Deploy with Docker |
12 | 12 | </p> |
13 | 13 |
|
14 | 14 | <div align="center"> |
15 | | - <a href="https://github.com/codeshelldev/secured-signal-api/releases"> |
| 15 | + <a href="./releases"> |
16 | 16 | <img src="https://img.shields.io/github/v/release/codeshelldev/secured-signal-api?sort=semver&logo=github" alt="GitHub release"> |
17 | 17 | </a> |
18 | | - <a href="https://github.com/codeshelldev/secured-signal-api/stargazers"> |
| 18 | + <a href="./stargazers"> |
19 | 19 | <img src="https://img.shields.io/github/stars/codeshelldev/secured-signal-api?style=flat&logo=github" alt="GitHub stars"> |
20 | 20 | </a> |
21 | | - <a href="https://github.com/codeshelldev/secured-signal-api/pkgs/container/secured-signal-api"> |
| 21 | + <a href="./pkgs/container/secured-signal-api"> |
22 | 22 | <img src="https://ghcr-badge.egpl.dev/codeshelldev/secured-signal-api/size?color=%2344cc11&tag=latest&label=image+size&trim=" alt="Docker image size"> |
23 | 23 | </a> |
24 | 24 | <a href="./LICENSE"> |
@@ -346,19 +346,26 @@ To change the Log Level set `logLevel` to: (default: `info`) |
346 | 346 | | `fatal` | |
347 | 347 | | `dev` | |
348 | 348 |
|
349 | | -</details> |
| 349 | +</details |
350 | 350 |
|
351 | 351 | ## Contributing |
352 | 352 |
|
353 | 353 | Found a bug? Want to change or add something? |
354 | | -Feel free to open up an issue or create a Pull Request! |
| 354 | +Feel free to open up an [Issue](./issues) or create a [Pull Request](./pulls)! |
355 | 355 |
|
356 | 356 | ## Support |
357 | 357 |
|
358 | 358 | Has this Repo been helpful 👍️ to you? Then consider ⭐️'ing this Project. |
359 | 359 |
|
360 | 360 | :) |
361 | 361 |
|
| 362 | +## Help |
| 363 | + |
| 364 | +**Are you having Problems setting up Secured Signal API?** |
| 365 | +No worries check out the [Discussions](./discussions) Tab and ask for help. |
| 366 | + |
| 367 | +**We are all Volunteers**, so please be friendly and patient. |
| 368 | + |
362 | 369 | ## License |
363 | 370 |
|
364 | 371 | [MIT](https://choosealicense.com/licenses/mit/) |
|
0 commit comments