MinigalNano alternatives and similar software solutions
Based on the "Photo and Video Galleries" category.
Alternatively, view MinigalNano alternatives based on common mentions on social networks and blogs.
-
PhotoPrism
Personal photo management powered by Go and Google TensorFlow. Browse, organize, and share your personal photo collection, using the latest technologies to automatically tag and find pictures. -
Chevereto Free
A powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. -
Gallery CSS
Gallery.css is all CSS. Think: Simple, maintainable and understandable galleries without the use of Javascript. -
Photonix
A new web-based photo management application with object recognition, location awareness, color analysis and other ML algorithms. -
PiGallery 2
A directory-first photo gallery website, with a rich UI, optimised for running on low resource servers. -
Photoview
A simple and user-friendly Photo Gallery for personal servers. It is made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -
UberGallery
UberGallery is an easy to use, simple to manage, web photo gallery. UberGallery does not require a database and supports JPEG, GIF and PNG file types. Simply upload your images and UberGallery will automatically generate thumbnails and output HTML. -
Photato
A self-hosted photo gallery, accessible through a responsive WebUI. Directly uses and indexes a specific folder in the filesystem. -
Coppermine
Multilingual photo gallery that integrates with various bulletin boards. Includes upload approval and password protected albumns. -
Quru Image Server
High performance dynamically resizing image server offering directory based access control cropping, rotation, color management and other tools. -
Fussel
Fussel is a static photo gallery generator. Easily generate a reactive gallery and host the optimized static folder of assets. -
CumulusClips
Your own video sharing website with CumulusClips video sharing script. You can build a YouTube clone where users can upload, rate, comment on videos, and much more. -
Mediagoblin
A Free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. -
Damselfly
Server-based Digital Asset Management with workflow similar to Picasa.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of MinigalNano or a related project?
README
MinigalNano
MinigalNano is a very simple image gallery. It adheres to the KISS principle and is very easy to install. MinigalNano does not have a web admin interface: You just upload your images in the photo folder on your server (using FTP, SFTP...). It only requires php and GD (no database, no special libraries like PEAR or ImageMagick).
MinigalNano uses a javascript Lightbox (Use left/right arrows for navigation), but it degrades gracefully if javascript is disabled.
MinigalNano is based on Thomas Rybak's version which seems to have been abandonned in 2010. It adds new themes and icons, use more modern html/css, updates JS libs, and wants to be more community pull-friendly for the future.
Features
- Very simple media gallery
- Support for PNG, GIF, JPEG image formats
- Support for OGV ad WEBM video
- Javascript lightbox, degrades gracefull if JavaScript is disabled
Installation
- Requires
php
andphp5-gd
- Place all the files in a directory on your server.
- Customize options in
config.php
- Upload your photos to the
photos/
subdirectory.
Adding your photos
- Simply add your photos to the
photos
directory via FTP or SFTP. - You can create as many subdirectories as you want.
Adding a comment to a gallery
- Simple create
comment.html
in the gallery's folder.
Adding a comment to an image
- Create an html file. Filename must be the image filename plus
.html
. (eg.myimage.jpg
→myimage.jpg.html
) - The html file can contain:
- comment
- title::comment
Using a custom image for folders
- Create
folder.jpg
inside a folder: This image will be used as default image for folder.
Thumbnails
You do not have to care about thumbnails: They are automatically created in the thumbs
directory.
If some thumbnails are wrong, you can purge this directory: Thumbnails will be automatically re-created.
License
MinigalNano is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3 (https://gnu.org/licenses/agpl-3.0.txt).
Icons used are from the Nitrux project and licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives International 4.0 License (https://creativecommons.org/licenses/by-nc-nd/4.0/).
- [Project contributors](AUTHORS)
- Original discussion page (english)
- Original discussion page (french)
*Note that all licence references and agreements mentioned in the MinigalNano README section above
are relevant to that project's source code only.