mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 00:45:49 +03:00
[PR #44] [CLOSED] Docker support and API Key enabled. #82
Labels
No labels
bug
documentation
invalid
pull-request
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-gateway-mimamch#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mimamch/wa-gateway/pull/44
Author: @lojik-ng
Created: 12/13/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
d328763new file: Dockerfile📊 Changes
10 files changed (+3787 additions, -3573 deletions)
View changed files
➕
Dockerfile(+10 -0)📝
README.md(+37 -43)➕
docker-compose.yml(+11 -0)📝
package-lock.json(+3711 -487)➖
pnpm-lock.yaml(+0 -3030)📝
src/controllers/message.ts(+1 -5)📝
src/controllers/session.ts(+2 -5)📝
src/env.ts(+1 -1)📝
src/index.ts(+2 -0)📝
src/middlewares/key.middleware.ts(+12 -2)📄 Description
Docker support makes it easily deployable without nodejs installation and API Key makes it more secure when used over tunnels.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.