Nextcloud Photos
Why is this so awesome?
📸 Beautiful Photo and Video Timeline⭐ Favorites and Tagging: Favorite and tag your photos!- Slideshow and easy sharing: Show slideshows and share your photos or albums easily
- Albums: Create albums from your contents
🚀 Installation
In your Nextcloud, simply enable the Photos app through the Apps management. The Nextcloud Photos app is only included in nextcloud v18 and higher.
Consider installing the preview generator for pre-generating thumbnails.
Mobile Photos
Use the Android/iOS App to view your photos. It's possible to auto-upload them.
Maintainers
If you'd like to join, just go through the issues list and fix some!
🏗 Development setup
☁ Clone this into yourapps
folder of your Nextcloud.👩💻 In a terminal, run the commandmake dev-setup
to install the dependencies.🏗 Then to build the Javascript whenever you make changes, runmake build-js
. To create a pull request usemake build-js-production
. Watch changes with:make watch-js
.✅ Enable the app through the app management of your Nextcloud.🎉 Partytime!💻 Fix easily linting issues withnpm run lint:fix
.