Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit bc2bc35

Browse files
Bot Updating Templated Files
1 parent 01d6db5 commit bc2bc35

File tree

3 files changed

+15
-22
lines changed

3 files changed

+15
-22
lines changed

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ body:
5353
options:
5454
- x86-64
5555
- arm64
56-
- armhf
5756
validations:
5857
required: true
5958
- type: textarea

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The architectures supported by this image are:
5656
| :----: | :----: | ---- |
5757
| x86-64 || amd64-\<version tag\> |
5858
| arm64 || arm64v8-\<version tag\> |
59-
| armhf | | arm32v7-\<version tag\> |
59+
| armhf | | |
6060

6161
## Application Setup
6262

@@ -222,6 +222,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
222222

223223
## Versions
224224

225+
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
225226
* **11.06.22:** - Rebase to focal, update disable updates flag.
226227
* **08.04.20:** - Structural changes for beta18.
227228
* **04.12.19:** - Disable in app updates.

readme-vars.yml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,41 @@ project_url: "https://github.com/mregni/EmbyStat"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/embystat-logo.png"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9-
109
# supported architectures
1110
available_architectures:
12-
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
13-
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
14-
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
15-
11+
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
12+
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1613
# development version
1714
development_versions: false
1815
development_versions_items:
19-
- { tag: "latest", desc: "EmbyStat releases" }
20-
16+
- {tag: "latest", desc: "EmbyStat releases"}
2117
# container parameters
2218
common_param_env_vars_enabled: true
2319
param_container_name: "{{ project_name }}"
2420
param_usage_include_vols: true
2521
param_volumes:
26-
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." }
22+
- {vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files."}
2723
param_usage_include_ports: true
2824
param_ports:
29-
- { external_port: "6555", internal_port: "6555", port_desc: "web gui" }
25+
- {external_port: "6555", internal_port: "6555", port_desc: "web gui"}
3026
param_usage_include_env: true
3127
param_env_vars:
32-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
33-
28+
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
3429
# optional container parameters
3530
opt_param_usage_include_env: false
3631
opt_param_env_vars:
37-
- { env_var: "BASE_URL", env_value: "/embystat", desc: "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable." }
38-
32+
- {env_var: "BASE_URL", env_value: "/embystat", desc: "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable."}
3933
optional_block_1: false
4034
optional_block_1_items: ""
41-
4235
# application setup block
4336
app_setup_block_enabled: true
4437
app_setup_block: |
4538
Access the webui at `<your-ip>:6555`. Follow the setup wizard on initial install. Then configure the required services.
46-
4739
# changelog
4840
changelogs:
49-
- { date: "11.06.22:", desc: "Rebase to focal, update disable updates flag." }
50-
- { date: "08.04.20:", desc: "Structural changes for beta18." }
51-
- { date: "04.12.19:", desc: "Disable in app updates." }
52-
- { date: "12.11.19:", desc: "Multi-arch builds." }
53-
- { date: "10.09.19:", desc: "Initial Release." }
41+
- {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
42+
- {date: "11.06.22:", desc: "Rebase to focal, update disable updates flag."}
43+
- {date: "08.04.20:", desc: "Structural changes for beta18."}
44+
- {date: "04.12.19:", desc: "Disable in app updates."}
45+
- {date: "12.11.19:", desc: "Multi-arch builds."}
46+
- {date: "10.09.19:", desc: "Initial Release."}

0 commit comments

Comments
 (0)