Form used to keep track of the fuel usage.
- HTML 74.8%
- JavaScript 24.1%
- Dockerfile 1.1%
| public | ||
| src | ||
| .containerignore | ||
| .gitignore | ||
| Containerfile | ||
| fueling-station.container | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| status_may_29.tar | ||
Building
podman image build . -t akg/fuel-station:latest --dns=8.8.8.8 --network host
Running
podman run -d --rm -p 9197:3000 --name akg-fuel-station -v fuel-station_data:/data fuel-station:latest
Mail Backup Env.
SMTP_HOST=
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
SMTP_TO=
Develop
PORT=9196 npm --env-file=.env run start