mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #214] [MERGED] Make website portable using vite-envs plugin, bump node version in Dockerfiles & automatically build docker images #220
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#220
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/214
Author: @MRDGH2821
Created: 7/20/2025
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @guyzyl
Base:
main← Head:main📝 Commits (10+)
1453247Fix typoc511c7bAdd docker compose filebcae223Use vite-envs plugin79ccc0dAdd docker compose files for individual servicesa08b5bbAdd project name4139033Merge remote-tracking branch 'upstream/main'20939bbUpdate node to latest LTS versions and add health checked1ff0aRemove redundant quotese88fda9Add image building workflowb2742b9Bump website package to 1.0.0📊 Changes
44 files changed (+3716 additions, -3334 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(+58 -25)📝
LICENSE(+2 -2)📝
README.md(+26 -8)📝
assets/entrypoint.sh(+1 -1)➕
assets/healthcheck.sh(+19 -0)➕
docker-compose.yml(+45 -0)📝
server/Dockerfile(+41 -21)➕
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
Tried and tested using local node version (v24.4.1) & docker container methods (which are using node-22).
This PR makes use of
vite-envsplugin, so no hardcoding of secrets required, just changing values in.envfile should work.Added docker-compose files for convenience.
Removed quotes from yaml files using
yamllint.Added GitHub action to automatically build & publish docker image.
Bumped version number to
v1.0.0& added description & funding. Also renamed package names.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.