24564d6c3585b34b4378225eb1bb72ec84fc8c09
Photo Request Service
Single-container upload request service for photoreq.mokaya.org.
Run
sudo ./build.sh
sudo ./run.sh
Stop
sudo ./stop.sh
Continuous Deployment
cd-watch.sh checks origin/main and runs deploy.sh when the remote revision changes.
sudo ./cd-watch.sh
The server cron runs this once per minute.
Paths
- App:
/volume2/homes/whitekomani/photo-request-service - Config:
.env - DB:
data/db.json - Deploy log:
data/deploy.log - Uploads:
/volume2/AKA Drive/사진 받기 - Upload page template:
src/public/upload.html - Upload page style:
src/public/upload.css - Upload page images:
src/public/wedding-gate-bg.png,src/public/wedding-couple.png - Optional thank-you illustration:
src/public/wedding-thanks-couple.png
Each request creates its own folder under the upload directory.
Description
Languages
JavaScript
56.7%
CSS
22%
HTML
16.3%
Shell
4.6%
Dockerfile
0.4%