-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
readme-vars.yml
52 lines (51 loc) · 2.93 KB
/
readme-vars.yml
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
---
# project information
project_name: htpcmanager
project_url: "https://github.com/HTPC-Manager/HTPC-Manager"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/htpcmanager-icon.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a front end for many htpc related applications."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# container parameters
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
param_usage_include_ports: true
param_ports:
- {external_port: "8085", internal_port: "8085", port_desc: "Application WebUI"}
# application setup block
app_setup_block_enabled: true
app_setup_block: "The webui is found at port 8085. Smartmontools and psutil have not been included, you can safely ignore the warning error in the log."
# changelog
changelogs:
- {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
- {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18."}
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
- {date: "24.08.22:", desc: "Rebase to alpine 3.15, use linuxserver.io wheel repo."}
- {date: "08.04.21:", desc: "Fix build."}
- {date: "10.02.21:", desc: "Rebasing to alpine 3.13."}
- {date: "26.10.20:", desc: "Rebase to alpine 3.12, python3, change upstream project"}
- {date: "19.12.19:", desc: "Rebasing to alpine 3.11."}
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10."}
- {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: "17.08.18:", desc: "Rebase to alpine 3.8."}
- {date: "12.12.17:", desc: "Rebase to alpine 3.7."}
- {date: "20.07.17:", desc: "Internal git pull instead of at runtime."}
- {date: "25.05.17:", desc: "Rebase to alpine 3.6."}
- {date: "07.02.17:", desc: "Rebase to alpine 3.5."}
- {date: "14.10.16:", desc: "Add version layer information."}
- {date: "26.09.16:", desc: "Add back cherrypy after removal from baseimage."}
- {date: "10.09.16:", desc: "Add layer badges to README."}
- {date: "28.08.16:", desc: "Add badges to README."}
- {date: "08.08.16:", desc: "Rebase to alpine linux."}
- {date: "14.01.15:", desc: "Remove hardcoded loglevel from the run command, set in webui"}
- {date: "19.09.15:", desc: "Initial Release."}