Run google sheet cron job tasks
Find a file
Pakin 45b2470fb4
Some checks failed
CI for GGS-CRON / build-docker (push) Successful in 1m27s
CI for GGS-CRON / build-and-test (push) Has been cancelled
Add profile slot 17
- price times 4

Signed-off-by: Pakin <pakin.t@forth.co.th>
2025-11-17 11:15:19 +07:00
.forgejo/workflows Updated workflow 2025-08-11 17:42:31 +07:00
bin initialize 2025-08-06 16:01:57 +07:00
lib Add profile slot 17 2025-11-17 11:15:19 +07:00
plugins add NPROC for communication with updater 2025-09-02 17:47:30 +07:00
public add dashboard for testing 2025-08-11 17:38:45 +07:00
routes Fixed healthy route 2025-08-07 15:44:19 +07:00
views initialize 2025-08-06 16:01:57 +07:00
.dockerignore Create .env file before build image 2025-08-11 13:14:21 +07:00
.gitignore Clean Image 2025-08-11 12:41:28 +07:00
app.js Add profile slot 17 2025-11-17 11:15:19 +07:00
config.js Change port 2025-08-08 16:38:46 +07:00
cron-jobs.js initialize 2025-08-06 16:01:57 +07:00
docker-compose.yml Push new tag 2025-08-07 17:38:05 +07:00
Dockerfile Updated dockerfile 2025-08-11 14:05:13 +07:00
package-lock.json add NPROC for communication with updater 2025-09-02 17:47:30 +07:00
package.json add NPROC for communication with updater 2025-09-02 17:47:30 +07:00
README.md initialize 2025-08-06 16:01:57 +07:00
run.test.sh add NPROC for communication with updater 2025-09-02 17:47:30 +07:00

change directory: $ cd ./server

install dependencies: $ npm install

run the app: $ DEBUG=server:* PORT=36530 npm start