You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/greetings.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ jobs:
8
8
steps:
9
9
- uses: actions/first-interaction@v1
10
10
with:
11
-
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
12
-
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-embystat/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
11
+
issue-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-embystat/blob/master/README.md) may have additional information. Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
12
+
pr-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-embystat/blob/master/README.md) may have additional information. Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-embystat/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
@@ -287,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
287
290
288
291
## Versions
289
292
293
+
***25.10.23:** - Deprecate image due to upstream app no longer being in active development per [this update](https://github.com/mregni/EmbyStat/pull/1933/files).
290
294
***03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
291
295
***11.06.22:** - Rebase to focal, update disable updates flag.
Copy file name to clipboardExpand all lines: readme-vars.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ available_architectures:
14
14
development_versions: false
15
15
development_versions_items:
16
16
- {tag: "latest", desc: "EmbyStat releases"}
17
+
18
+
# deprecation information
19
+
project_deprecation_status: true
20
+
project_deprecation_message: "Embystat (upstream project) is no longer actively developed."
21
+
17
22
# container parameters
18
23
common_param_env_vars_enabled: true
19
24
param_container_name: "{{ project_name }}"
@@ -38,6 +43,7 @@ app_setup_block: |
38
43
Access the webui at `<your-ip>:6555`. Follow the setup wizard on initial install. Then configure the required services.
39
44
# changelog
40
45
changelogs:
46
+
- {date: "25.10.23:", desc: "Deprecate image due to upstream app no longer being in active development per [this update](https://github.com/mregni/EmbyStat/pull/1933/files)."}
41
47
- {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
0 commit comments