Getting Started¶
Dester is a powerful and lightweight media solution to interface your movie and TV libraries in a goddamn gorgeous way.
Check out the sidebar on the left to go through deployment instructions, view screenshots, or meet the Dester team!
Requirements¶
-
An account on Heroku / VPS to host your Dester instance.
-
MongoDB account to store metadata and user information.
-
Finally your media library which has your movies/shows stored either locally or on cloud.
Environment Variables¶
MONGODB_DOMAIN
: a MongoDB cluster domain
Example: cluster.fe43d.mongodb.net
MONGODB_USERNAME
: a username for a MongoDB admin user that has access to the cluster inputted in the MONGODB_DOMAIN
Example: dester
MONGODB_PASSWORD
: a password for a MongoDB admin user that has access to the cluster inputted in the MONGODB_DOMAIN
Example: P@ssword123
Created: July 24, 2022 11:53:04