A simple way to keep track of movies and tv shows
If you're planning on serving this over the internet you should be using some sort of authentication mechanism like authelia or keycloak.
Feature | Status |
---|---|
Creating entries | Yes |
Editing entries | Yes |
Deleting entries | Will add later |
Sorting entries | Yes (Current state is a bit buggy) |
Static read only site running on a different port | Will add later |
Mobile device support | Yes |
TMDB API integration | Yes |
anilist.co API integration | Will add later |
Logging | Will add later |
Authentication | No |
API | Will add later |
Docker dev environment | Will add later |
CI and Releases | Will add later |
Read more here
DATABASE=maltslist-sample.sqlite3
TMDB_API_KEY=tokengoeshere
TMDB_INCLUDE_ADULT=true
chown -R 65534:65534 db
docker compose build
docker compose up -d
- If every list type isn't populated sorting might not work properly