
Photoview
Photo gallery for self-hosted personal servers.
Official integration
Created - Last update
Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high-resolution photos. You configure Photoview to look for photos and videos within a directory on your file system. The scanner automatically picks up your media and start to generate thumbnail images to make browsing super fast. When your media has been scanned they show up on the website, organised in the same way as on the filesystem.
Deployed services
photoview-mariadb
mariadb:$$cap_mariadb_version
- photoview-mariadb-data:/var/lib/mysql
4
photoview
viktorstrate/photoview:$$cap_photoview_version
- photoview-media-cache:/app/cache
- $$cap_photos_path:/photos
6
Variables
Photoview Version
Default: 2.3.9
$$cap_photoview_versionCheck out their docker page for the valid tags https://hub.docker.com/r/viktorstrate/photoview/tags
Location of your photos
Default: undefined
$$cap_photos_pathChange this to the directory where your photos are located on your server.
Mapbox Token (Optional)
Default: undefined
$$cap_mapbox_tokenTo enable map related features, you need to create a mapbox token. A token can be generated for free here https://account.mapbox.com/access-tokens/ It's a good idea to limit the scope of the token to your own domain, to prevent others from using it. Leave empty to disable map related features.
MariaDB Version
Default: 10.5
$$cap_mariadb_versionCheck out their docker page for the valid tags https://hub.docker.com/r/library/mariadb/tags
MariaDB Database
Default: photoview
$$cap_mariadb_dbName of the Database used by Photoview
MariaDB Username
Default: photoview
$$cap_mariadb_userUsername for the Database used by Photoview
MariaDB Password
Default: $$cap_gen_random_hex(16)
$$cap_mariadb_passPassword for the Database used by Photoview
