A super-simple tracker of the places you've visited around the world, originally created when Wolpy stopped working. Places can be edited from .../edit
on your install - the username is admin
and the password configuration is described below.
All arguments are required if they do not have a default value listed below.
POSTGRES_CONNECTION_STRING
- Postgres connection string (see example below)ADMIN_PASSWORD
- admin password for editing (default: auto-generated password, logged on start up)
See podman-compose.yml for a working example.
This project sometimes serves as test-bed for technologies I'm considering for other projects, which is why it is somewhat over-engineered. Right now it is being used to test out Vite, SQLC, Protobuf, and others.