mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[PR #248] Make website portable using vite-envs plugin, bump node version in Dockerfiles & automatically build docker images #244
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#244
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/guyzyl/whatsapp-contact-sync/pull/248
Author: @MRDGH2821
Created: 2/19/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (5)
080d15afix: don't use cache1cda8a5style: format files9448f1bMerge remote-tracking branch 'upstream/main' into guyzyl-main8aa3144Revert "Merge remote-tracking branch 'upstream/main' into guyzyl-main"d4444e1chore: 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.