[PR #44] [CLOSED] Docker support and API Key enabled. #82

Closed
opened 2026-02-27 10:24:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-gateway/pull/44
Author: @lojik-ng
Created: 12/13/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-gateway/pull/44 **Author:** [@lojik-ng](https://github.com/lojik-ng) **Created:** 12/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d328763`](https://github.com/mimamch/wa-gateway/commit/d3287632fdb6eb2f1f0c4aa655cc80d1adcd6b4c) new file: Dockerfile ### 📊 Changes **10 files changed** (+3787 additions, -3573 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Docker support makes it easily deployable without nodejs installation and API Key makes it more secure when used over tunnels. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:24:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-gateway-mimamch#82
No description provided.