1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- ---
- # project information
- project_name: photoshow
- project_url: "https://github.com/thibaud-rohmer/PhotoShow"
- project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png"
- project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is gallery software at its easiest, it doesn't even require a database."
- project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
- project_blurb_optional_extras_enabled: false
- # supported architectures
- available_architectures:
- - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
- # development version
- development_versions: false
- # container parameters
- common_param_env_vars_enabled: true
- param_container_name: "{{ project_name }}"
- param_usage_include_net: false
- param_usage_include_env: true
- param_env_vars:
- - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
- param_usage_include_vols: true
- param_volumes:
- - { vol_path: "/config", vol_host_path: "<path to data>", desc: "Stores config and logs for nginx base." }
- - { vol_path: "/Pictures:ro", vol_host_path: "<path to pictures>", desc: "Your local folder of photos you wish to share." }
- - { vol_path: "/Thumbs", vol_host_path: "<path to store thumbs>", desc: "Local folder to store thumbnails of your images." }
- param_usage_include_ports: true
- param_ports:
- - { external_port: "80", internal_port: "80", port_desc: "WebUI" }
- param_device_map: false
- cap_add_param: false
- # optional container parameters
- opt_param_usage_include_env: false
- opt_param_usage_include_vols: false
- opt_param_usage_include_ports: false
- opt_param_device_map: false
- opt_cap_add_param: false
- optional_block_1: false
- # application setup block
- app_setup_block_enabled: true
- app_setup_block: |
- On first run create an admin account, any folder and its subfolders that you map to /Pictures will be presented as a webgallery. Config settings are persistent and stored as a subfolder of the /Thumbs mapping.
- # changelog
- changelogs:
- - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- - { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- - { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
- - { date: "05.09.18:", desc: "Rebase to alpine 3.8." }
- - { date: "07.01.18:", desc: "Rebase to alpine 3.7." }
- - { date: "25.05.17:", desc: "Rebase to alpine 3.6." }
- - { date: "03.05.17:", desc: "Use repo pinning to better solve dependencies, use repo version of php7-imagick." }
- - { date: "14.02.17:", desc: "Rebase to alpine 3.5." }
- - { date: "14.10.16:", desc: "Add version layer information." }
- - { date: "30.09.16:", desc: "Rebase to alpine linux." }
- - { date: "11.09.16:", desc: "Add layer badges to README." }
- - { date: "21.08.15:", desc: "Use patched keybaord js from fork of photoshow." }
- - { date: "21.08.15:", desc: "Initial Release." }
|