No description
- Rust 50.6%
- Svelte 29.5%
- CSS 6.6%
- Shell 6.3%
- TypeScript 5.7%
- Other 1.3%
| backend | ||
| docs | ||
| frontend | ||
| infra | ||
| mk | ||
| .gitignore | ||
| CONVENTIONS.md | ||
| date_taken | ||
| Dockerfile | ||
| README.md | ||
| TODO.md | ||
| todo.md | ||
Label addict
An addictive photo labeling app.
The idea is to get you to be addicted to labeling your photos.
Docker state
./mk/runand./mk/run-devexpect a host state directory argument.- That directory is bind-mounted into the container at
/app/state. - The app database in the container is always configured as
/app/state/label-addict.sqlite3. - Derived media also lives beside it on the host under
/app/state/derived-media. - The run scripts now fail fast unless the container is actually using that bind mount and the SQLite file appears on the host.