зеркало из https://github.com/nextcloud/photos.git
albumsfavoritesgalleryhacktoberfestmedianextcloudnextcloud-appnextcloud-photosphoto-galleryphotospicture-gallerypicturesslideshowvuevuejs
b712f2cd5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com> |
||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
css | ||
cypress | ||
img | ||
js | ||
l10n | ||
lib | ||
screenshots | ||
src | ||
templates | ||
tests | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.l10nignore | ||
.npmignore | ||
.php-cs-fixer.dist.php | ||
COPYING | ||
Makefile | ||
README.md | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
cypress.config.js | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
psalm.xml | ||
stylelint.config.js | ||
webpack.js |
README.md
Nextcloud Photos
📸 Your memories under your control
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 your
apps
folder of your Nextcloud. - 👩💻 In a terminal, run the command
make dev-setup
to install the dependencies. - 🏗 Then to build the Javascript whenever you make changes, run
make 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 with
npm run lint:fix
.