|
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"> |
@@ -491,19 +491,26 @@ To change the Log Level set `logLevel` to: (default: `info`) |
491 | 491 | | `fatal` | |
492 | 492 | | `dev` | |
493 | 493 |
|
494 | | -</details> |
| 494 | +</details |
495 | 495 |
|
496 | 496 | ## Contributing |
497 | 497 |
|
498 | 498 | Found a bug? Want to change or add something? |
499 | | -Feel free to open up an issue or create a Pull Request! |
| 499 | +Feel free to open up an [Issue](./issues) or create a [Pull Request](./pulls)! |
500 | 500 |
|
501 | 501 | ## Support |
502 | 502 |
|
503 | 503 | Has this Repo been helpful 👍️ to you? Then consider ⭐️'ing this Project. |
504 | 504 |
|
505 | 505 | :) |
506 | 506 |
|
| 507 | +## Help |
| 508 | + |
| 509 | +**Are you having Problems setting up Secured Signal API?** |
| 510 | +No worries check out the [Discussions](./discussions) Tab and ask for help. |
| 511 | + |
| 512 | +**We are all Volunteers**, so please be friendly and patient. |
| 513 | + |
507 | 514 | ## License |
508 | 515 |
|
509 | 516 | [MIT](https://choosealicense.com/licenses/mit/) |
|
0 commit comments