[PR #248] Make website portable using vite-envs plugin, bump node version in Dockerfiles & automatically build docker images #244

Open
opened 2026-02-27 04:59:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/248
Author: @MRDGH2821
Created: 2/19/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 080d15a fix: don't use cache
  • 1cda8a5 style: format files
  • 9448f1b Merge remote-tracking branch 'upstream/main' into guyzyl-main
  • 8aa3144 Revert "Merge remote-tracking branch 'upstream/main' into guyzyl-main"
  • d4444e1 chore: merge pull request #8 from MRDGH2821/guyzyl-main

📊 Changes

44 files changed (+3704 additions, -3342 deletions)

View changed files

📝 .dockerignore (+1 -0)
.github/FUNDING.yml (+2 -0)
📝 .github/dependabot.yml (+7 -7)
.github/workflows/build-image.yml (+74 -0)
.prettierignore (+2 -0)
.prettierrc.json (+18 -0)
.vscode/settings.json (+4 -0)
📝 .vscode/tasks.json (+10 -5)
📝 Dockerfile (+52 -29)
📝 LICENSE (+2 -2)
📝 README.md (+26 -8)
📝 assets/entrypoint.sh (+1 -1)
assets/healthcheck.sh (+19 -0)
docker-compose.yml (+45 -0)
📝 server/Dockerfile (+39 -24)
server/docker-compose.yml (+15 -0)
📝 server/main.ts (+6 -6)
📝 server/package-lock.json (+1962 -1959)
📝 server/package.json (+41 -18)
📝 server/routes/api.ts (+28 -12)

...and 24 more files

📄 Description

Hopefully fixes - https://github.com/guyzyl/whatsapp-contact-sync/pull/214#issuecomment-3831984387


🔄 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/guyzyl/whatsapp-contact-sync/pull/248 **Author:** [@MRDGH2821](https://github.com/MRDGH2821) **Created:** 2/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`080d15a`](https://github.com/guyzyl/whatsapp-contact-sync/commit/080d15aa9fbacaced1652ea4ab2a3d12d58030d3) fix: don't use cache - [`1cda8a5`](https://github.com/guyzyl/whatsapp-contact-sync/commit/1cda8a54317575cc8ec6088daa9d021b06827138) style: format files - [`9448f1b`](https://github.com/guyzyl/whatsapp-contact-sync/commit/9448f1bc3081101a7d9e226df03a3dd2a2fdbba8) Merge remote-tracking branch 'upstream/main' into guyzyl-main - [`8aa3144`](https://github.com/guyzyl/whatsapp-contact-sync/commit/8aa3144344cd643247cf70d2e7922bfad7d2fc97) Revert "Merge remote-tracking branch 'upstream/main' into guyzyl-main" - [`d4444e1`](https://github.com/guyzyl/whatsapp-contact-sync/commit/d4444e167f12ceacf3358c712ce30add16775e7f) chore: merge pull request #8 from MRDGH2821/guyzyl-main ### 📊 Changes **44 files changed** (+3704 additions, -3342 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -0) ➕ `.github/FUNDING.yml` (+2 -0) 📝 `.github/dependabot.yml` (+7 -7) ➕ `.github/workflows/build-image.yml` (+74 -0) ➕ `.prettierignore` (+2 -0) ➕ `.prettierrc.json` (+18 -0) ➕ `.vscode/settings.json` (+4 -0) 📝 `.vscode/tasks.json` (+10 -5) 📝 `Dockerfile` (+52 -29) 📝 `LICENSE` (+2 -2) 📝 `README.md` (+26 -8) 📝 `assets/entrypoint.sh` (+1 -1) ➕ `assets/healthcheck.sh` (+19 -0) ➕ `docker-compose.yml` (+45 -0) 📝 `server/Dockerfile` (+39 -24) ➕ `server/docker-compose.yml` (+15 -0) 📝 `server/main.ts` (+6 -6) 📝 `server/package-lock.json` (+1962 -1959) 📝 `server/package.json` (+41 -18) 📝 `server/routes/api.ts` (+28 -12) _...and 24 more files_ </details> ### 📄 Description Hopefully fixes - https://github.com/guyzyl/whatsapp-contact-sync/pull/214#issuecomment-3831984387 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/whatsapp-contact-sync#244
No description provided.