Like Goodreads but for couch potatoes
ScreenJournal lets you rate movies you've seen and share movie recommendations with friends.
ScreenJournal is in pre-alpha state and is not yet documented for other people to use it. If you can figure out how to use it, you're welcome to play around. I'm planning to get it to the point where it's useful to others soon.
Flag | Meaning | Default Value |
---|---|---|
-db |
Path to SQLite database | "data/store.db" |
Environment Variable | Meaning |
---|---|
PORT |
TCP port on which to listen for HTTP connections (defaults to 3001). |
SJ_TMDB_API |
(required) API key for TMDB. You can obtain a free key at TMDB. |
SJ_BEHIND_PROXY |
(optional) Set to "true" to improve logging when ScreenJournal is running behind a reverse proxy. |
SJ_SMTP_HOST |
(optional) Hostname of SMTP server to send notifications. |
SJ_SMTP_PORT |
(optional) Port of SMTP server to send notifications. |
SJ_SMTP_USERNAME |
(optional) Username for SMTP server to send notifications. |
SJ_SMTP_PASSWORD |
(optional) Password for SMTP server to send notifications. |
SJ_BASE_URL |
(optional) Base URL of ScreenJournal server (only used for notifications). |