Form used to keep track of the fuel usage.
  • HTML 74.8%
  • JavaScript 24.1%
  • Dockerfile 1.1%
Find a file
2026-05-31 13:23:26 +02:00
public styled for Aeroklubben 2026-05-31 13:23:26 +02:00
src containerfile updated with environment; added edit/remove functionality 2026-05-31 13:15:27 +02:00
.containerignore first commit, working 2026-05-29 17:51:51 +02:00
.gitignore fixed absolute/relative URL for admin and added backup function via email 2026-05-31 12:56:35 +02:00
Containerfile containerfile updated with environment; added edit/remove functionality 2026-05-31 13:15:27 +02:00
fueling-station.container containerfile updated with environment; added edit/remove functionality 2026-05-31 13:15:27 +02:00
package-lock.json fixed absolute/relative URL for admin and added backup function via email 2026-05-31 12:56:35 +02:00
package.json fixed absolute/relative URL for admin and added backup function via email 2026-05-31 12:56:35 +02:00
README.md containerfile updated with environment; added edit/remove functionality 2026-05-31 13:15:27 +02:00
status_may_29.tar first commit, working 2026-05-29 17:51:51 +02:00

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