No description
Find a file
2024-03-05 19:35:03 -03:00
.sqlx chore: update sqlx offline files (#28) 2023-08-05 01:09:11 -04:00
hooks chore: add git hooks (#35) 2023-11-18 21:39:42 -03:00
migrations Add optional URL field (#14) 2023-03-28 02:01:09 -03:00
src feat: use msgpack instead of json 2024-03-05 17:54:40 -03:00
static frontend 2024-03-05 19:35:03 -03:00
ts-client frontend 2024-03-05 19:35:03 -03:00
.dockerignore fix: docker build (#24) 2023-05-22 22:59:58 -04:00
.env Initial Commit 2022-07-18 01:26:35 -04:00
.gitignore chore: update rust version in docker to 1.71 (#29) 2023-08-06 01:20:53 -04:00
.hadolint.yaml fix: fix GMaps links and do some dependencies maintainance (#32) 2023-11-10 00:05:47 -03:00
.sqlfluff chore: add sqlfluff config (#36) 2023-11-20 23:47:10 -03:00
build.rs chore: add git hooks (#35) 2023-11-18 21:39:42 -03:00
Cargo.lock feat: use msgpack instead of json 2024-03-05 17:54:40 -03:00
Cargo.toml feat: use msgpack instead of json 2024-03-05 17:54:40 -03:00
CHANGELOG.md release: 0.2.3 (#38) 2024-01-19 18:30:46 -03:00
cliff.toml chore(changelog): update for 0.2.2 (#34) 2023-11-10 15:09:28 -03:00
docker-compose.yml chore: add docker-compose.yml file for testing (#25) 2023-06-08 22:06:05 -04:00
Dockerfile frontend 2024-03-05 19:35:03 -03:00
LICENSE Initial commit 2022-07-18 07:23:49 +02:00
README.md doc: Improve README.md (#39) 2024-01-19 18:38:21 -03:00

huellas

This service is backed by an Axum server and uses a raw Typescript front-end using Leaflet.js.

Migrations

We use the sqlx CLI to manage migrations. To create a new one run

cargo sqlx migrate add

Cross-architecture building

Images are built for arm64 on a juicier machine using

docker buildx build --platform=linux/arm64 . -t oolong.ludwig.dog/pitbuster/huellas:X.Y.Z