“Desktop Vacation is an application suite to manage your backgrounds with a cloud storage service and social options.”
Written by The Arduous Aaron, The Lucrative Lucas and The Rickety Ross
- We have a repo (with readmes and all) :)
- User friendly UI
- Ability to change background on supported platforms
- Customisable slideshow feature
- Organise backgrounds into galleries
- Very portable client-side database
- Sync backgrounds to the cloud
- Sync galleries to the cloud
- Image comparison to not store duplicates on server
- Share backgrounds across social groups
- Share backgrounds using links
- Share backgrounds peer to peer
cd client
npm install
npm run makeDb
cd ../server
npm install
cd ..
script/db/setup-mongo.sh <USERNAME> <PASSWORD> <SSL_CLI_PASSWORD> <SSL_SRV_PASSWORD>