linstrom/devserver
mstar 627926460c
All checks were successful
/ docker (push) Successful in 4m14s
Auth fetch verification (cavage) works now
- Verifying inbound requests signed with Cavage are now checked as
  expected
- Fixed a bug where the signature header is not generated correctly
- Extended config to include settings for what requests to verify
- Fixed new server in main not using internal port from config
2025-04-22 15:27:24 +02:00
..
.awsrc Move dev configs into separate dir 2024-11-21 13:37:39 +01:00
.gitignore Move dev configs into separate dir 2024-11-21 13:37:39 +01:00
docker-compose.yml Move dev configs into separate dir 2024-11-21 13:37:39 +01:00
garage.toml Move dev configs into separate dir 2024-11-21 13:37:39 +01:00
linstrom.toml Auth fetch verification (cavage) works now 2025-04-22 15:27:24 +02:00
README.md Move dev configs into separate dir 2024-11-21 13:37:39 +01:00

All services for running a Linstrom dev server can be found in the docker compose file

Garage (s3 provider) isn't fully setup in the compose file, see [https://garagehq.deuxfleurs.fr/documentation/quick-start/] for a guide on setting it up

If you don't want to install the garage app on your system, you can use the one in the container via docker exec -it devserver-s3-1 /garage <args>