Q: How to configure Gallery to be accessible via LAN (dynamic IP)?
e.g. Assumed that network connections have been configured properly LAN (dynamic IP): 192.168.0.1
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 = "/gallery"; $gallery->app->albumDirURL = "/albums";