Free open source accounting app for French LMNP landlords (Airbnb) — self-hosted, Laravel
3.6K
Free, open source accounting app for French LMNP landlords (furnished rentals — Airbnb, Booking…). Self-hosted: your accounting, personal and tax data never leave your server.
Built with Laravel + Filament. SQLite embedded — no external database required.
docker run -d --name openlmnp -p 8090:8000 \
-v openlmnp-database:/var/www/html/database \
-v openlmnp-storage:/var/www/html/storage \
--restart unless-stopped manganate06/openlmnp:latest
Open http://localhost:8090 and create your account — the first account becomes
admin, then registration closes automatically (ALLOW_REGISTRATION=auto).
| Tag | Meaning |
|---|---|
latest | latest stable release |
1.1.1, 1.1 | semver pinning |
Multi-arch: linux/amd64 and linux/arm64 (Raspberry Pi friendly).
| Container path | Purpose |
|---|---|
/var/www/html/database | SQLite database |
/var/www/html/storage | uploaded receipts, logs, instance app key |
A unique APP_KEY is generated on first start and persisted in the storage
volume (or set your own with -e APP_KEY=…). Backing up = copying these two volumes.
Common env vars: APP_URL, ALLOW_REGISTRATION (auto/true/false), MAIL_*
(SMTP for password resets), TELEMETRY_ENABLED=false to opt out of the anonymous
daily check-in (random UUID + version, nothing else). Full reference:
installation guide.
License: AGPL-3.0 · Interface in French (the target audience files French taxes 🇫🇷)
Content type
Image
Digest
sha256:86210e6e1…
Size
65.3 MB
Last updated
about 16 hours ago
docker pull manganate06/openlmnp