Skip to content

Releases: EvilBob01/drop

Drop OSS v0.4.0 — 360pc Build 1

Choose a tag to compare

@EvilBob01 EvilBob01 released this 08 Jul 01:12

Drop OSS 0.4.0 — 360pc Native Build

Fork of Drop-OSS/drop patched for native Debian deployment — no Docker required.

Install

apt-get install -y postgresql nginx nodejs
dpkg -i drop-oss_0.4.0-360pc1_amd64.deb
cp /opt/drop/app/.env.example /opt/drop/app/.env
# Edit .env then:
systemctl start drop

See INSTALL.md for the full guide.

What's in this build

  • Native systemd service (no Docker)
  • Tailwind CSS pre-generation fix for Nuxt SSR builds
  • PCGamingWiki image proxy fix (browser User-Agent headers)
  • Game name normaliser — strips FitGirl/GOG/TENOKE tags and dot-separators before metadata search
  • Auto-batch import endpoint for bulk library ingestion
  • Image carousel populated from Steam/PCGamingWiki screenshots
  • Cherry-picked upstream bug fixes: SSR auth headers, admin mobile layout, library source deletion

Based on

  • Upstream: Drop-OSS/drop v0.4.0 (June 29, 2026)
  • Platform: Debian 12/13 amd64
  • Node.js 22, PostgreSQL 15+, Rust nightly