Sign inSign up

tradmss/drimux

By tradmss

•Updated 3 months ago

Self-hosted personal inventory & finance PWA — offline-first, Rust + React.

Image
0

436

tradmss/drimux repository overview

Drimux

⁠Drimux

Self-hosted personal inventory and finance manager — offline-first PWA with Rust + SQLite.

GitHub: boubli/drimux⁠

docker pull tradmss/drimux:latest

⁠Quick start

services:
  drimux:
    image: tradmss/drimux:latest
    ports:
      - "3000:3000"
    environment:
      DRIMUX_JWT_SECRET: change-me-to-a-long-random-string
    volumes:
      - drimux_data:/data
    restart: unless-stopped

volumes:
  drimux_data:

Open http://localhost:3000/setup on first run to create your admin account.


⁠Volumes

PathPurpose
/dataSQLite database (drimux.db) and product image uploads

⁠Environment

VariableDefaultNotes
DRIMUX_JWT_SECRET(required)Set a strong secret in production
DRIMUX_PORT3000HTTP port inside the container

See the GitHub README⁠ for all options.


Tag summary

Content type

Image

Digest

sha256:536337a75…

Size

35 MB

Last updated

3 months ago

docker pull tradmss/drimux