Q: How to configure Gallery to be accessible via Internet (Hostname or fix IP) or LAN (fix IP)?
e.g. Assumed that network and internet connections have been configured properly Internet (Hostname or fix IP) or LAN (fix IP): https://www.url.com
sudo cp /etc/gallery/config.php /etc/gallery/config.php_backup sudo gedit /etc/gallery/config.php
... $gallery->app->photoAlbumURL = "https://localhost/gallery"; $gallery->app->albumDirURL = "https://localhost/albums"; ...
$gallery->app->photoAlbumURL = "https://www.url.com/gallery"; $gallery->app->albumDirURL = "https://www.url.com/albums";