Modrinth/apps/daedalus_client
Alejandro González 6caf794ae1
dist(docker): add curl package to Labrinth image, some other minor tweaks (#3915)
* dist(docker): add `.dockerignore` as symlink to `.gitignore`

This ensures that no files outside of version control are transferred to
the Docker build context for Labrinth and Daedalus images, which
significantly improves build speed (if a `target` directory is already
present) and build reproducibility.

* chore(dist/docker): simplify out unneeeded statements, move `SQLX_OFFLINE` env var setting to build command itself

The latter approach ensures that developers building the image locally
don't forget to set `SQLX_OFFLINE`, too.

* dist(docker): add `curl` package to Labrinth image
2025-07-08 19:22:15 +00:00
..
2024-12-11 19:54:18 -08:00
2024-12-11 19:54:18 -08:00
2024-10-19 14:40:58 -07:00
2024-12-11 19:54:18 -08:00

Daedalus

Daedalus is a powerful tool which queries and generates metadata for the Minecraft (and other games in the future!) game and mod loaders for:

  • Performance (Serving static files can be easily cached and is extremely quick)
  • Ease for Launcher Devs (Metadata is served in an easy to query and use format)
  • Reliability (Provides a versioning system which ensures no breakage with updates)

Daedalus supports the original Minecraft data and reposting for the Forge, Fabric, Quilt, and NeoForge loaders.