This repository was archived by the owner on Oct 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme-vars.yml
More file actions
68 lines (59 loc) · 2.56 KB
/
readme-vars.yml
File metadata and controls
68 lines (59 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
# project information
project_name: pixapop
project_url: "https://github.com/bierdok/pixapop"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is an open-source single page application to view your photos in the easiest way possible."
# deprecation information
project_deprecation_status: true
# 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/config", desc: "Stores config and logs for nginx base." }
- { vol_path: "/photos", vol_host_path: "/path/to/photos", desc: "Your local folder of photos." }
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
# optional container parameters
opt_param_usage_include_env: true
opt_param_env_vars:
- { env_var: "APP_USERNAME", env_value: "admin", desc: "Specify a username to enable authentication." }
- { env_var: "APP_PASSWORD", env_value: "admin", desc: "Specify a password to enable authentication." }
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: |
Any photos included in /photos will be presented as galleries split by month. Config settings are persistent and stored into /config.
# changelog
changelogs:
- { date: "14.10.22", desc: "Deprecate image." }
- { date: "17.12.20", desc: "Move image to main linuxserver repo, add notice to container log" }
- { date: "18.03.19", desc: "Update build dependencies" }
- { date: "18.03.19", desc: "Add build dependencies" }
- { date: "17.03.19", desc: "Initial release" }