Popularity
1.9
Growing
Activity
3.2
-
67
8
11

Description

novaGallery is a free PHP image gallery that works right out of the box and looks beautiful. Modern, mobile-friendly responsive design, uncomplicated management for your images and beautiful presentation in the web. It's very easy to set up and does not require a database (flat file). Automatic thumbnails are generated and for fast performance novaGallery has a simple but effective caching mechanism. Images can be managed in sub-albums for optimal sorting. Thus, even a large stock of photos, can be presented nicely and clearly. To keep the photos private and show them only to selected people, the entire PHP photo gallery can be protected with a password (private mode).

The usage is really easy. Upload images via regular ways (e.g. via FTP) to the web server and novaGallery automatically creates albums & thumbnails.

The image gallery already contains a theme/template, which is best designed for focusing and presenting photos. It's easy to create an own theme.

Programming language: PHP
License: GNU Affero General Public License v3.0
Tags: Images     Image Hosting     Photo and Video Galleries     Photo     Gallery    

novaGallery alternatives and similar software solutions

Based on the "Photo and Video Galleries" category.
Alternatively, view novagallery alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of novaGallery or a related project?

Add another 'Photo and Video Galleries' Software solution

README

novaGallery

novaGallery is a beautiful php image gallery with the focus on your images, trimmed for ease of use and low demands on web space. You just need a webserver with PHP 7.X support. No database is required. Simple to use, easy customizable and beautiful.

Official Product Page: novaGallery.org

Features

Overview

  • Albums: Directories are rendered as albums
  • Sub-Albums: Can be used for more detailed organisation
  • Preview images for albums: Automatically generate an album preview image
  • Photo overview: All photos are displayed sorted by creation date or name
  • Lightbox: View your photos in large format, hiding everything that is distracting
  • Slideshow: All photos in an album, can be displayed and presented via click (or keyboard) in the lightbox view
  • Use your own upload method: Simply upload the photos into the gallery folder (e.g. via FTP) and the photos are already online
  • Thumbnails: Automatic generation of thumbnails
  • File compression: Photos with high file size, are automatically compressed with very little loss.
  • JPEG & PNG: JPG and PNG images are supported.
  • Custom Themes: With just a little knowledge of CSS and HTML, the look can be customized.
  • Languages: You can run the gallery in your langauage
  • Private Mode: You can set a password to protect your gallery from public access.

Screenshots

novaGallery Home novaGallery Album novaGallery Lightbox novaGallery Private Mode

Demo

Requirements

  • Apache web server or similar
  • Apache: enabled mod_rewrite and .htaccess support
  • Other webserver: Individual settings in config to route all requests throw index.php
  • PHP 7.X
  • PHP-GD Extension
  • PHP Exif Support

Setup

Installation

  • Download latest version: Download novaGallery (latest version)
  • Unzip files
  • Upload files to your webspace
  • Copy nova-config/site.example.php to nova-config/site.php
  • Edit the config in nova-config/site.php
  • Upload your photos into galleries
  • Enjoy your new photo gallery

Configuration

  • Every folder in galleries is a gallery
  • In nova-config/site.php you can change some basic informations, image sizes and cache settings
  • That's it :-)

Configuration for Installation in Subdir

  • Set RewriteBase in .htaccess (RewriteBase /subdir/)
  • Set url in nova-config/site.php with full subdir path

Manage Images

  • Add Photos: Just upload the new photo to the server into the correct album (e.g via FTP)
  • Delete a Photos: Just delete the photo at the server. To save web space it's recommended to delete the cached files also.
  • Delete an Album: Just delete the whole album (directory) at the server
  • Reset Cache: Every album has a cache directory. Just delete this directory.

Themes

  • Two basic themes are included: novagallery (default, dark) and novagallery-light
  • To change the theme, just change the theme name in config/site.php
  • Creating a new template is quite simple and works with basic PHP without any extra template engine.
  • To create a new template, the basic template (based on Bootstrap 4) can be duplicated, customized and activated in the settings.

Languages

  • Some populare languages are already added (English, German, Spanisch, French)
  • Set your language in nova-config/site.php
  • You can create easily your own language. Just copy one of the language files, translate it and save it with your language code
  • It would be nice, if you let us know if you created a new language file. Just send us a message or create a pull request.

Private Mode

  • In nova-config/site.php you can set a PHP password hash
  • The password hash has to be created with the standard PHP function password_hash()
  • If you can't generate a password hash by your own, you can use our password hash generator: Password Hash Generator

Nice to Know

  • Supported images: JPEG & PNG
  • At the first time an album is opened, the thumbnails are generated. This may take a little time. After that the cached images are used for each visit.
  • If you don't use an apache2 web server with .htaccess support (e.g. nginx), you have to set the required rewrite rules from the .htaccess file at the webserver config

Troubleshooting

  • If thumbnails and images are not generated, in most cases it's missing mod_rewrite or htacces support

Support

Support Development: Pro Version without contribution

  • To support the development you can buy the Pro version for only $15. This contains exactly the same features as the free version but the mention of "powerd by novaGallery" in the footer is no longer required. In addition, every Pro Version user has the possibility to receive personal support via email.
  • Get the Pro Version: Buy novaGallery Pro Version

Contribution

We are open to ideas, improvements and bug fixes. Just create a pull request with your improvements and optimizations. If everything is okay and it fits to our product vision, we will be pleased to merge it.

Used Packages

We are very grateful to the creators of the following great packages that we use for novaGallery:

Copyright & License

  • All rights reserved by novafacile OƜ
  • License: GNU Affero General Public License (A-GPL 3.0)
  • To remove all public copyright & "powered by" mentions, you can purchase a life time license on novagallery.org for only 15,00 ā‚¬.


*Note that all licence references and agreements mentioned in the novaGallery README section above are relevant to that project's source code only.