mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-04-14 14:22:26 +09:00
Compare commits
61 Commits
developmen
...
js-882cd13
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67e1afa136 | ||
|
|
c3f32495f0 | ||
|
|
01e3907bf4 | ||
|
|
078e14b364 | ||
|
|
5be9ac628e | ||
|
|
4affd0d62c | ||
|
|
335bcf8341 | ||
|
|
9d6a33a016 | ||
|
|
ec7a36b9f3 | ||
|
|
74bd847b3d | ||
|
|
41aa6f10b3 | ||
|
|
d457f2be3f | ||
|
|
3e30842078 | ||
|
|
069e3aa6d1 | ||
|
|
ccbb8d8dc0 | ||
|
|
2ab82cba59 | ||
|
|
91583d6728 | ||
|
|
6e19a94f0f | ||
|
|
1b68b9036b | ||
|
|
2111014149 | ||
|
|
2ddc260e34 | ||
|
|
02dcbde116 | ||
|
|
f32bc7b0b3 | ||
|
|
3c321e2dc0 | ||
|
|
d78a0a9cbd | ||
|
|
5ef18187f9 | ||
|
|
48fe16b9fe | ||
|
|
3ca9e7e601 | ||
|
|
f6439f3f18 | ||
|
|
b2acea71de | ||
|
|
7e152e0aa3 | ||
|
|
67c8e3b1ab | ||
|
|
367a8fce2e | ||
|
|
198df0f24c | ||
|
|
e6fc9f23f5 | ||
|
|
81194dfc68 | ||
|
|
6a0c2c80eb | ||
|
|
c2143f0bba | ||
|
|
288a503f60 | ||
|
|
ee2af604e8 | ||
|
|
1c25f645f9 | ||
|
|
aabb572def | ||
|
|
3849c6174d | ||
|
|
120996c9e9 | ||
|
|
497627bf1f | ||
|
|
c5600a4a45 | ||
|
|
e972541171 | ||
|
|
7ffefd21e1 | ||
|
|
f6504b0eeb | ||
|
|
88d1c5e306 | ||
|
|
22f2e1e4e6 | ||
|
|
f2087a0f85 | ||
|
|
1a85f2a67a | ||
|
|
5d1520a133 | ||
|
|
675633a635 | ||
|
|
047515ff2d | ||
|
|
3f01055d3b | ||
|
|
da45adac0b | ||
|
|
c9751a38e9 | ||
|
|
71af7141d3 | ||
|
|
2425513f79 |
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@@ -24,7 +24,7 @@
|
|||||||
## Readme
|
## Readme
|
||||||
|
|
||||||
If you would like to change our readme, please __**do not**__ directly edit the readme, as it is auto-generated on each commit.
|
If you would like to change our readme, please __**do not**__ directly edit the readme, as it is auto-generated on each commit.
|
||||||
Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-heimdall/edit/development/readme-vars.yml).
|
Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-heimdall/edit/js/readme-vars.yml).
|
||||||
|
|
||||||
These variables are used in a template for our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) as part of an ansible play.
|
These variables are used in a template for our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) as part of an ansible play.
|
||||||
Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-heimdall)
|
Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-heimdall)
|
||||||
@@ -115,7 +115,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Update the changelog
|
## Update the changelog
|
||||||
|
|
||||||
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-heimdall/tree/development/root), add an entry to the changelog
|
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-heimdall/tree/js/root), add an entry to the changelog
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
changelogs:
|
changelogs:
|
||||||
|
|||||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
- [ ] I have read the [contributing](https://github.com/linuxserver/docker-heimdall/blob/development/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
|
- [ ] I have read the [contributing](https://github.com/linuxserver/docker-heimdall/blob/js/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
|
||||||
|
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|||||||
12
.github/workflows/call_invalid_helper.yml
vendored
12
.github/workflows/call_invalid_helper.yml
vendored
@@ -1,12 +0,0 @@
|
|||||||
name: Comment on invalid interaction
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types:
|
|
||||||
- labeled
|
|
||||||
jobs:
|
|
||||||
add-comment-on-invalid:
|
|
||||||
if: github.event.label.name == 'invalid'
|
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
|
|
||||||
secrets: inherit
|
|
||||||
14
.github/workflows/call_issue_pr_tracker.yml
vendored
Executable file
14
.github/workflows/call_issue_pr_tracker.yml
vendored
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
name: Issue & PR Tracker
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened,reopened,labeled,unlabeled]
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
manage-project:
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
|
||||||
|
secrets: inherit
|
||||||
13
.github/workflows/call_issues_cron.yml
vendored
Executable file
13
.github/workflows/call_issues_cron.yml
vendored
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Mark stale issues and pull requests
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '14 15 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
||||||
|
secrets: inherit
|
||||||
24
.github/workflows/external_trigger.yml
vendored
24
.github/workflows/external_trigger.yml
vendored
@@ -4,24 +4,24 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
external-trigger-development:
|
external-trigger-js:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3.1.0
|
||||||
|
|
||||||
- name: External Trigger
|
- name: External Trigger
|
||||||
if: github.ref == 'refs/heads/development'
|
if: github.ref == 'refs/heads/js'
|
||||||
run: |
|
run: |
|
||||||
if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_HEIMDALL_DEVELOPMENT }}" ]; then
|
if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_HEIMDALL_JS }}" ]; then
|
||||||
echo "**** Github secret PAUSE_EXTERNAL_TRIGGER_HEIMDALL_DEVELOPMENT is set; skipping trigger. ****"
|
echo "**** Github secret PAUSE_EXTERNAL_TRIGGER_HEIMDALL_JS is set; skipping trigger. ****"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "**** External trigger running off of development branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_HEIMDALL_DEVELOPMENT\". ****"
|
echo "**** External trigger running off of js branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_HEIMDALL_JS\". ****"
|
||||||
echo "**** Retrieving external version ****"
|
echo "**** Retrieving external version ****"
|
||||||
EXT_RELEASE=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/2.x" | jq -r '. | .sha' | cut -c1-8)
|
EXT_RELEASE=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" | jq -r '. | .sha' | cut -c1-8)
|
||||||
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
|
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
|
||||||
echo "**** Can't retrieve external version, exiting ****"
|
echo "**** Can't retrieve external version, exiting ****"
|
||||||
FAILURE_REASON="Can't retrieve external version for heimdall branch development"
|
FAILURE_REASON="Can't retrieve external version for heimdall branch js"
|
||||||
GHA_TRIGGER_URL="https://github.com/linuxserver/docker-heimdall/actions/runs/${{ github.run_id }}"
|
GHA_TRIGGER_URL="https://github.com/linuxserver/docker-heimdall/actions/runs/${{ github.run_id }}"
|
||||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680,
|
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680,
|
||||||
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n**Trigger URL:** '"${GHA_TRIGGER_URL}"' \n"}],
|
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n**Trigger URL:** '"${GHA_TRIGGER_URL}"' \n"}],
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
echo "**** External version: ${EXT_RELEASE} ****"
|
echo "**** External version: ${EXT_RELEASE} ****"
|
||||||
echo "**** Retrieving last pushed version ****"
|
echo "**** Retrieving last pushed version ****"
|
||||||
image="linuxserver/heimdall"
|
image="linuxserver/heimdall"
|
||||||
tag="development"
|
tag="js"
|
||||||
token=$(curl -sX GET \
|
token=$(curl -sX GET \
|
||||||
"https://ghcr.io/token?scope=repository%3Alinuxserver%2Fheimdall%3Apull" \
|
"https://ghcr.io/token?scope=repository%3Alinuxserver%2Fheimdall%3Apull" \
|
||||||
| jq -r '.token')
|
| jq -r '.token')
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
|
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
|
||||||
if [ -z "${IMAGE_VERSION}" ]; then
|
if [ -z "${IMAGE_VERSION}" ]; then
|
||||||
echo "**** Can't retrieve last pushed version, exiting ****"
|
echo "**** Can't retrieve last pushed version, exiting ****"
|
||||||
FAILURE_REASON="Can't retrieve last pushed version for heimdall tag development"
|
FAILURE_REASON="Can't retrieve last pushed version for heimdall tag js"
|
||||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680,
|
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680,
|
||||||
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}],
|
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}],
|
||||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
@@ -68,13 +68,13 @@ jobs:
|
|||||||
if [ "${EXT_RELEASE}" == "${IMAGE_VERSION}" ]; then
|
if [ "${EXT_RELEASE}" == "${IMAGE_VERSION}" ]; then
|
||||||
echo "**** Version ${EXT_RELEASE} already pushed, exiting ****"
|
echo "**** Version ${EXT_RELEASE} already pushed, exiting ****"
|
||||||
exit 0
|
exit 0
|
||||||
elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/development/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/js/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
||||||
echo "**** New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting ****"
|
echo "**** New version ${EXT_RELEASE} found; but there already seems to be an active build on Jenkins; exiting ****"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "**** New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build ****"
|
echo "**** New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Triggering new build ****"
|
||||||
response=$(curl -iX POST \
|
response=$(curl -iX POST \
|
||||||
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/development/buildWithParameters?PACKAGE_CHECK=false \
|
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/js/buildWithParameters?PACKAGE_CHECK=false \
|
||||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
||||||
echo "**** Jenkins job queue url: ${response%$'\r'} ****"
|
echo "**** Jenkins job queue url: ${response%$'\r'} ****"
|
||||||
echo "**** Sleeping 10 seconds until job starts ****"
|
echo "**** Sleeping 10 seconds until job starts ****"
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
--data-urlencode "description=GHA external trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
--data-urlencode "description=GHA external trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
||||||
--data-urlencode "Submit=Submit"
|
--data-urlencode "Submit=Submit"
|
||||||
echo "**** Notifying Discord ****"
|
echo "**** Notifying Discord ****"
|
||||||
TRIGGER_REASON="A version change was detected for heimdall tag development. Old version:${IMAGE_VERSION} New version:${EXT_RELEASE}"
|
TRIGGER_REASON="A version change was detected for heimdall tag js. Old version:${IMAGE_VERSION} New version:${EXT_RELEASE}"
|
||||||
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903,
|
curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903,
|
||||||
"description": "**Build Triggered** \n**Reason:** '"${TRIGGER_REASON}"' \n**Build URL:** '"${buildurl}display/redirect"' \n"}],
|
"description": "**Build Triggered** \n**Reason:** '"${TRIGGER_REASON}"' \n**Build URL:** '"${buildurl}display/redirect"' \n"}],
|
||||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
|||||||
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@@ -9,5 +9,5 @@ jobs:
|
|||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
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.'
|
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.'
|
||||||
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-heimdall/blob/development/.github/PULL_REQUEST_TEMPLATE.md)!'
|
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-heimdall/blob/js/.github/PULL_REQUEST_TEMPLATE.md)!'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
14
.github/workflows/package_trigger.yml
vendored
14
.github/workflows/package_trigger.yml
vendored
@@ -4,25 +4,25 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
package-trigger-development:
|
package-trigger-js:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3.1.0
|
||||||
|
|
||||||
- name: Package Trigger
|
- name: Package Trigger
|
||||||
if: github.ref == 'refs/heads/development'
|
if: github.ref == 'refs/heads/js'
|
||||||
run: |
|
run: |
|
||||||
if [ -n "${{ secrets.PAUSE_PACKAGE_TRIGGER_HEIMDALL_DEVELOPMENT }}" ]; then
|
if [ -n "${{ secrets.PAUSE_PACKAGE_TRIGGER_HEIMDALL_JS }}" ]; then
|
||||||
echo "**** Github secret PAUSE_PACKAGE_TRIGGER_HEIMDALL_DEVELOPMENT is set; skipping trigger. ****"
|
echo "**** Github secret PAUSE_PACKAGE_TRIGGER_HEIMDALL_JS is set; skipping trigger. ****"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/development/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/js/lastBuild/api/json | jq -r '.building') == "true" ]; then
|
||||||
echo "**** There already seems to be an active build on Jenkins; skipping package trigger ****"
|
echo "**** There already seems to be an active build on Jenkins; skipping package trigger ****"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "**** Package trigger running off of development branch. To disable, set a Github secret named \"PAUSE_PACKAGE_TRIGGER_HEIMDALL_DEVELOPMENT\". ****"
|
echo "**** Package trigger running off of js branch. To disable, set a Github secret named \"PAUSE_PACKAGE_TRIGGER_HEIMDALL_JS\". ****"
|
||||||
response=$(curl -iX POST \
|
response=$(curl -iX POST \
|
||||||
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/development/buildWithParameters?PACKAGE_CHECK=true \
|
https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/js/buildWithParameters?PACKAGE_CHECK=true \
|
||||||
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
--user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|")
|
||||||
echo "**** Jenkins job queue url: ${response%$'\r'} ****"
|
echo "**** Jenkins job queue url: ${response%$'\r'} ****"
|
||||||
echo "**** Sleeping 10 seconds until job starts ****"
|
echo "**** Sleeping 10 seconds until job starts ****"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: Package Trigger Scheduler
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '54 7 * * 0'
|
- cron: '14 18 * * 5'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
3
.github/workflows/permissions.yml
vendored
3
.github/workflows/permissions.yml
vendored
@@ -1,9 +1,10 @@
|
|||||||
name: Permission check
|
name: Permission check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
paths:
|
paths:
|
||||||
- '**/run'
|
- '**/run'
|
||||||
- '**/finish'
|
- '**/finish'
|
||||||
|
- '**/check'
|
||||||
jobs:
|
jobs:
|
||||||
permission_check:
|
permission_check:
|
||||||
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|
||||||
|
|||||||
23
.github/workflows/stale.yml
vendored
23
.github/workflows/stale.yml
vendored
@@ -1,23 +0,0 @@
|
|||||||
name: Mark stale issues and pull requests
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "30 1 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v6.0.1
|
|
||||||
with:
|
|
||||||
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
|
||||||
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
|
||||||
stale-issue-label: 'no-issue-activity'
|
|
||||||
stale-pr-label: 'no-pr-activity'
|
|
||||||
days-before-stale: 30
|
|
||||||
days-before-close: 365
|
|
||||||
exempt-issue-labels: 'awaiting-approval,work-in-progress'
|
|
||||||
exempt-pr-labels: 'awaiting-approval,work-in-progress'
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
57
Dockerfile
57
Dockerfile
@@ -1,6 +1,4 @@
|
|||||||
# syntax=docker/dockerfile:1
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.17
|
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -10,46 +8,45 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||||||
LABEL maintainer="aptalca"
|
LABEL maintainer="aptalca"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
ENV \
|
||||||
|
HOME="/app/heimdall" \
|
||||||
|
NODE_ENV="production"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
echo "**** install build packages ****" && \
|
||||||
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
curl \
|
||||||
|
g++ \
|
||||||
|
make \
|
||||||
|
python2 && \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache \
|
||||||
php81-ctype \
|
nodejs \
|
||||||
php81-curl \
|
npm && \
|
||||||
php81-intl \
|
|
||||||
php81-pdo_pgsql \
|
|
||||||
php81-pdo_sqlite \
|
|
||||||
php81-pdo_mysql \
|
|
||||||
php81-tokenizer \
|
|
||||||
php81-zip && \
|
|
||||||
echo "**** configure nginx ****" && \
|
|
||||||
echo 'fastcgi_param PHP_AUTH_USER $remote_user; # Heimdall user authorization' >> \
|
|
||||||
/etc/nginx/fastcgi_params && \
|
|
||||||
echo 'fastcgi_param PHP_AUTH_PW $http_authorization; # Heimdall user authorization' >> \
|
|
||||||
/etc/nginx/fastcgi_params && \
|
|
||||||
echo "**** install heimdall ****" && \
|
echo "**** install heimdall ****" && \
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/heimdall && \
|
/app/heimdall && \
|
||||||
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
|
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
|
||||||
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/2.x" \
|
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" \
|
||||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||||
fi && \
|
fi && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/heimdall.tar.gz -L \
|
/tmp/heimdalljs.tar.gz -L \
|
||||||
"https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && \
|
"https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && \
|
||||||
mkdir -p \
|
|
||||||
/app/www-tmp && \
|
|
||||||
tar xf \
|
tar xf \
|
||||||
/tmp/heimdall.tar.gz -C \
|
/tmp/heimdalljs.tar.gz -C \
|
||||||
/app/www-tmp --strip-components=1 && \
|
/app/heimdall/ --strip-components=1 && \
|
||||||
|
cd /app/heimdall && \
|
||||||
|
NODE_ENV="development" npm install && \
|
||||||
|
cp .env.example .env && \
|
||||||
|
npm run build && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
|
npm prune --production && \
|
||||||
|
apk del --purge \
|
||||||
|
build-dependencies && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
/root/.cache \
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
|
||||||
EXPOSE 80 443
|
|
||||||
VOLUME /config
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# syntax=docker/dockerfile:1
|
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.17
|
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -10,46 +8,45 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||||||
LABEL maintainer="aptalca"
|
LABEL maintainer="aptalca"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
ENV \
|
||||||
|
HOME="/app/heimdall" \
|
||||||
|
NODE_ENV="production"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
echo "**** install build packages ****" && \
|
||||||
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
curl \
|
||||||
|
g++ \
|
||||||
|
make \
|
||||||
|
python2 && \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache \
|
||||||
php81-ctype \
|
nodejs \
|
||||||
php81-curl \
|
npm && \
|
||||||
php81-intl \
|
|
||||||
php81-pdo_pgsql \
|
|
||||||
php81-pdo_sqlite \
|
|
||||||
php81-pdo_mysql \
|
|
||||||
php81-tokenizer \
|
|
||||||
php81-zip && \
|
|
||||||
echo "**** configure nginx ****" && \
|
|
||||||
echo 'fastcgi_param PHP_AUTH_USER $remote_user; # Heimdall user authorization' >> \
|
|
||||||
/etc/nginx/fastcgi_params && \
|
|
||||||
echo 'fastcgi_param PHP_AUTH_PW $http_authorization; # Heimdall user authorization' >> \
|
|
||||||
/etc/nginx/fastcgi_params && \
|
|
||||||
echo "**** install heimdall ****" && \
|
echo "**** install heimdall ****" && \
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/heimdall && \
|
/app/heimdall && \
|
||||||
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
|
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
|
||||||
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/2.x" \
|
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" \
|
||||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||||
fi && \
|
fi && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/heimdall.tar.gz -L \
|
/tmp/heimdalljs.tar.gz -L \
|
||||||
"https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && \
|
"https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && \
|
||||||
mkdir -p \
|
|
||||||
/app/www-tmp && \
|
|
||||||
tar xf \
|
tar xf \
|
||||||
/tmp/heimdall.tar.gz -C \
|
/tmp/heimdalljs.tar.gz -C \
|
||||||
/app/www-tmp --strip-components=1 && \
|
/app/heimdall/ --strip-components=1 && \
|
||||||
|
cd /app/heimdall && \
|
||||||
|
NODE_ENV="development" npm install && \
|
||||||
|
cp .env.example .env && \
|
||||||
|
npm run build && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
|
npm prune --production && \
|
||||||
|
apk del --purge \
|
||||||
|
build-dependencies && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
/root/.cache \
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
|
||||||
EXPOSE 80 443
|
|
||||||
VOLUME /config
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# syntax=docker/dockerfile:1
|
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.17
|
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -10,46 +8,45 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||||||
LABEL maintainer="aptalca"
|
LABEL maintainer="aptalca"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
ENV \
|
||||||
|
HOME="/app/heimdall" \
|
||||||
|
NODE_ENV="production"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
echo "**** install build packages ****" && \
|
||||||
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
curl \
|
||||||
|
g++ \
|
||||||
|
make \
|
||||||
|
python2 && \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache \
|
||||||
php81-ctype \
|
nodejs \
|
||||||
php81-curl \
|
npm && \
|
||||||
php81-intl \
|
|
||||||
php81-pdo_pgsql \
|
|
||||||
php81-pdo_sqlite \
|
|
||||||
php81-pdo_mysql \
|
|
||||||
php81-tokenizer \
|
|
||||||
php81-zip && \
|
|
||||||
echo "**** configure nginx ****" && \
|
|
||||||
echo 'fastcgi_param PHP_AUTH_USER $remote_user; # Heimdall user authorization' >> \
|
|
||||||
/etc/nginx/fastcgi_params && \
|
|
||||||
echo 'fastcgi_param PHP_AUTH_PW $http_authorization; # Heimdall user authorization' >> \
|
|
||||||
/etc/nginx/fastcgi_params && \
|
|
||||||
echo "**** install heimdall ****" && \
|
echo "**** install heimdall ****" && \
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/heimdall && \
|
/app/heimdall && \
|
||||||
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
|
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
|
||||||
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/2.x" \
|
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" \
|
||||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||||
fi && \
|
fi && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/heimdall.tar.gz -L \
|
/tmp/heimdalljs.tar.gz -L \
|
||||||
"https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && \
|
"https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && \
|
||||||
mkdir -p \
|
|
||||||
/app/www-tmp && \
|
|
||||||
tar xf \
|
tar xf \
|
||||||
/tmp/heimdall.tar.gz -C \
|
/tmp/heimdalljs.tar.gz -C \
|
||||||
/app/www-tmp --strip-components=1 && \
|
/app/heimdall/ --strip-components=1 && \
|
||||||
|
cd /app/heimdall && \
|
||||||
|
NODE_ENV="development" npm install && \
|
||||||
|
cp .env.example .env && \
|
||||||
|
npm run build && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
|
npm prune --production && \
|
||||||
|
apk del --purge \
|
||||||
|
build-dependencies && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
/root/.cache \
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
|
||||||
EXPOSE 80 443
|
|
||||||
VOLUME /config
|
|
||||||
|
|||||||
133
Jenkinsfile
vendored
133
Jenkinsfile
vendored
@@ -17,9 +17,9 @@ pipeline {
|
|||||||
GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0')
|
GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0')
|
||||||
GITLAB_NAMESPACE=credentials('gitlab-namespace-id')
|
GITLAB_NAMESPACE=credentials('gitlab-namespace-id')
|
||||||
SCARF_TOKEN=credentials('scarf_api_key')
|
SCARF_TOKEN=credentials('scarf_api_key')
|
||||||
EXT_GIT_BRANCH = '2.x'
|
EXT_GIT_BRANCH = 'master'
|
||||||
EXT_USER = 'linuxserver'
|
EXT_USER = 'linuxserver'
|
||||||
EXT_REPO = 'Heimdall'
|
EXT_REPO = 'heimdalljs'
|
||||||
CONTAINER_NAME = 'heimdall'
|
CONTAINER_NAME = 'heimdall'
|
||||||
BUILD_VERSION_ARG = 'HEIMDALL_RELEASE'
|
BUILD_VERSION_ARG = 'HEIMDALL_RELEASE'
|
||||||
LS_USER = 'linuxserver'
|
LS_USER = 'linuxserver'
|
||||||
@@ -31,7 +31,7 @@ pipeline {
|
|||||||
MULTIARCH='true'
|
MULTIARCH='true'
|
||||||
CI='true'
|
CI='true'
|
||||||
CI_WEB='true'
|
CI_WEB='true'
|
||||||
CI_PORT='80'
|
CI_PORT='3000'
|
||||||
CI_SSL='false'
|
CI_SSL='false'
|
||||||
CI_DELAY='120'
|
CI_DELAY='120'
|
||||||
CI_DOCKERENV='TZ=US/Pacific'
|
CI_DOCKERENV='TZ=US/Pacific'
|
||||||
@@ -45,7 +45,7 @@ pipeline {
|
|||||||
script{
|
script{
|
||||||
env.EXIT_STATUS = ''
|
env.EXIT_STATUS = ''
|
||||||
env.LS_RELEASE = sh(
|
env.LS_RELEASE = sh(
|
||||||
script: '''docker run --rm ghcr.io/linuxserver/alexeiled-skopeo sh -c 'skopeo inspect docker://docker.io/'${DOCKERHUB_IMAGE}':development 2>/dev/null' | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''',
|
script: '''docker run --rm ghcr.io/linuxserver/alexeiled-skopeo sh -c 'skopeo inspect docker://docker.io/'${DOCKERHUB_IMAGE}':js 2>/dev/null' | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''',
|
||||||
returnStdout: true).trim()
|
returnStdout: true).trim()
|
||||||
env.LS_RELEASE_NOTES = sh(
|
env.LS_RELEASE_NOTES = sh(
|
||||||
script: '''cat readme-vars.yml | awk -F \\" '/date: "[0-9][0-9].[0-9][0-9].[0-9][0-9]:/ {print $4;exit;}' | sed -E ':a;N;$!ba;s/\\r{0,1}\\n/\\\\n/g' ''',
|
script: '''cat readme-vars.yml | awk -F \\" '/date: "[0-9][0-9].[0-9][0-9].[0-9][0-9]:/ {print $4;exit;}' | sed -E ':a;N;$!ba;s/\\r{0,1}\\n/\\\\n/g' ''',
|
||||||
@@ -59,7 +59,7 @@ pipeline {
|
|||||||
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
|
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
|
||||||
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
|
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
|
||||||
env.PULL_REQUEST = env.CHANGE_ID
|
env.PULL_REQUEST = env.CHANGE_ID
|
||||||
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/call_invalid_helper.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml'
|
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/call_issue_pr_tracker.yml ./.github/workflows/call_issues_cron.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml'
|
||||||
}
|
}
|
||||||
script{
|
script{
|
||||||
env.LS_RELEASE_NUMBER = sh(
|
env.LS_RELEASE_NUMBER = sh(
|
||||||
@@ -69,7 +69,7 @@ pipeline {
|
|||||||
script{
|
script{
|
||||||
env.LS_TAG_NUMBER = sh(
|
env.LS_TAG_NUMBER = sh(
|
||||||
script: '''#! /bin/bash
|
script: '''#! /bin/bash
|
||||||
tagsha=$(git rev-list -n 1 development-${LS_RELEASE} 2>/dev/null)
|
tagsha=$(git rev-list -n 1 js-${LS_RELEASE} 2>/dev/null)
|
||||||
if [ "${tagsha}" == "${COMMIT_SHA}" ]; then
|
if [ "${tagsha}" == "${COMMIT_SHA}" ]; then
|
||||||
echo ${LS_RELEASE_NUMBER}
|
echo ${LS_RELEASE_NUMBER}
|
||||||
elif [ -z "${GIT_COMMIT}" ]; then
|
elif [ -z "${GIT_COMMIT}" ]; then
|
||||||
@@ -154,10 +154,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If this is a development build use live docker endpoints
|
// If this is a js build use live docker endpoints
|
||||||
stage("Set ENV live build"){
|
stage("Set ENV live build"){
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
@@ -167,20 +167,20 @@ pipeline {
|
|||||||
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/' + env.CONTAINER_NAME
|
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/' + env.CONTAINER_NAME
|
||||||
env.QUAYIMAGE = 'quay.io/linuxserver.io/' + env.CONTAINER_NAME
|
env.QUAYIMAGE = 'quay.io/linuxserver.io/' + env.CONTAINER_NAME
|
||||||
if (env.MULTIARCH == 'true') {
|
if (env.MULTIARCH == 'true') {
|
||||||
env.CI_TAGS = 'amd64-development-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm32v7-development-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm64v8-development-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
env.CI_TAGS = 'amd64-js-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm32v7-js-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm64v8-js-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
||||||
} else {
|
} else {
|
||||||
env.CI_TAGS = 'development-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
env.CI_TAGS = 'js-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
||||||
}
|
}
|
||||||
env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
||||||
env.META_TAG = 'development-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
env.META_TAG = 'js-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
||||||
env.EXT_RELEASE_TAG = 'development-version-' + env.EXT_RELEASE_CLEAN
|
env.EXT_RELEASE_TAG = 'js-version-' + env.EXT_RELEASE_CLEAN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If this is a dev build use dev docker endpoints
|
// If this is a dev build use dev docker endpoints
|
||||||
stage("Set ENV dev build"){
|
stage("Set ENV dev build"){
|
||||||
when {
|
when {
|
||||||
not {branch "development"}
|
not {branch "js"}
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
@@ -190,13 +190,13 @@ pipeline {
|
|||||||
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lsiodev-' + env.CONTAINER_NAME
|
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lsiodev-' + env.CONTAINER_NAME
|
||||||
env.QUAYIMAGE = 'quay.io/linuxserver.io/lsiodev-' + env.CONTAINER_NAME
|
env.QUAYIMAGE = 'quay.io/linuxserver.io/lsiodev-' + env.CONTAINER_NAME
|
||||||
if (env.MULTIARCH == 'true') {
|
if (env.MULTIARCH == 'true') {
|
||||||
env.CI_TAGS = 'amd64-development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm32v7-development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm64v8-development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
env.CI_TAGS = 'amd64-js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm32v7-js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm64v8-js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
||||||
} else {
|
} else {
|
||||||
env.CI_TAGS = 'development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
env.CI_TAGS = 'js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
||||||
}
|
}
|
||||||
env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
||||||
env.META_TAG = 'development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
env.META_TAG = 'js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA
|
||||||
env.EXT_RELEASE_TAG = 'development-version-' + env.EXT_RELEASE_CLEAN
|
env.EXT_RELEASE_TAG = 'js-version-' + env.EXT_RELEASE_CLEAN
|
||||||
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DEV_DOCKERHUB_IMAGE + '/tags/'
|
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DEV_DOCKERHUB_IMAGE + '/tags/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -213,13 +213,13 @@ pipeline {
|
|||||||
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lspipepr-' + env.CONTAINER_NAME
|
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lspipepr-' + env.CONTAINER_NAME
|
||||||
env.QUAYIMAGE = 'quay.io/linuxserver.io/lspipepr-' + env.CONTAINER_NAME
|
env.QUAYIMAGE = 'quay.io/linuxserver.io/lspipepr-' + env.CONTAINER_NAME
|
||||||
if (env.MULTIARCH == 'true') {
|
if (env.MULTIARCH == 'true') {
|
||||||
env.CI_TAGS = 'amd64-development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST + '|arm32v7-development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST + '|arm64v8-development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
env.CI_TAGS = 'amd64-js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST + '|arm32v7-js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST + '|arm64v8-js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
||||||
} else {
|
} else {
|
||||||
env.CI_TAGS = 'development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
env.CI_TAGS = 'js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
||||||
}
|
}
|
||||||
env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
||||||
env.META_TAG = 'development-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
env.META_TAG = 'js-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-pr-' + env.PULL_REQUEST
|
||||||
env.EXT_RELEASE_TAG = 'development-version-' + env.EXT_RELEASE_CLEAN
|
env.EXT_RELEASE_TAG = 'js-version-' + env.EXT_RELEASE_CLEAN
|
||||||
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/pull/' + env.PULL_REQUEST
|
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/pull/' + env.PULL_REQUEST
|
||||||
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.PR_DOCKERHUB_IMAGE + '/tags/'
|
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.PR_DOCKERHUB_IMAGE + '/tags/'
|
||||||
}
|
}
|
||||||
@@ -240,24 +240,21 @@ pipeline {
|
|||||||
}
|
}
|
||||||
sh '''curl -sL https://raw.githubusercontent.com/linuxserver/docker-shellcheck/master/checkrun.sh | /bin/bash'''
|
sh '''curl -sL https://raw.githubusercontent.com/linuxserver/docker-shellcheck/master/checkrun.sh | /bin/bash'''
|
||||||
sh '''#! /bin/bash
|
sh '''#! /bin/bash
|
||||||
set -e
|
|
||||||
docker pull ghcr.io/linuxserver/lsiodev-spaces-file-upload:latest
|
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-e DESTINATION=\"${IMAGE}/${META_TAG}/shellcheck-result.xml\" \
|
-v ${WORKSPACE}:/mnt \
|
||||||
-e FILE_NAME="shellcheck-result.xml" \
|
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
|
||||||
-e MIMETYPE="text/xml" \
|
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
|
||||||
-v ${WORKSPACE}:/mnt \
|
ghcr.io/linuxserver/baseimage-alpine:3.17 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
|
||||||
-e SECRET_KEY=\"${S3_SECRET}\" \
|
apk add --no-cache py3-pip && \
|
||||||
-e ACCESS_KEY=\"${S3_KEY}\" \
|
pip install s3cmd && \
|
||||||
-t ghcr.io/linuxserver/lsiodev-spaces-file-upload:latest \
|
s3cmd put --no-preserve --acl-public -m text/xml /mnt/shellcheck-result.xml s3://ci-tests.linuxserver.io/${IMAGE}/${META_TAG}/shellcheck-result.xml" || :'''
|
||||||
python /upload.py'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Use helper containers to render templated files
|
// Use helper containers to render templated files
|
||||||
stage('Update-Templates') {
|
stage('Update-Templates') {
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
expression {
|
expression {
|
||||||
env.CONTAINER_NAME != null
|
env.CONTAINER_NAME != null
|
||||||
@@ -268,13 +265,13 @@ pipeline {
|
|||||||
set -e
|
set -e
|
||||||
TEMPDIR=$(mktemp -d)
|
TEMPDIR=$(mktemp -d)
|
||||||
docker pull ghcr.io/linuxserver/jenkins-builder:latest
|
docker pull ghcr.io/linuxserver/jenkins-builder:latest
|
||||||
docker run --rm -e CONTAINER_NAME=${CONTAINER_NAME} -e GITHUB_BRANCH=development -v ${TEMPDIR}:/ansible/jenkins ghcr.io/linuxserver/jenkins-builder:latest
|
docker run --rm -e CONTAINER_NAME=${CONTAINER_NAME} -e GITHUB_BRANCH=js -v ${TEMPDIR}:/ansible/jenkins ghcr.io/linuxserver/jenkins-builder:latest
|
||||||
# Stage 1 - Jenkinsfile update
|
# Stage 1 - Jenkinsfile update
|
||||||
if [[ "$(md5sum Jenkinsfile | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile | awk '{ print $1 }')" ]]; then
|
if [[ "$(md5sum Jenkinsfile | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile | awk '{ print $1 }')" ]]; then
|
||||||
mkdir -p ${TEMPDIR}/repo
|
mkdir -p ${TEMPDIR}/repo
|
||||||
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO}
|
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO}
|
||||||
cd ${TEMPDIR}/repo/${LS_REPO}
|
cd ${TEMPDIR}/repo/${LS_REPO}
|
||||||
git checkout -f development
|
git checkout -f js
|
||||||
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile ${TEMPDIR}/repo/${LS_REPO}/
|
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile ${TEMPDIR}/repo/${LS_REPO}/
|
||||||
git add Jenkinsfile
|
git add Jenkinsfile
|
||||||
git commit -m 'Bot Updating Templated Files'
|
git commit -m 'Bot Updating Templated Files'
|
||||||
@@ -287,7 +284,7 @@ pipeline {
|
|||||||
echo "Jenkinsfile is up to date."
|
echo "Jenkinsfile is up to date."
|
||||||
fi
|
fi
|
||||||
# Stage 2 - Delete old templates
|
# Stage 2 - Delete old templates
|
||||||
OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md\n.github/ISSUE_TEMPLATE/issue.bug.md\n.github/ISSUE_TEMPLATE/issue.feature.md"
|
OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml"
|
||||||
for i in ${OLD_TEMPLATES}; do
|
for i in ${OLD_TEMPLATES}; do
|
||||||
if [[ -f "${i}" ]]; then
|
if [[ -f "${i}" ]]; then
|
||||||
TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}"
|
TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}"
|
||||||
@@ -297,14 +294,14 @@ pipeline {
|
|||||||
mkdir -p ${TEMPDIR}/repo
|
mkdir -p ${TEMPDIR}/repo
|
||||||
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO}
|
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO}
|
||||||
cd ${TEMPDIR}/repo/${LS_REPO}
|
cd ${TEMPDIR}/repo/${LS_REPO}
|
||||||
git checkout -f development
|
git checkout -f js
|
||||||
for i in ${TEMPLATES_TO_DELETE}; do
|
for i in ${TEMPLATES_TO_DELETE}; do
|
||||||
git rm "${i}"
|
git rm "${i}"
|
||||||
done
|
done
|
||||||
git commit -m 'Bot Updating Templated Files'
|
git commit -m 'Bot Updating Templated Files'
|
||||||
git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all
|
git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all
|
||||||
echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER}
|
echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER}
|
||||||
echo "Deleting old templates"
|
echo "Deleting old and deprecated templates"
|
||||||
rm -Rf ${TEMPDIR}
|
rm -Rf ${TEMPDIR}
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
@@ -318,7 +315,7 @@ pipeline {
|
|||||||
mkdir -p ${TEMPDIR}/repo
|
mkdir -p ${TEMPDIR}/repo
|
||||||
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO}
|
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO}
|
||||||
cd ${TEMPDIR}/repo/${LS_REPO}
|
cd ${TEMPDIR}/repo/${LS_REPO}
|
||||||
git checkout -f development
|
git checkout -f js
|
||||||
cd ${TEMPDIR}/docker-${CONTAINER_NAME}
|
cd ${TEMPDIR}/docker-${CONTAINER_NAME}
|
||||||
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows
|
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows
|
||||||
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE
|
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE
|
||||||
@@ -376,7 +373,7 @@ pipeline {
|
|||||||
// Exit the build if the Templated files were just updated
|
// Exit the build if the Templated files were just updated
|
||||||
stage('Template-exit') {
|
stage('Template-exit') {
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
environment name: 'FILES_UPDATED', value: 'true'
|
environment name: 'FILES_UPDATED', value: 'true'
|
||||||
expression {
|
expression {
|
||||||
@@ -415,7 +412,7 @@ pipeline {
|
|||||||
// Add package to Scarf.sh and set permissions
|
// Add package to Scarf.sh and set permissions
|
||||||
stage("Scarf.sh package registry"){
|
stage("Scarf.sh package registry"){
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'EXIT_STATUS', value: ''
|
environment name: 'EXIT_STATUS', value: ''
|
||||||
}
|
}
|
||||||
steps{
|
steps{
|
||||||
@@ -465,7 +462,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Heimdall\" \
|
--label \"org.opencontainers.image.title=Heimdall\" \
|
||||||
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. \" \
|
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.\" \
|
||||||
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
|
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
}
|
}
|
||||||
@@ -496,7 +493,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Heimdall\" \
|
--label \"org.opencontainers.image.title=Heimdall\" \
|
||||||
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. \" \
|
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.\" \
|
||||||
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
|
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
}
|
}
|
||||||
@@ -524,7 +521,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Heimdall\" \
|
--label \"org.opencontainers.image.title=Heimdall\" \
|
||||||
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. \" \
|
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.\" \
|
||||||
--no-cache --pull -f Dockerfile.armhf -t ${IMAGE}:arm32v7-${META_TAG} --platform=linux/arm/v7 \
|
--no-cache --pull -f Dockerfile.armhf -t ${IMAGE}:arm32v7-${META_TAG} --platform=linux/arm/v7 \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
sh "docker tag ${IMAGE}:arm32v7-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm32v7-${COMMIT_SHA}-${BUILD_NUMBER}"
|
sh "docker tag ${IMAGE}:arm32v7-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm32v7-${COMMIT_SHA}-${BUILD_NUMBER}"
|
||||||
@@ -559,7 +556,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Heimdall\" \
|
--label \"org.opencontainers.image.title=Heimdall\" \
|
||||||
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. \" \
|
--label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.\" \
|
||||||
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
|
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
|
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
|
||||||
@@ -576,7 +573,7 @@ pipeline {
|
|||||||
// Take the image we just built and dump package versions for comparison
|
// Take the image we just built and dump package versions for comparison
|
||||||
stage('Update-packages') {
|
stage('Update-packages') {
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
environment name: 'EXIT_STATUS', value: ''
|
environment name: 'EXIT_STATUS', value: ''
|
||||||
}
|
}
|
||||||
@@ -599,7 +596,7 @@ pipeline {
|
|||||||
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
|
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
|
||||||
if [ "${NEW_PACKAGE_TAG}" != "${PACKAGE_TAG}" ]; then
|
if [ "${NEW_PACKAGE_TAG}" != "${PACKAGE_TAG}" ]; then
|
||||||
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/${LS_REPO}
|
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/${LS_REPO}
|
||||||
git --git-dir ${TEMPDIR}/${LS_REPO}/.git checkout -f development
|
git --git-dir ${TEMPDIR}/${LS_REPO}/.git checkout -f js
|
||||||
cp ${TEMPDIR}/package_versions.txt ${TEMPDIR}/${LS_REPO}/
|
cp ${TEMPDIR}/package_versions.txt ${TEMPDIR}/${LS_REPO}/
|
||||||
cd ${TEMPDIR}/${LS_REPO}/
|
cd ${TEMPDIR}/${LS_REPO}/
|
||||||
wait
|
wait
|
||||||
@@ -623,7 +620,7 @@ pipeline {
|
|||||||
// Exit the build if the package file was just updated
|
// Exit the build if the package file was just updated
|
||||||
stage('PACKAGE-exit') {
|
stage('PACKAGE-exit') {
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
environment name: 'PACKAGE_UPDATED', value: 'true'
|
environment name: 'PACKAGE_UPDATED', value: 'true'
|
||||||
environment name: 'EXIT_STATUS', value: ''
|
environment name: 'EXIT_STATUS', value: ''
|
||||||
@@ -644,7 +641,7 @@ pipeline {
|
|||||||
// Exit the build if this is just a package check and there are no changes to push
|
// Exit the build if this is just a package check and there are no changes to push
|
||||||
stage('PACKAGECHECK-exit') {
|
stage('PACKAGECHECK-exit') {
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
environment name: 'CHANGE_ID', value: ''
|
environment name: 'CHANGE_ID', value: ''
|
||||||
environment name: 'PACKAGE_UPDATED', value: 'false'
|
environment name: 'PACKAGE_UPDATED', value: 'false'
|
||||||
environment name: 'EXIT_STATUS', value: ''
|
environment name: 'EXIT_STATUS', value: ''
|
||||||
@@ -747,12 +744,12 @@ pipeline {
|
|||||||
echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin
|
echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin
|
||||||
for PUSHIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${QUAYIMAGE}" "${IMAGE}"; do
|
for PUSHIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${QUAYIMAGE}" "${IMAGE}"; do
|
||||||
docker tag ${IMAGE}:${META_TAG} ${PUSHIMAGE}:${META_TAG}
|
docker tag ${IMAGE}:${META_TAG} ${PUSHIMAGE}:${META_TAG}
|
||||||
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:development
|
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:js
|
||||||
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:${EXT_RELEASE_TAG}
|
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:${EXT_RELEASE_TAG}
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:${SEMVER}
|
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:${SEMVER}
|
||||||
fi
|
fi
|
||||||
docker push ${PUSHIMAGE}:development
|
docker push ${PUSHIMAGE}:js
|
||||||
docker push ${PUSHIMAGE}:${META_TAG}
|
docker push ${PUSHIMAGE}:${META_TAG}
|
||||||
docker push ${PUSHIMAGE}:${EXT_RELEASE_TAG}
|
docker push ${PUSHIMAGE}:${EXT_RELEASE_TAG}
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
@@ -766,7 +763,7 @@ pipeline {
|
|||||||
docker rmi \
|
docker rmi \
|
||||||
${DELETEIMAGE}:${META_TAG} \
|
${DELETEIMAGE}:${META_TAG} \
|
||||||
${DELETEIMAGE}:${EXT_RELEASE_TAG} \
|
${DELETEIMAGE}:${EXT_RELEASE_TAG} \
|
||||||
${DELETEIMAGE}:development || :
|
${DELETEIMAGE}:js || :
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
docker rmi ${DELETEIMAGE}:${SEMVER} || :
|
docker rmi ${DELETEIMAGE}:${SEMVER} || :
|
||||||
fi
|
fi
|
||||||
@@ -811,13 +808,13 @@ pipeline {
|
|||||||
fi
|
fi
|
||||||
for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do
|
for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do
|
||||||
docker tag ${IMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG}
|
docker tag ${IMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG}
|
||||||
docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-development
|
docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-js
|
||||||
docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG}
|
docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG}
|
||||||
docker tag ${IMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm32v7-${META_TAG}
|
docker tag ${IMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm32v7-${META_TAG}
|
||||||
docker tag ${MANIFESTIMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm32v7-development
|
docker tag ${MANIFESTIMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm32v7-js
|
||||||
docker tag ${MANIFESTIMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm32v7-${EXT_RELEASE_TAG}
|
docker tag ${MANIFESTIMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm32v7-${EXT_RELEASE_TAG}
|
||||||
docker tag ${IMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG}
|
docker tag ${IMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG}
|
||||||
docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-development
|
docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-js
|
||||||
docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG}
|
docker tag ${MANIFESTIMAGE}:arm64v8-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG}
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${SEMVER}
|
docker tag ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:amd64-${SEMVER}
|
||||||
@@ -826,22 +823,22 @@ pipeline {
|
|||||||
fi
|
fi
|
||||||
docker push ${MANIFESTIMAGE}:amd64-${META_TAG}
|
docker push ${MANIFESTIMAGE}:amd64-${META_TAG}
|
||||||
docker push ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG}
|
docker push ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG}
|
||||||
docker push ${MANIFESTIMAGE}:amd64-development
|
docker push ${MANIFESTIMAGE}:amd64-js
|
||||||
docker push ${MANIFESTIMAGE}:arm32v7-${META_TAG}
|
docker push ${MANIFESTIMAGE}:arm32v7-${META_TAG}
|
||||||
docker push ${MANIFESTIMAGE}:arm32v7-development
|
docker push ${MANIFESTIMAGE}:arm32v7-js
|
||||||
docker push ${MANIFESTIMAGE}:arm32v7-${EXT_RELEASE_TAG}
|
docker push ${MANIFESTIMAGE}:arm32v7-${EXT_RELEASE_TAG}
|
||||||
docker push ${MANIFESTIMAGE}:arm64v8-${META_TAG}
|
docker push ${MANIFESTIMAGE}:arm64v8-${META_TAG}
|
||||||
docker push ${MANIFESTIMAGE}:arm64v8-development
|
docker push ${MANIFESTIMAGE}:arm64v8-js
|
||||||
docker push ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG}
|
docker push ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG}
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
docker push ${MANIFESTIMAGE}:amd64-${SEMVER}
|
docker push ${MANIFESTIMAGE}:amd64-${SEMVER}
|
||||||
docker push ${MANIFESTIMAGE}:arm32v7-${SEMVER}
|
docker push ${MANIFESTIMAGE}:arm32v7-${SEMVER}
|
||||||
docker push ${MANIFESTIMAGE}:arm64v8-${SEMVER}
|
docker push ${MANIFESTIMAGE}:arm64v8-${SEMVER}
|
||||||
fi
|
fi
|
||||||
docker manifest push --purge ${MANIFESTIMAGE}:development || :
|
docker manifest push --purge ${MANIFESTIMAGE}:js || :
|
||||||
docker manifest create ${MANIFESTIMAGE}:development ${MANIFESTIMAGE}:amd64-development ${MANIFESTIMAGE}:arm32v7-development ${MANIFESTIMAGE}:arm64v8-development
|
docker manifest create ${MANIFESTIMAGE}:js ${MANIFESTIMAGE}:amd64-js ${MANIFESTIMAGE}:arm32v7-js ${MANIFESTIMAGE}:arm64v8-js
|
||||||
docker manifest annotate ${MANIFESTIMAGE}:development ${MANIFESTIMAGE}:arm32v7-development --os linux --arch arm
|
docker manifest annotate ${MANIFESTIMAGE}:js ${MANIFESTIMAGE}:arm32v7-js --os linux --arch arm
|
||||||
docker manifest annotate ${MANIFESTIMAGE}:development ${MANIFESTIMAGE}:arm64v8-development --os linux --arch arm64 --variant v8
|
docker manifest annotate ${MANIFESTIMAGE}:js ${MANIFESTIMAGE}:arm64v8-js --os linux --arch arm64 --variant v8
|
||||||
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG} || :
|
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG} || :
|
||||||
docker manifest create ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG}
|
docker manifest create ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm32v7-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG}
|
||||||
docker manifest annotate ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:arm32v7-${META_TAG} --os linux --arch arm
|
docker manifest annotate ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:arm32v7-${META_TAG} --os linux --arch arm
|
||||||
@@ -856,7 +853,7 @@ pipeline {
|
|||||||
docker manifest annotate ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:arm32v7-${SEMVER} --os linux --arch arm
|
docker manifest annotate ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:arm32v7-${SEMVER} --os linux --arch arm
|
||||||
docker manifest annotate ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER} --os linux --arch arm64 --variant v8
|
docker manifest annotate ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER} --os linux --arch arm64 --variant v8
|
||||||
fi
|
fi
|
||||||
docker manifest push --purge ${MANIFESTIMAGE}:development
|
docker manifest push --purge ${MANIFESTIMAGE}:js
|
||||||
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG}
|
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG}
|
||||||
docker manifest push --purge ${MANIFESTIMAGE}:${EXT_RELEASE_TAG}
|
docker manifest push --purge ${MANIFESTIMAGE}:${EXT_RELEASE_TAG}
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
@@ -869,13 +866,13 @@ pipeline {
|
|||||||
for DELETEIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${QUAYIMAGE}" "${IMAGE}"; do
|
for DELETEIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${QUAYIMAGE}" "${IMAGE}"; do
|
||||||
docker rmi \
|
docker rmi \
|
||||||
${DELETEIMAGE}:amd64-${META_TAG} \
|
${DELETEIMAGE}:amd64-${META_TAG} \
|
||||||
${DELETEIMAGE}:amd64-development \
|
${DELETEIMAGE}:amd64-js \
|
||||||
${DELETEIMAGE}:amd64-${EXT_RELEASE_TAG} \
|
${DELETEIMAGE}:amd64-${EXT_RELEASE_TAG} \
|
||||||
${DELETEIMAGE}:arm32v7-${META_TAG} \
|
${DELETEIMAGE}:arm32v7-${META_TAG} \
|
||||||
${DELETEIMAGE}:arm32v7-development \
|
${DELETEIMAGE}:arm32v7-js \
|
||||||
${DELETEIMAGE}:arm32v7-${EXT_RELEASE_TAG} \
|
${DELETEIMAGE}:arm32v7-${EXT_RELEASE_TAG} \
|
||||||
${DELETEIMAGE}:arm64v8-${META_TAG} \
|
${DELETEIMAGE}:arm64v8-${META_TAG} \
|
||||||
${DELETEIMAGE}:arm64v8-development \
|
${DELETEIMAGE}:arm64v8-js \
|
||||||
${DELETEIMAGE}:arm64v8-${EXT_RELEASE_TAG} || :
|
${DELETEIMAGE}:arm64v8-${EXT_RELEASE_TAG} || :
|
||||||
if [ -n "${SEMVER}" ]; then
|
if [ -n "${SEMVER}" ]; then
|
||||||
docker rmi \
|
docker rmi \
|
||||||
@@ -894,7 +891,7 @@ pipeline {
|
|||||||
// If this is a public release tag it in the LS Github
|
// If this is a public release tag it in the LS Github
|
||||||
stage('Github-Tag-Push-Release') {
|
stage('Github-Tag-Push-Release') {
|
||||||
when {
|
when {
|
||||||
branch "development"
|
branch "js"
|
||||||
expression {
|
expression {
|
||||||
env.LS_RELEASE != env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
env.LS_RELEASE != env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER
|
||||||
}
|
}
|
||||||
@@ -906,14 +903,14 @@ pipeline {
|
|||||||
sh '''curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/git/tags \
|
sh '''curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/git/tags \
|
||||||
-d '{"tag":"'${META_TAG}'",\
|
-d '{"tag":"'${META_TAG}'",\
|
||||||
"object": "'${COMMIT_SHA}'",\
|
"object": "'${COMMIT_SHA}'",\
|
||||||
"message": "Tagging Release '${EXT_RELEASE_CLEAN}'-ls'${LS_TAG_NUMBER}' to development",\
|
"message": "Tagging Release '${EXT_RELEASE_CLEAN}'-ls'${LS_TAG_NUMBER}' to js",\
|
||||||
"type": "commit",\
|
"type": "commit",\
|
||||||
"tagger": {"name": "LinuxServer Jenkins","email": "jenkins@linuxserver.io","date": "'${GITHUB_DATE}'"}}' '''
|
"tagger": {"name": "LinuxServer Jenkins","email": "jenkins@linuxserver.io","date": "'${GITHUB_DATE}'"}}' '''
|
||||||
echo "Pushing New release for Tag"
|
echo "Pushing New release for Tag"
|
||||||
sh '''#! /bin/bash
|
sh '''#! /bin/bash
|
||||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/commits/${EXT_RELEASE_CLEAN} | jq '.commit.message' | sed 's:^.\\(.*\\).$:\\1:' > releasebody.json
|
curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/commits/${EXT_RELEASE_CLEAN} | jq '.commit.message' | sed 's:^.\\(.*\\).$:\\1:' > releasebody.json
|
||||||
echo '{"tag_name":"'${META_TAG}'",\
|
echo '{"tag_name":"'${META_TAG}'",\
|
||||||
"target_commitish": "development",\
|
"target_commitish": "js",\
|
||||||
"name": "'${META_TAG}'",\
|
"name": "'${META_TAG}'",\
|
||||||
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
|
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
|
||||||
printf '","draft": false,"prerelease": true}' >> releasebody.json
|
printf '","draft": false,"prerelease": true}' >> releasebody.json
|
||||||
|
|||||||
48
README.md
48
README.md
@@ -1,5 +1,5 @@
|
|||||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
<!-- Please read the https://github.com/linuxserver/docker-heimdall/blob/development/.github/CONTRIBUTING.md -->
|
<!-- Please read the https://github.com/linuxserver/docker-heimdall/blob/js/.github/CONTRIBUTING.md -->
|
||||||
|
|
||||||
[](https://linuxserver.io)
|
[](https://linuxserver.io)
|
||||||
|
|
||||||
@@ -37,13 +37,11 @@ Find us at:
|
|||||||
[](https://quay.io/repository/linuxserver.io/heimdall)
|
[](https://quay.io/repository/linuxserver.io/heimdall)
|
||||||
[](https://hub.docker.com/r/linuxserver/heimdall)
|
[](https://hub.docker.com/r/linuxserver/heimdall)
|
||||||
[](https://hub.docker.com/r/linuxserver/heimdall)
|
[](https://hub.docker.com/r/linuxserver/heimdall)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/development/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-heimdall/job/js/)
|
||||||
[](https://ci-tests.linuxserver.io/linuxserver/heimdall/latest/index.html)
|
[](https://ci-tests.linuxserver.io/linuxserver/heimdall/latest/index.html)
|
||||||
|
|
||||||
[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.
|
[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.
|
||||||
|
|
||||||
Simplicity is the key to Heimdall.
|
Simplicity is the key to Heimdall.
|
||||||
|
|
||||||
Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
|
Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
|
||||||
|
|
||||||
[](https://heimdall.site)
|
[](https://heimdall.site)
|
||||||
@@ -52,7 +50,7 @@ Why not use it as your browser start page? It even has the ability to include a
|
|||||||
|
|
||||||
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||||
|
|
||||||
Simply pulling `lscr.io/linuxserver/heimdall:development` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
Simply pulling `lscr.io/linuxserver/heimdall:js` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||||
|
|
||||||
The architectures supported by this image are:
|
The architectures supported by this image are:
|
||||||
|
|
||||||
@@ -69,7 +67,7 @@ This image provides various versions that are available via tags. Please read th
|
|||||||
| Tag | Available | Description |
|
| Tag | Available | Description |
|
||||||
| :----: | :----: |--- |
|
| :----: | :----: |--- |
|
||||||
| latest | ✅ | Stable Heimdall releases. |
|
| latest | ✅ | Stable Heimdall releases. |
|
||||||
| development | ✅ | Latest commit from the github 2.x branch. |
|
| development | ✅ | Latest commit from the github master branch. |
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
Access the web gui at http://SERVERIP:PORT
|
Access the web gui at http://SERVERIP:PORT
|
||||||
@@ -77,7 +75,7 @@ Access the web gui at http://SERVERIP:PORT
|
|||||||
|
|
||||||
### Adding password protection
|
### Adding password protection
|
||||||
|
|
||||||
This image now supports password protection through htpasswd. Run the following command on your host to generate the htpasswd file `docker exec -it heimdall htpasswd -c /config/nginx/.htpasswd <username>`. Replace <username> with a username of your choice and you will be asked to enter a password. Uncomment the `basic auth` lines in `/config/nginx/site-confs/default.conf` and restart the container.
|
This image now supports password protection through htpasswd. Run the following command on your host to generate the htpasswd file `docker exec -it heimdall htpasswd -c /config/nginx/.htpasswd <username>`. Replace <username> with a username of your choice and you will be asked to enter a password. New installs will automatically pick it up and implement password protected access. Existing users updating their image can delete their site config at `/config/nginx/site-confs/default` and restart the container after updating the image. A new site config with htpasswd support will be created in its place.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -90,7 +88,7 @@ Here are some example snippets to help you get started creating a container.
|
|||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
heimdall:
|
heimdall:
|
||||||
image: lscr.io/linuxserver/heimdall:development
|
image: lscr.io/linuxserver/heimdall:js
|
||||||
container_name: heimdall
|
container_name: heimdall
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
@@ -99,8 +97,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/appdata/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 3000:3000
|
||||||
- 443:443
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -112,11 +109,10 @@ docker run -d \
|
|||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 80:80 \
|
-p 3000:3000 \
|
||||||
-p 443:443 \
|
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/heimdall:development
|
lscr.io/linuxserver/heimdall:js
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -126,8 +122,7 @@ Container images are configured using parameters passed at runtime (such as thos
|
|||||||
|
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `-p 80` | http gui |
|
| `-p 3000` | http gui |
|
||||||
| `-p 443` | https gui |
|
|
||||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
@@ -176,7 +171,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||||||
* container version number
|
* container version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' heimdall`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' heimdall`
|
||||||
* image version number
|
* image version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/heimdall:development`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/heimdall:js`
|
||||||
|
|
||||||
## Updating Info
|
## Updating Info
|
||||||
|
|
||||||
@@ -194,7 +189,7 @@ Below are the instructions for updating containers:
|
|||||||
|
|
||||||
### Via Docker Run
|
### Via Docker Run
|
||||||
|
|
||||||
* Update the image: `docker pull lscr.io/linuxserver/heimdall:development`
|
* Update the image: `docker pull lscr.io/linuxserver/heimdall:js`
|
||||||
* Stop the running container: `docker stop heimdall`
|
* Stop the running container: `docker stop heimdall`
|
||||||
* Delete the container: `docker rm heimdall`
|
* Delete the container: `docker rm heimdall`
|
||||||
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
|
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
|
||||||
@@ -229,7 +224,7 @@ cd docker-heimdall
|
|||||||
docker build \
|
docker build \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
--pull \
|
--pull \
|
||||||
-t lscr.io/linuxserver/heimdall:development .
|
-t lscr.io/linuxserver/heimdall:js .
|
||||||
```
|
```
|
||||||
|
|
||||||
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
||||||
@@ -242,19 +237,22 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **20.01.23:** - Rebase to alpine 3.17 with php8.1.
|
* **12.04.21:** - Add experimental `js` tag for v3.
|
||||||
* **14.11.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
|
||||||
* **04.11.22:** - Build commits to upstream branch 2.x.
|
|
||||||
* **13.03.21:** - Make searchproviders.yaml user configurable.
|
|
||||||
* **11.03.21:** - Rebase to alpine 3.14.
|
|
||||||
* **10.02.21:** - Revert to alpine 3.12 as php 7.4 broke laravel.
|
* **10.02.21:** - Revert to alpine 3.12 as php 7.4 broke laravel.
|
||||||
* **10.02.21:** - Rebasing to alpine 3.13.
|
* **10.02.21:** - Rebasing to alpine 3.13.
|
||||||
|
* **17.08.20:** - Add php7-curl.
|
||||||
* **01.06.20:** - Rebasing to alpine 3.12.
|
* **01.06.20:** - Rebasing to alpine 3.12.
|
||||||
|
* **17.01.20:** - Use nginx from baseimage.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
* **15.07.19:** - Save laravel.log to /config, install heimdall during first start.
|
* **16.07.19:** - Save laravel.log to /config/log/heimdall.
|
||||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||||
|
* **01.04.19:** - Fix permission detect logic.
|
||||||
|
* **26.03.19:** - Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown.
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
|
* **15.03.19:** - Clarify docker image tags in readme.
|
||||||
* **22.02.19:** - Rebasing to alpine 3.9.
|
* **22.02.19:** - Rebasing to alpine 3.9.
|
||||||
|
* **16.01.18:** - Generate random app key in .env for new installs.
|
||||||
|
* **20.11.18:** - Upgrade baseimage packages during build.
|
||||||
* **04.11.18:** - Add php7-zip.
|
* **04.11.18:** - Add php7-zip.
|
||||||
* **31.10.18:** - Add queue service.
|
* **31.10.18:** - Add queue service.
|
||||||
* **17.10.18:** - Symlink avatars folder.
|
* **17.10.18:** - Symlink avatars folder.
|
||||||
@@ -262,5 +260,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
* **07.10.18:** - Symlink `.env` rather than copy. It now resides under `/config/www`
|
* **07.10.18:** - Symlink `.env` rather than copy. It now resides under `/config/www`
|
||||||
* **30.09.18:** - Multi-arch image. Move `.env` to `/config`.
|
* **30.09.18:** - Multi-arch image. Move `.env` to `/config`.
|
||||||
* **05.09.18:** - Rebase to alpine linux 3.8.
|
* **05.09.18:** - Rebase to alpine linux 3.8.
|
||||||
* **06.03.18:** - Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default.conf and restart the container, a new default site config with htpasswd support will be created in its place
|
* **06.03.18:** - Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default and restart the container, a new default site config with htpasswd support will be created in its place
|
||||||
* **12.02.18:** - Initial Release.
|
* **12.02.18:** - Initial Release.
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
project_name: docker-heimdall
|
project_name: docker-heimdall
|
||||||
external_type: github_commit
|
external_type: github_commit
|
||||||
release_type: prerelease
|
release_type: prerelease
|
||||||
release_tag: development
|
release_tag: js
|
||||||
ls_branch: development
|
ls_branch: js
|
||||||
repo_vars:
|
repo_vars:
|
||||||
- EXT_GIT_BRANCH = '2.x'
|
- EXT_GIT_BRANCH = 'master'
|
||||||
- EXT_USER = 'linuxserver'
|
- EXT_USER = 'linuxserver'
|
||||||
- EXT_REPO = 'Heimdall'
|
- EXT_REPO = 'heimdalljs'
|
||||||
- CONTAINER_NAME = 'heimdall'
|
- CONTAINER_NAME = 'heimdall'
|
||||||
- BUILD_VERSION_ARG = 'HEIMDALL_RELEASE'
|
- BUILD_VERSION_ARG = 'HEIMDALL_RELEASE'
|
||||||
- LS_USER = 'linuxserver'
|
- LS_USER = 'linuxserver'
|
||||||
@@ -21,7 +21,7 @@ repo_vars:
|
|||||||
- MULTIARCH='true'
|
- MULTIARCH='true'
|
||||||
- CI='true'
|
- CI='true'
|
||||||
- CI_WEB='true'
|
- CI_WEB='true'
|
||||||
- CI_PORT='80'
|
- CI_PORT='3000'
|
||||||
- CI_SSL='false'
|
- CI_SSL='false'
|
||||||
- CI_DELAY='120'
|
- CI_DELAY='120'
|
||||||
- CI_DOCKERENV='TZ=US/Pacific'
|
- CI_DOCKERENV='TZ=US/Pacific'
|
||||||
|
|||||||
@@ -1,227 +1,699 @@
|
|||||||
NAME VERSION TYPE
|
NAME VERSION TYPE
|
||||||
alpine-baselayout 3.4.0-r0 apk
|
@mapbox/node-pre-gyp 1.0.3 npm
|
||||||
alpine-baselayout-data 3.4.0-r0 apk
|
@my-scope/package-a 0.0.0 npm
|
||||||
alpine-keys 2.4-r1 apk
|
@my-scope/package-b 0.0.0 npm
|
||||||
alpine-release 3.17.2-r0 apk
|
@quasar/extras 1.10.2 npm
|
||||||
apache2-utils 2.4.55-r0 apk
|
@tokenizer/token 0.3.0 npm
|
||||||
apk-tools 2.12.10-r1 apk
|
@types/color-name 1.1.1 npm
|
||||||
apr 1.7.2-r0 apk
|
@types/node 13.13.4 npm
|
||||||
apr-util 1.6.3-r0 apk
|
JSONStream 1.3.5 npm
|
||||||
argon2-libs 20190702-r2 apk
|
abbrev 1.1.1 npm
|
||||||
barryvdh/laravel-ide-helper v2.12.3 php-composer
|
accepts 1.3.7 npm
|
||||||
barryvdh/reflection-docblock v2.1.0 php-composer
|
agent-base 4.2.1 npm
|
||||||
bash 5.2.15-r0 apk
|
agent-base 4.3.0 npm
|
||||||
brick/math 0.9.3 php-composer
|
agent-base 6.0.2 npm
|
||||||
brotli-libs 1.0.9-r9 apk
|
agentkeepalive 3.5.2 npm
|
||||||
busybox 1.35.0 binary
|
ajv 6.12.6 npm
|
||||||
busybox 1.35.0-r29 apk
|
alpine-baselayout 3.2.0-r8 apk
|
||||||
busybox-binsh 1.35.0-r29 apk
|
alpine-keys 2.4-r0 apk
|
||||||
ca-certificates 20220614-r4 apk
|
ansi-align 2.0.0 npm
|
||||||
ca-certificates-bundle 20220614-r4 apk
|
ansi-escapes 4.3.1 npm
|
||||||
clue/stream-filter v1.6.0 php-composer
|
ansi-regex 2.1.1 npm
|
||||||
composer/pcre 3.1.0 php-composer
|
ansi-regex 3.0.0 npm
|
||||||
coreutils 9.1-r0 apk
|
ansi-regex 4.1.0 npm
|
||||||
curl 7.88.1-r0 apk
|
ansi-regex 4.1.1 npm
|
||||||
dflydev/dot-access-data v3.0.2 php-composer
|
ansi-regex 5.0.0 npm
|
||||||
doctrine/cache 2.2.0 php-composer
|
ansi-styles 3.2.1 npm
|
||||||
doctrine/dbal 3.5.1 php-composer
|
ansi-styles 4.2.1 npm
|
||||||
doctrine/deprecations v1.0.0 php-composer
|
ansicolors 0.3.2 npm
|
||||||
doctrine/event-manager 1.2.0 php-composer
|
ansistyles 0.1.3 npm
|
||||||
doctrine/inflector 2.0.6 php-composer
|
any-promise 1.3.0 npm
|
||||||
doctrine/instantiator 1.4.1 php-composer
|
apk-tools 2.12.7-r0 apk
|
||||||
doctrine/lexer 1.2.3 php-composer
|
append-field 1.0.0 npm
|
||||||
dragonmantank/cron-expression v3.3.2 php-composer
|
aproba 1.2.0 npm
|
||||||
egulias/email-validator 2.1.25 php-composer
|
aproba 2.0.0 npm
|
||||||
facade/flare-client-php 1.10.0 php-composer
|
archy 1.0.0 npm
|
||||||
facade/ignition 2.17.6 php-composer
|
are-we-there-yet 1.1.4 npm
|
||||||
facade/ignition-contracts 1.0.2 php-composer
|
are-we-there-yet 1.1.5 npm
|
||||||
fideloper/proxy 4.4.2 php-composer
|
array-flatten 1.1.1 npm
|
||||||
filp/whoops 2.14.6 php-composer
|
asap 2.0.6 npm
|
||||||
fzaninotto/faker v1.9.2 php-composer
|
asn1 0.2.4 npm
|
||||||
git 2.38.4-r0 apk
|
assert-plus 1.0.0 npm
|
||||||
graham-campbell/bounded-cache v1.3.0 php-composer
|
asynckit 0.4.0 npm
|
||||||
graham-campbell/github v10.6.0 php-composer
|
aws-sign2 0.7.0 npm
|
||||||
graham-campbell/manager v4.7.0 php-composer
|
aws4 1.11.0 npm
|
||||||
graham-campbell/result-type v1.1.0 php-composer
|
aws4 1.8.0 npm
|
||||||
guzzlehttp/guzzle 7.5.0 php-composer
|
axios 0.21.1 npm
|
||||||
guzzlehttp/promises 1.5.2 php-composer
|
balanced-match 1.0.0 npm
|
||||||
guzzlehttp/psr7 2.4.3 php-composer
|
base32.js 0.0.1 npm
|
||||||
hamcrest/hamcrest-php v2.0.1 php-composer
|
base64-js 1.3.1 npm
|
||||||
icu-data-en 72.1-r1 apk
|
bash 5.1.16-r0 apk
|
||||||
icu-libs 72.1-r1 apk
|
basic-auth 2.0.1 npm
|
||||||
jq 1.6-r2 apk
|
bcrypt 5.0.1 npm
|
||||||
knplabs/github-api v3.6.0 php-composer
|
bcrypt-pbkdf 1.0.2 npm
|
||||||
laravel/framework v8.83.26 php-composer
|
bin-links 1.1.8 npm
|
||||||
laravel/serializable-closure v1.2.2 php-composer
|
bl 4.0.3 npm
|
||||||
laravel/tinker v2.7.3 php-composer
|
block-stream 0.0.9 npm
|
||||||
laravel/ui v3.4.6 php-composer
|
bluebird 3.5.5 npm
|
||||||
laravelcollective/html v6.3.0 php-composer
|
bluebird 3.7.2 npm
|
||||||
league/commonmark 2.3.7 php-composer
|
body-parser 1.19.0 npm
|
||||||
league/config v1.1.1 php-composer
|
boxen 1.3.0 npm
|
||||||
league/flysystem 1.1.10 php-composer
|
brace-expansion 1.1.11 npm
|
||||||
league/mime-type-detection 1.11.0 php-composer
|
brotli-libs 1.0.9-r3 apk
|
||||||
libacl 2.3.1-r1 apk
|
buffer 5.4.3 npm
|
||||||
libattr 2.5.1-r2 apk
|
buffer 5.6.0 npm
|
||||||
libbsd 0.11.7-r0 apk
|
buffer-alloc 1.2.0 npm
|
||||||
libbz2 1.0.8-r4 apk
|
buffer-alloc-unsafe 1.1.0 npm
|
||||||
libc-utils 0.7.2-r3 apk
|
buffer-equal-constant-time 1.0.1 npm
|
||||||
libcrypto3 3.0.8-r0 apk
|
buffer-fill 1.0.0 npm
|
||||||
libcurl 7.88.1-r0 apk
|
buffer-from 1.0.0 npm
|
||||||
libedit 20221030.3.1-r0 apk
|
buffer-from 1.1.1 npm
|
||||||
libexpat 2.5.0-r0 apk
|
builtins 1.0.3 npm
|
||||||
libgcc 12.2.1_git20220924-r4 apk
|
busboy 0.2.14 npm
|
||||||
libintl 0.21.1-r1 apk
|
busybox 1.32.1 binary
|
||||||
libmd 1.0.4-r0 apk
|
busybox 1.32.1-r9 apk
|
||||||
libpq 15.2-r0 apk
|
byline 5.0.0 npm
|
||||||
libproc 3.3.17-r2 apk
|
byte-size 5.0.1 npm
|
||||||
libssl3 3.0.8-r0 apk
|
bytes 3.1.0 npm
|
||||||
libstdc++ 12.2.1_git20220924-r4 apk
|
c-ares 1.17.2-r0 apk
|
||||||
libuuid 2.38.1-r1 apk
|
ca-certificates 20220614-r0 apk
|
||||||
libxml2 2.10.3-r1 apk
|
ca-certificates-bundle 20220614-r0 apk
|
||||||
libzip 1.9.2-r2 apk
|
cacache 12.0.3 npm
|
||||||
linux-pam 1.5.2-r1 apk
|
call-limit 1.1.1 npm
|
||||||
logrotate 3.20.1-r3 apk
|
camelcase 4.1.0 npm
|
||||||
mockery/mockery 1.5.1 php-composer
|
camelcase 5.3.1 npm
|
||||||
monolog/monolog 2.8.0 php-composer
|
capture-stack-trace 1.0.0 npm
|
||||||
musl 1.2.3-r4 apk
|
caseless 0.12.0 npm
|
||||||
musl-utils 1.2.3-r4 apk
|
chalk 2.4.1 npm
|
||||||
myclabs/deep-copy 1.11.0 php-composer
|
chalk 4.1.0 npm
|
||||||
nano 7.0-r0 apk
|
chardet 0.7.0 npm
|
||||||
ncurses-libs 6.3_p20221119-r0 apk
|
chownr 1.1.4 npm
|
||||||
ncurses-terminfo-base 6.3_p20221119-r0 apk
|
chownr 2.0.0 npm
|
||||||
nesbot/carbon 2.63.0 php-composer
|
ci-info 1.6.0 npm
|
||||||
netcat-openbsd 1.130-r4 apk
|
ci-info 2.0.0 npm
|
||||||
nette/schema v1.2.3 php-composer
|
cidr-regex 2.0.10 npm
|
||||||
nette/utils v3.2.8 php-composer
|
cli-boxes 1.0.0 npm
|
||||||
nghttp2-libs 1.51.0-r0 apk
|
cli-color 1.4.0 npm
|
||||||
nginx 1.22.1-r0 apk
|
cli-columns 3.1.2 npm
|
||||||
nikic/php-parser v4.15.2 php-composer
|
cli-cursor 3.1.0 npm
|
||||||
nunomaduro/collision v5.11.0 php-composer
|
cli-table3 0.5.1 npm
|
||||||
oniguruma 6.9.8-r0 apk
|
cli-width 3.0.0 npm
|
||||||
openssl 3.0.8-r0 apk
|
cliui 5.0.0 npm
|
||||||
opis/closure 3.6.3 php-composer
|
clone 1.0.4 npm
|
||||||
pcre 8.45-r2 apk
|
cmd-shim 3.0.3 npm
|
||||||
pcre2 10.42-r0 apk
|
code-point-at 1.1.0 npm
|
||||||
phar-io/manifest 2.0.3 php-composer
|
color-convert 1.9.1 npm
|
||||||
phar-io/version 3.2.1 php-composer
|
color-convert 1.9.3 npm
|
||||||
php-cli 8.1.16 binary
|
color-convert 2.0.1 npm
|
||||||
php-fpm 8.1.16 binary
|
color-name 1.1.3 npm
|
||||||
php-http/cache-plugin 1.7.5 php-composer
|
color-name 1.1.4 npm
|
||||||
php-http/client-common 2.6.0 php-composer
|
colors 1.3.3 npm
|
||||||
php-http/discovery 1.14.3 php-composer
|
columnify 1.5.4 npm
|
||||||
php-http/httplug 2.3.0 php-composer
|
combined-stream 1.0.6 npm
|
||||||
php-http/message 1.13.0 php-composer
|
combined-stream 1.0.8 npm
|
||||||
php-http/message-factory v1.0.2 php-composer
|
commander 2.20.3 npm
|
||||||
php-http/multipart-stream-builder 1.2.0 php-composer
|
concat-map 0.0.1 npm
|
||||||
php-http/promise 1.1.0 php-composer
|
concat-stream 1.6.2 npm
|
||||||
php81 8.1.16-r0 apk
|
config-chain 1.1.12 npm
|
||||||
php81-common 8.1.16-r0 apk
|
configstore 3.1.5 npm
|
||||||
php81-ctype 8.1.16-r0 apk
|
console-control-strings 1.1.0 npm
|
||||||
php81-curl 8.1.16-r0 apk
|
content-disposition 0.5.3 npm
|
||||||
php81-fileinfo 8.1.16-r0 apk
|
content-type 1.0.4 npm
|
||||||
php81-fpm 8.1.16-r0 apk
|
cookie 0.4.0 npm
|
||||||
php81-intl 8.1.16-r0 apk
|
cookie-parser 1.4.5 npm
|
||||||
php81-mbstring 8.1.16-r0 apk
|
cookie-signature 1.0.6 npm
|
||||||
php81-mysqlnd 8.1.16-r0 apk
|
copy-concurrently 1.0.5 npm
|
||||||
php81-openssl 8.1.16-r0 apk
|
core-js 3.10.1 npm
|
||||||
php81-pdo 8.1.16-r0 apk
|
core-util-is 1.0.2 npm
|
||||||
php81-pdo_mysql 8.1.16-r0 apk
|
coreutils 8.32-r2 apk
|
||||||
php81-pdo_pgsql 8.1.16-r0 apk
|
cors 2.8.5 npm
|
||||||
php81-pdo_sqlite 8.1.16-r0 apk
|
create-error-class 3.0.2 npm
|
||||||
php81-session 8.1.16-r0 apk
|
cross-spawn 5.1.0 npm
|
||||||
php81-simplexml 8.1.16-r0 apk
|
crypto-random-string 1.0.0 npm
|
||||||
php81-tokenizer 8.1.16-r0 apk
|
curl 7.79.1-r3 apk
|
||||||
php81-xml 8.1.16-r0 apk
|
cyclist 0.2.2 npm
|
||||||
php81-xmlwriter 8.1.16-r0 apk
|
d 1.0.1 npm
|
||||||
php81-zip 8.1.16-r0 apk
|
dashdash 1.14.1 npm
|
||||||
phpdocumentor/reflection-common 2.2.0 php-composer
|
debug 2.6.9 npm
|
||||||
phpdocumentor/type-resolver 1.6.2 php-composer
|
debug 3.1.0 npm
|
||||||
phpoption/phpoption 1.9.0 php-composer
|
debug 3.2.7 npm
|
||||||
phpunit/php-code-coverage 9.2.19 php-composer
|
debug 4.3.1 npm
|
||||||
phpunit/php-file-iterator 3.0.6 php-composer
|
debuglog 1.0.1 npm
|
||||||
phpunit/php-invoker 3.1.1 php-composer
|
decamelize 1.2.0 npm
|
||||||
phpunit/php-text-template 2.0.4 php-composer
|
decode-uri-component 0.2.0 npm
|
||||||
phpunit/php-timer 5.0.3 php-composer
|
deep-extend 0.6.0 npm
|
||||||
phpunit/phpunit 9.5.26 php-composer
|
defaults 1.0.3 npm
|
||||||
popt 1.19-r0 apk
|
define-properties 1.1.3 npm
|
||||||
procps 3.3.17-r2 apk
|
delayed-stream 1.0.0 npm
|
||||||
psr/cache 1.0.1 php-composer
|
delegates 1.0.0 npm
|
||||||
psr/container 1.1.2 php-composer
|
denque 1.5.1 npm
|
||||||
psr/event-dispatcher 1.0.0 php-composer
|
depd 1.1.2 npm
|
||||||
psr/http-client 1.0.1 php-composer
|
depd 2.0.0 npm
|
||||||
psr/http-factory 1.0.1 php-composer
|
destroy 1.0.4 npm
|
||||||
psr/http-message 1.0.1 php-composer
|
detect-indent 5.0.0 npm
|
||||||
psr/log 1.1.4 php-composer
|
detect-libc 1.0.3 npm
|
||||||
psr/simple-cache 1.0.1 php-composer
|
detect-newline 2.1.0 npm
|
||||||
psy/psysh v0.11.9 php-composer
|
dezalgo 1.0.3 npm
|
||||||
ralouphie/getallheaders 3.0.3 php-composer
|
dicer 0.2.5 npm
|
||||||
ramsey/collection 1.2.2 php-composer
|
dijkstrajs 1.0.1 npm
|
||||||
ramsey/uuid 4.2.3 php-composer
|
docker-modem 2.1.4 npm
|
||||||
readline 8.2.0-r0 apk
|
dockerode 3.2.1 npm
|
||||||
scanelf 1.3.5-r1 apk
|
dot-prop 4.2.1 npm
|
||||||
sebastian/cli-parser 1.0.1 php-composer
|
dotenv 5.0.1 npm
|
||||||
sebastian/code-unit 1.0.8 php-composer
|
dotenv 8.2.0 npm
|
||||||
sebastian/code-unit-reverse-lookup 2.0.3 php-composer
|
dottie 2.0.2 npm
|
||||||
sebastian/comparator 4.0.8 php-composer
|
duplexer3 0.1.4 npm
|
||||||
sebastian/complexity 2.0.2 php-composer
|
duplexify 3.6.0 npm
|
||||||
sebastian/diff 4.0.4 php-composer
|
ecc-jsbn 0.1.2 npm
|
||||||
sebastian/environment 5.1.4 php-composer
|
ecdsa-sig-formatter 1.0.11 npm
|
||||||
sebastian/exporter 4.0.5 php-composer
|
editor 1.0.0 npm
|
||||||
sebastian/global-state 5.0.5 php-composer
|
editorconfig 0.15.3 npm
|
||||||
sebastian/lines-of-code 1.0.3 php-composer
|
ee-first 1.1.1 npm
|
||||||
sebastian/object-enumerator 4.0.4 php-composer
|
emoji-regex 7.0.3 npm
|
||||||
sebastian/object-reflector 2.0.4 php-composer
|
emoji-regex 8.0.0 npm
|
||||||
sebastian/recursion-context 4.0.4 php-composer
|
encodeurl 1.0.2 npm
|
||||||
sebastian/resource-operations 3.0.3 php-composer
|
encoding 0.1.12 npm
|
||||||
sebastian/type 3.2.0 php-composer
|
end-of-stream 1.4.1 npm
|
||||||
sebastian/version 3.0.2 php-composer
|
end-of-stream 1.4.4 npm
|
||||||
shadow 4.13-r0 apk
|
env-paths 2.2.0 npm
|
||||||
skalibs 2.12.0.1-r0 apk
|
err-code 1.1.2 npm
|
||||||
sqlite-libs 3.40.1-r0 apk
|
errno 0.1.7 npm
|
||||||
squizlabs/php_codesniffer 3.7.1 php-composer
|
es-abstract 1.12.0 npm
|
||||||
ssl_client 1.35.0-r29 apk
|
es-to-primitive 1.2.0 npm
|
||||||
swiftmailer/swiftmailer v6.3.0 php-composer
|
es5-ext 0.10.53 npm
|
||||||
symfony/cache v5.4.15 php-composer
|
es6-iterator 2.0.3 npm
|
||||||
symfony/cache-contracts v2.5.2 php-composer
|
es6-promise 4.2.8 npm
|
||||||
symfony/console v5.4.15 php-composer
|
es6-promisify 5.0.0 npm
|
||||||
symfony/css-selector v5.4.11 php-composer
|
es6-symbol 3.1.3 npm
|
||||||
symfony/deprecation-contracts v2.5.2 php-composer
|
es6-weak-map 2.0.3 npm
|
||||||
symfony/error-handler v5.4.15 php-composer
|
escape-html 1.0.3 npm
|
||||||
symfony/event-dispatcher v5.4.9 php-composer
|
escape-string-regexp 1.0.5 npm
|
||||||
symfony/event-dispatcher-contracts v2.5.2 php-composer
|
etag 1.8.1 npm
|
||||||
symfony/finder v5.4.11 php-composer
|
event-emitter 0.3.5 npm
|
||||||
symfony/http-foundation v5.4.15 php-composer
|
execa 0.7.0 npm
|
||||||
symfony/http-kernel v5.4.15 php-composer
|
express 4.17.1 npm
|
||||||
symfony/mime v5.4.14 php-composer
|
ext 1.4.0 npm
|
||||||
symfony/options-resolver v5.4.11 php-composer
|
extend 3.0.2 npm
|
||||||
symfony/polyfill-ctype v1.27.0 php-composer
|
external-editor 3.1.0 npm
|
||||||
symfony/polyfill-iconv v1.27.0 php-composer
|
extsprintf 1.3.0 npm
|
||||||
symfony/polyfill-intl-grapheme v1.27.0 php-composer
|
fast-deep-equal 3.1.1 npm
|
||||||
symfony/polyfill-intl-idn v1.27.0 php-composer
|
fast-deep-equal 3.1.3 npm
|
||||||
symfony/polyfill-intl-normalizer v1.27.0 php-composer
|
fast-json-stable-stringify 2.0.0 npm
|
||||||
symfony/polyfill-mbstring v1.27.0 php-composer
|
fast-json-stable-stringify 2.1.0 npm
|
||||||
symfony/polyfill-php72 v1.27.0 php-composer
|
figgy-pudding 3.5.1 npm
|
||||||
symfony/polyfill-php73 v1.27.0 php-composer
|
figures 3.2.0 npm
|
||||||
symfony/polyfill-php80 v1.27.0 php-composer
|
file-type 16.5.3 npm
|
||||||
symfony/polyfill-php81 v1.27.0 php-composer
|
finalhandler 1.1.2 npm
|
||||||
symfony/process v5.4.11 php-composer
|
find-npm-prefix 1.0.2 npm
|
||||||
symfony/routing v5.4.15 php-composer
|
find-up 3.0.0 npm
|
||||||
symfony/service-contracts v2.5.2 php-composer
|
flush-write-stream 1.0.3 npm
|
||||||
symfony/string v5.4.15 php-composer
|
follow-redirects 1.13.0 npm
|
||||||
symfony/thanks v1.2.10 php-composer
|
forever-agent 0.6.1 npm
|
||||||
symfony/translation v5.4.14 php-composer
|
form-data 2.3.2 npm
|
||||||
symfony/translation-contracts v2.5.2 php-composer
|
form-data 2.3.3 npm
|
||||||
symfony/var-dumper v5.4.14 php-composer
|
forwarded 0.1.2 npm
|
||||||
symfony/var-exporter v5.4.10 php-composer
|
fresh 0.5.2 npm
|
||||||
symfony/yaml v5.4.14 php-composer
|
from2 1.3.0 npm
|
||||||
theseer/tokenizer 1.2.1 php-composer
|
from2 2.3.0 npm
|
||||||
tijsverkoyen/css-to-inline-styles 2.2.5 php-composer
|
fs-constants 1.0.0 npm
|
||||||
tzdata 2022f-r1 apk
|
fs-extra 7.0.1 npm
|
||||||
utmps-libs 0.1.2.0-r1 apk
|
fs-minipass 1.2.7 npm
|
||||||
vlucas/phpdotenv v5.5.0 php-composer
|
fs-minipass 2.1.0 npm
|
||||||
voku/portable-ascii 1.6.1 php-composer
|
fs-vacuum 1.2.10 npm
|
||||||
webmozart/assert 1.11.0 php-composer
|
fs-write-stream-atomic 1.0.10 npm
|
||||||
xz 5.2.9-r0 apk
|
fs.realpath 1.0.0 npm
|
||||||
xz-libs 5.2.9-r0 apk
|
fstream 1.0.12 npm
|
||||||
zlib 1.2.13-r0 apk
|
function-bind 1.1.1 npm
|
||||||
zstd-libs 1.5.2-r9 apk
|
gauge 2.7.4 npm
|
||||||
|
generate-function 2.3.1 npm
|
||||||
|
genfun 5.0.0 npm
|
||||||
|
gentle-fs 2.3.1 npm
|
||||||
|
get-caller-file 2.0.5 npm
|
||||||
|
get-stream 3.0.0 npm
|
||||||
|
get-stream 4.1.0 npm
|
||||||
|
getpass 0.1.7 npm
|
||||||
|
glob 7.1.6 npm
|
||||||
|
global-dirs 0.1.1 npm
|
||||||
|
got 6.7.1 npm
|
||||||
|
graceful-fs 4.2.3 npm
|
||||||
|
graceful-fs 4.2.4 npm
|
||||||
|
har-schema 2.0.0 npm
|
||||||
|
har-validator 5.1.5 npm
|
||||||
|
has 1.0.3 npm
|
||||||
|
has-flag 3.0.0 npm
|
||||||
|
has-flag 4.0.0 npm
|
||||||
|
has-symbols 1.0.0 npm
|
||||||
|
has-unicode 2.0.1 npm
|
||||||
|
heimdall 3.0.0 npm
|
||||||
|
hosted-git-info 2.8.9 npm
|
||||||
|
http-cache-semantics 3.8.1 npm
|
||||||
|
http-errors 1.7.2 npm
|
||||||
|
http-proxy-agent 2.1.0 npm
|
||||||
|
http-signature 1.2.0 npm
|
||||||
|
https-proxy-agent 2.2.4 npm
|
||||||
|
https-proxy-agent 5.0.0 npm
|
||||||
|
humanize-ms 1.2.1 npm
|
||||||
|
iconv-lite 0.4.23 npm
|
||||||
|
iconv-lite 0.4.24 npm
|
||||||
|
iconv-lite 0.6.3 npm
|
||||||
|
ieee754 1.2.1 npm
|
||||||
|
iferr 0.1.5 npm
|
||||||
|
iferr 1.0.2 npm
|
||||||
|
ignore-walk 3.0.3 npm
|
||||||
|
import-lazy 2.1.0 npm
|
||||||
|
imurmurhash 0.1.4 npm
|
||||||
|
infer-owner 1.0.4 npm
|
||||||
|
inflection 1.12.0 npm
|
||||||
|
inflight 1.0.6 npm
|
||||||
|
inherits 2.0.3 npm
|
||||||
|
inherits 2.0.4 npm
|
||||||
|
ini 1.3.8 npm
|
||||||
|
init-package-json 1.10.3 npm
|
||||||
|
inquirer 7.3.3 npm
|
||||||
|
ip 1.1.5 npm
|
||||||
|
ip-regex 2.1.0 npm
|
||||||
|
ipaddr.js 1.9.0 npm
|
||||||
|
is-callable 1.1.4 npm
|
||||||
|
is-ci 1.2.1 npm
|
||||||
|
is-cidr 3.0.0 npm
|
||||||
|
is-date-object 1.0.1 npm
|
||||||
|
is-fullwidth-code-point 1.0.0 npm
|
||||||
|
is-fullwidth-code-point 2.0.0 npm
|
||||||
|
is-fullwidth-code-point 3.0.0 npm
|
||||||
|
is-installed-globally 0.1.0 npm
|
||||||
|
is-npm 1.0.0 npm
|
||||||
|
is-obj 1.0.1 npm
|
||||||
|
is-path-inside 1.0.1 npm
|
||||||
|
is-promise 2.2.2 npm
|
||||||
|
is-property 1.0.2 npm
|
||||||
|
is-redirect 1.0.0 npm
|
||||||
|
is-regex 1.0.4 npm
|
||||||
|
is-retry-allowed 1.2.0 npm
|
||||||
|
is-stream 1.1.0 npm
|
||||||
|
is-symbol 1.0.2 npm
|
||||||
|
is-typedarray 1.0.0 npm
|
||||||
|
isarray 0.0.1 npm
|
||||||
|
isarray 1.0.0 npm
|
||||||
|
isarray 2.0.5 npm
|
||||||
|
isexe 2.0.0 npm
|
||||||
|
isstream 0.1.2 npm
|
||||||
|
js-beautify 1.13.0 npm
|
||||||
|
jsbn 0.1.1 npm
|
||||||
|
json-parse-better-errors 1.0.2 npm
|
||||||
|
json-schema 0.2.3 npm
|
||||||
|
json-schema 0.4.0 npm
|
||||||
|
json-schema-traverse 0.4.1 npm
|
||||||
|
json-stringify-safe 5.0.1 npm
|
||||||
|
jsonfile 4.0.0 npm
|
||||||
|
jsonparse 1.3.1 npm
|
||||||
|
jsonwebtoken 8.5.1 npm
|
||||||
|
jsprim 1.4.1 npm
|
||||||
|
jsprim 1.4.2 npm
|
||||||
|
jwa 1.4.1 npm
|
||||||
|
jws 3.2.2 npm
|
||||||
|
latest-version 3.1.0 npm
|
||||||
|
lazy-property 1.0.0 npm
|
||||||
|
libacl 2.2.53-r0 apk
|
||||||
|
libattr 2.4.48-r0 apk
|
||||||
|
libc-utils 0.7.2-r3 apk
|
||||||
|
libcipm 4.0.8 npm
|
||||||
|
libcrypto1.1 1.1.1s-r0 apk
|
||||||
|
libcurl 7.79.1-r3 apk
|
||||||
|
libgcc 10.2.1_pre1-r3 apk
|
||||||
|
libintl 0.20.2-r2 apk
|
||||||
|
libnpm 3.0.1 npm
|
||||||
|
libnpmaccess 3.0.2 npm
|
||||||
|
libnpmconfig 1.2.1 npm
|
||||||
|
libnpmhook 5.0.3 npm
|
||||||
|
libnpmorg 1.0.1 npm
|
||||||
|
libnpmpublish 1.1.2 npm
|
||||||
|
libnpmsearch 2.0.2 npm
|
||||||
|
libnpmteam 1.0.2 npm
|
||||||
|
libnpx 10.2.4 npm
|
||||||
|
libproc 3.3.16-r0 apk
|
||||||
|
libssl1.1 1.1.1s-r0 apk
|
||||||
|
libstdc++ 10.2.1_pre1-r3 apk
|
||||||
|
libtls-standalone 2.9.1-r1 apk
|
||||||
|
linux-pam 1.5.1-r0 apk
|
||||||
|
locate-path 3.0.0 npm
|
||||||
|
lock-verify 2.1.0 npm
|
||||||
|
lockfile 1.0.4 npm
|
||||||
|
lodash 4.17.21 npm
|
||||||
|
lodash._baseindexof 3.1.0 npm
|
||||||
|
lodash._baseuniq 4.6.0 npm
|
||||||
|
lodash._bindcallback 3.0.1 npm
|
||||||
|
lodash._cacheindexof 3.0.2 npm
|
||||||
|
lodash._createcache 3.1.2 npm
|
||||||
|
lodash._createset 4.0.3 npm
|
||||||
|
lodash._getnative 3.9.1 npm
|
||||||
|
lodash._root 3.0.1 npm
|
||||||
|
lodash.clonedeep 4.5.0 npm
|
||||||
|
lodash.includes 4.3.0 npm
|
||||||
|
lodash.isboolean 3.0.3 npm
|
||||||
|
lodash.isinteger 4.0.4 npm
|
||||||
|
lodash.isnumber 3.0.3 npm
|
||||||
|
lodash.isplainobject 4.0.6 npm
|
||||||
|
lodash.isstring 4.0.1 npm
|
||||||
|
lodash.once 4.1.1 npm
|
||||||
|
lodash.restparam 3.6.1 npm
|
||||||
|
lodash.union 4.6.0 npm
|
||||||
|
lodash.uniq 4.5.0 npm
|
||||||
|
lodash.without 4.4.0 npm
|
||||||
|
long 4.0.0 npm
|
||||||
|
lowercase-keys 1.0.1 npm
|
||||||
|
lru-cache 4.1.5 npm
|
||||||
|
lru-cache 5.1.1 npm
|
||||||
|
lru-cache 6.0.0 npm
|
||||||
|
lru-queue 0.1.0 npm
|
||||||
|
make-dir 1.3.0 npm
|
||||||
|
make-dir 3.1.0 npm
|
||||||
|
make-fetch-happen 5.0.2 npm
|
||||||
|
meant 1.0.2 npm
|
||||||
|
media-typer 0.3.0 npm
|
||||||
|
memoizee 0.4.14 npm
|
||||||
|
merge-descriptors 1.0.1 npm
|
||||||
|
methods 1.1.2 npm
|
||||||
|
mime 1.6.0 npm
|
||||||
|
mime-db 1.35.0 npm
|
||||||
|
mime-db 1.47.0 npm
|
||||||
|
mime-types 2.1.19 npm
|
||||||
|
mime-types 2.1.30 npm
|
||||||
|
mimic-fn 2.1.0 npm
|
||||||
|
minimatch 3.0.4 npm
|
||||||
|
minimist 1.2.5 npm
|
||||||
|
minimist 1.2.6 npm
|
||||||
|
minipass 2.9.0 npm
|
||||||
|
minipass 3.1.3 npm
|
||||||
|
minizlib 1.3.3 npm
|
||||||
|
minizlib 2.1.2 npm
|
||||||
|
mississippi 3.0.0 npm
|
||||||
|
mkdirp 0.5.5 npm
|
||||||
|
mkdirp 1.0.4 npm
|
||||||
|
mkdirp-classic 0.5.3 npm
|
||||||
|
moment 2.29.1 npm
|
||||||
|
moment-timezone 0.5.33 npm
|
||||||
|
monorepo-symlink-test 0.0.0 npm
|
||||||
|
morgan 1.10.0 npm
|
||||||
|
move-concurrently 1.0.1 npm
|
||||||
|
ms 2.0.0 npm
|
||||||
|
ms 2.1.1 npm
|
||||||
|
ms 2.1.2 npm
|
||||||
|
ms 2.1.3 npm
|
||||||
|
multer 1.4.2 npm
|
||||||
|
musl 1.2.2-r2 apk
|
||||||
|
musl-utils 1.2.2-r1 apk
|
||||||
|
mute-stream 0.0.7 npm
|
||||||
|
mute-stream 0.0.8 npm
|
||||||
|
mylib 0.0.0 npm
|
||||||
|
mysql2 2.3.0 npm
|
||||||
|
named-placeholders 1.1.2 npm
|
||||||
|
ncurses-libs 6.2_p20210109-r1 apk
|
||||||
|
ncurses-terminfo-base 6.2_p20210109-r1 apk
|
||||||
|
needle 2.6.0 npm
|
||||||
|
negotiator 0.6.2 npm
|
||||||
|
next-tick 1.0.0 npm
|
||||||
|
nghttp2-libs 1.42.0-r1 apk
|
||||||
|
node 14.20.1 binary
|
||||||
|
node-addon-api 3.1.0 npm
|
||||||
|
node-fetch 2.6.1 npm
|
||||||
|
node-fetch-npm 2.0.2 npm
|
||||||
|
node-gyp 3.8.0 npm
|
||||||
|
node-gyp 5.1.0 npm
|
||||||
|
node-pre-gyp 0.11.0 npm
|
||||||
|
nodejs 14.20.1-r0 apk
|
||||||
|
nopt 3.0.6 npm
|
||||||
|
nopt 4.0.3 npm
|
||||||
|
nopt 5.0.0 npm
|
||||||
|
normalize-package-data 2.5.0 npm
|
||||||
|
npm 14.20.1-r0 apk
|
||||||
|
npm 6.14.17 npm
|
||||||
|
npm-audit-report 1.3.3 npm
|
||||||
|
npm-bundled 1.1.1 npm
|
||||||
|
npm-cache-filename 1.0.2 npm
|
||||||
|
npm-init 0.0.0 npm
|
||||||
|
npm-install-checks 3.0.2 npm
|
||||||
|
npm-lifecycle 3.1.5 npm
|
||||||
|
npm-logical-tree 1.2.1 npm
|
||||||
|
npm-normalize-package-bin 1.0.1 npm
|
||||||
|
npm-package-arg 6.1.1 npm
|
||||||
|
npm-packlist 1.4.8 npm
|
||||||
|
npm-pick-manifest 3.0.2 npm
|
||||||
|
npm-profile 4.0.4 npm
|
||||||
|
npm-registry-fetch 4.0.7 npm
|
||||||
|
npm-run-path 2.0.2 npm
|
||||||
|
npm-user-validate 1.0.1 npm
|
||||||
|
npmlog 4.1.2 npm
|
||||||
|
number-is-nan 1.0.1 npm
|
||||||
|
nw-pre-gyp-module-test 0.0.1 npm
|
||||||
|
oauth-sign 0.9.0 npm
|
||||||
|
object-assign 4.1.1 npm
|
||||||
|
object-keys 1.0.12 npm
|
||||||
|
object.getownpropertydescriptors 2.0.3 npm
|
||||||
|
on-finished 2.3.0 npm
|
||||||
|
on-headers 1.0.2 npm
|
||||||
|
once 1.4.0 npm
|
||||||
|
onetime 5.1.0 npm
|
||||||
|
opener 1.5.2 npm
|
||||||
|
os-homedir 1.0.2 npm
|
||||||
|
os-tmpdir 1.0.2 npm
|
||||||
|
osenv 0.1.5 npm
|
||||||
|
p-finally 1.0.0 npm
|
||||||
|
p-limit 2.2.0 npm
|
||||||
|
p-limit 2.2.2 npm
|
||||||
|
p-limit 2.3.0 npm
|
||||||
|
p-locate 3.0.0 npm
|
||||||
|
p-try 2.2.0 npm
|
||||||
|
package-json 4.0.1 npm
|
||||||
|
pacote 9.5.12 npm
|
||||||
|
parallel-transform 1.1.0 npm
|
||||||
|
parseurl 1.3.3 npm
|
||||||
|
passport 0.4.1 npm
|
||||||
|
passport-jwt 4.0.0 npm
|
||||||
|
passport-strategy 1.0.0 npm
|
||||||
|
path-exists 3.0.0 npm
|
||||||
|
path-is-absolute 1.0.1 npm
|
||||||
|
path-is-inside 1.0.2 npm
|
||||||
|
path-key 2.0.1 npm
|
||||||
|
path-parse 1.0.6 npm
|
||||||
|
path-parse 1.0.7 npm
|
||||||
|
path-to-regexp 0.1.7 npm
|
||||||
|
pause 0.0.1 npm
|
||||||
|
peek-readable 4.0.1 npm
|
||||||
|
performance-now 2.1.0 npm
|
||||||
|
pify 3.0.0 npm
|
||||||
|
pngjs 3.4.0 npm
|
||||||
|
prepend-http 1.0.4 npm
|
||||||
|
process-nextick-args 2.0.0 npm
|
||||||
|
process-nextick-args 2.0.1 npm
|
||||||
|
procps 3.3.16-r0 apk
|
||||||
|
promise-inflight 1.0.1 npm
|
||||||
|
promise-retry 1.1.1 npm
|
||||||
|
promzard 0.3.0 npm
|
||||||
|
proto-list 1.2.4 npm
|
||||||
|
protoduck 5.0.1 npm
|
||||||
|
proxy-addr 2.0.5 npm
|
||||||
|
prr 1.0.1 npm
|
||||||
|
pseudomap 1.0.2 npm
|
||||||
|
psl 1.1.29 npm
|
||||||
|
psl 1.8.0 npm
|
||||||
|
pump 2.0.1 npm
|
||||||
|
pump 3.0.0 npm
|
||||||
|
pumpify 1.5.1 npm
|
||||||
|
punycode 1.4.1 npm
|
||||||
|
punycode 2.1.1 npm
|
||||||
|
qrcode 1.4.4 npm
|
||||||
|
qrcode-terminal 0.12.0 npm
|
||||||
|
qs 6.5.2 npm
|
||||||
|
qs 6.7.0 npm
|
||||||
|
quasar 1.15.10 npm
|
||||||
|
query-string 6.8.2 npm
|
||||||
|
qw 1.0.1 npm
|
||||||
|
range-parser 1.2.1 npm
|
||||||
|
raw-body 2.4.0 npm
|
||||||
|
rc 1.2.8 npm
|
||||||
|
read 1.0.7 npm
|
||||||
|
read-cmd-shim 1.0.5 npm
|
||||||
|
read-installed 4.0.3 npm
|
||||||
|
read-package-json 2.1.1 npm
|
||||||
|
read-package-tree 5.3.1 npm
|
||||||
|
readable-stream 1.1.14 npm
|
||||||
|
readable-stream 2.3.6 npm
|
||||||
|
readable-stream 2.3.7 npm
|
||||||
|
readable-stream 3.6.0 npm
|
||||||
|
readable-web-to-node-stream 3.0.2 npm
|
||||||
|
readdir-scoped-modules 1.1.0 npm
|
||||||
|
readline 8.1.0-r0 apk
|
||||||
|
registry-auth-token 3.4.0 npm
|
||||||
|
registry-url 3.1.0 npm
|
||||||
|
request 2.88.0 npm
|
||||||
|
request 2.88.2 npm
|
||||||
|
require-directory 2.1.1 npm
|
||||||
|
require-main-filename 2.0.0 npm
|
||||||
|
resolve 1.10.0 npm
|
||||||
|
resolve 1.15.1 npm
|
||||||
|
resolve-from 4.0.0 npm
|
||||||
|
restore-cursor 3.1.0 npm
|
||||||
|
retry 0.10.1 npm
|
||||||
|
retry 0.12.0 npm
|
||||||
|
retry-as-promised 3.2.0 npm
|
||||||
|
rimraf 2.7.1 npm
|
||||||
|
rimraf 3.0.2 npm
|
||||||
|
run-async 2.4.1 npm
|
||||||
|
run-queue 1.0.3 npm
|
||||||
|
rxjs 6.6.2 npm
|
||||||
|
s6-ipcserver 2.10.0.0-r0 apk
|
||||||
|
safe-buffer 5.1.2 npm
|
||||||
|
safe-buffer 5.2.0 npm
|
||||||
|
safe-buffer 5.2.1 npm
|
||||||
|
safer-buffer 2.1.2 npm
|
||||||
|
sax 1.2.4 npm
|
||||||
|
scanelf 1.2.8-r0 apk
|
||||||
|
semver 5.3.0 npm
|
||||||
|
semver 5.7.1 npm
|
||||||
|
semver 6.3.0 npm
|
||||||
|
semver 7.3.5 npm
|
||||||
|
semver-diff 2.1.0 npm
|
||||||
|
send 0.17.1 npm
|
||||||
|
seq-queue 0.0.5 npm
|
||||||
|
sequelize 6.6.2 npm
|
||||||
|
sequelize-cli 6.2.0 npm
|
||||||
|
sequelize-pool 6.1.0 npm
|
||||||
|
serve-static 1.14.1 npm
|
||||||
|
set-blocking 2.0.0 npm
|
||||||
|
setprototypeof 1.1.1 npm
|
||||||
|
sha 3.0.0 npm
|
||||||
|
shadow 4.8.1-r0 apk
|
||||||
|
shebang-command 1.2.0 npm
|
||||||
|
shebang-regex 1.0.0 npm
|
||||||
|
sigmund 1.0.1 npm
|
||||||
|
signal-exit 3.0.2 npm
|
||||||
|
skalibs 2.10.0.0-r0 apk
|
||||||
|
slide 1.1.6 npm
|
||||||
|
smart-buffer 4.1.0 npm
|
||||||
|
socks 2.3.3 npm
|
||||||
|
socks-proxy-agent 4.0.2 npm
|
||||||
|
sortablejs 1.10.2 npm
|
||||||
|
sorted-object 2.0.1 npm
|
||||||
|
sorted-union-stream 2.1.3 npm
|
||||||
|
spdx-correct 3.0.0 npm
|
||||||
|
spdx-exceptions 2.1.0 npm
|
||||||
|
spdx-expression-parse 3.0.0 npm
|
||||||
|
spdx-license-ids 3.0.5 npm
|
||||||
|
speakeasy 2.0.0 npm
|
||||||
|
split-ca 1.0.1 npm
|
||||||
|
split-on-first 1.1.0 npm
|
||||||
|
sqlite3 5.0.2 npm
|
||||||
|
sqlstring 2.3.2 npm
|
||||||
|
ssh2 0.8.9 npm
|
||||||
|
ssh2-streams 0.4.10 npm
|
||||||
|
sshpk 1.14.2 npm
|
||||||
|
sshpk 1.16.1 npm
|
||||||
|
ssl_client 1.32.1-r9 apk
|
||||||
|
ssri 6.0.2 npm
|
||||||
|
statuses 1.5.0 npm
|
||||||
|
stream-each 1.2.2 npm
|
||||||
|
stream-iterate 1.2.0 npm
|
||||||
|
stream-shift 1.0.0 npm
|
||||||
|
streamsearch 0.1.2 npm
|
||||||
|
strict-uri-encode 2.0.0 npm
|
||||||
|
string-width 1.0.2 npm
|
||||||
|
string-width 2.1.1 npm
|
||||||
|
string-width 3.1.0 npm
|
||||||
|
string-width 4.2.0 npm
|
||||||
|
string_decoder 0.10.31 npm
|
||||||
|
string_decoder 1.1.1 npm
|
||||||
|
string_decoder 1.3.0 npm
|
||||||
|
stringify-package 1.0.1 npm
|
||||||
|
strip-ansi 3.0.1 npm
|
||||||
|
strip-ansi 4.0.0 npm
|
||||||
|
strip-ansi 5.2.0 npm
|
||||||
|
strip-ansi 6.0.0 npm
|
||||||
|
strip-eof 1.0.0 npm
|
||||||
|
strip-json-comments 2.0.1 npm
|
||||||
|
strtok3 6.2.4 npm
|
||||||
|
supports-color 5.4.0 npm
|
||||||
|
supports-color 7.2.0 npm
|
||||||
|
tar 2.2.2 npm
|
||||||
|
tar 4.4.13 npm
|
||||||
|
tar 4.4.19 npm
|
||||||
|
tar 6.1.0 npm
|
||||||
|
tar-fs 2.0.1 npm
|
||||||
|
tar-stream 2.1.2 npm
|
||||||
|
term-size 1.2.0 npm
|
||||||
|
text-table 0.2.0 npm
|
||||||
|
through 2.3.8 npm
|
||||||
|
through2 2.0.3 npm
|
||||||
|
timed-out 4.0.1 npm
|
||||||
|
timers-ext 0.1.7 npm
|
||||||
|
tiny-relative-date 1.3.0 npm
|
||||||
|
tmp 0.0.33 npm
|
||||||
|
toidentifier 1.0.0 npm
|
||||||
|
token-types 4.1.1 npm
|
||||||
|
toposort-class 1.0.1 npm
|
||||||
|
tough-cookie 2.4.3 npm
|
||||||
|
tough-cookie 2.5.0 npm
|
||||||
|
tslib 1.10.0 npm
|
||||||
|
tunnel-agent 0.6.0 npm
|
||||||
|
tweetnacl 0.14.5 npm
|
||||||
|
type 1.2.0 npm
|
||||||
|
type 2.1.0 npm
|
||||||
|
type-fest 0.11.0 npm
|
||||||
|
type-is 1.6.18 npm
|
||||||
|
typedarray 0.0.6 npm
|
||||||
|
tzdata 2022f-r1 apk
|
||||||
|
uid-number 0.0.6 npm
|
||||||
|
umask 1.1.0 npm
|
||||||
|
umzug 2.3.0 npm
|
||||||
|
unique-filename 1.1.1 npm
|
||||||
|
unique-slug 2.0.0 npm
|
||||||
|
unique-string 1.0.0 npm
|
||||||
|
universalify 0.1.2 npm
|
||||||
|
unpipe 1.0.0 npm
|
||||||
|
unzip-response 2.0.1 npm
|
||||||
|
update-notifier 2.5.0 npm
|
||||||
|
uri-js 4.2.2 npm
|
||||||
|
uri-js 4.4.0 npm
|
||||||
|
url-parse-lax 1.0.0 npm
|
||||||
|
util-deprecate 1.0.2 npm
|
||||||
|
util-extend 1.0.3 npm
|
||||||
|
util-promisify 2.1.0 npm
|
||||||
|
utils-merge 1.0.1 npm
|
||||||
|
utmps 0.1.0.0-r0 apk
|
||||||
|
uuid 3.3.3 npm
|
||||||
|
uuid 3.4.0 npm
|
||||||
|
uuid 8.3.2 npm
|
||||||
|
validate-npm-package-license 3.0.4 npm
|
||||||
|
validate-npm-package-name 3.0.0 npm
|
||||||
|
validator 10.11.0 npm
|
||||||
|
vary 1.1.2 npm
|
||||||
|
verror 1.10.0 npm
|
||||||
|
vue-async-computed 3.9.0 npm
|
||||||
|
vue-i18n 8.24.3 npm
|
||||||
|
vuedraggable 2.24.3 npm
|
||||||
|
wcwidth 1.0.1 npm
|
||||||
|
which 1.3.1 npm
|
||||||
|
which-module 2.0.0 npm
|
||||||
|
wide-align 1.1.2 npm
|
||||||
|
wide-align 1.1.3 npm
|
||||||
|
widest-line 2.0.1 npm
|
||||||
|
wkx 0.5.0 npm
|
||||||
|
worker-farm 1.7.0 npm
|
||||||
|
wrap-ansi 5.1.0 npm
|
||||||
|
wrappy 1.0.2 npm
|
||||||
|
write-file-atomic 2.4.3 npm
|
||||||
|
xdg-basedir 3.0.0 npm
|
||||||
|
xtend 4.0.1 npm
|
||||||
|
xtend 4.0.2 npm
|
||||||
|
xz 5.2.5-r1 apk
|
||||||
|
xz-libs 5.2.5-r1 apk
|
||||||
|
y18n 4.0.1 npm
|
||||||
|
y18n 4.0.3 npm
|
||||||
|
yallist 2.1.2 npm
|
||||||
|
yallist 3.0.3 npm
|
||||||
|
yallist 3.1.1 npm
|
||||||
|
yallist 4.0.0 npm
|
||||||
|
yargs 13.3.0 npm
|
||||||
|
yargs 14.2.3 npm
|
||||||
|
yargs-parser 13.1.2 npm
|
||||||
|
yargs-parser 15.0.1 npm
|
||||||
|
zlib 1.2.12-r3 apk
|
||||||
|
|||||||
@@ -4,12 +4,11 @@
|
|||||||
project_name: heimdall
|
project_name: heimdall
|
||||||
project_url: "https://heimdall.site"
|
project_url: "https://heimdall.site"
|
||||||
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png"
|
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png"
|
||||||
project_blurb: |
|
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a way to organise all those links to your most used web sites and web applications in a simple way.
|
||||||
[{{ project_name|capitalize }}]({{ project_url }}) is a way to organise all those links to your most used web sites and web applications in a simple way.
|
|
||||||
|
|
||||||
Simplicity is the key to Heimdall.
|
Simplicity is the key to Heimdall.
|
||||||
|
|
||||||
Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
|
Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo."
|
||||||
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
||||||
|
|
||||||
# supported architectures
|
# supported architectures
|
||||||
@@ -22,7 +21,7 @@ available_architectures:
|
|||||||
development_versions: true
|
development_versions: true
|
||||||
development_versions_items:
|
development_versions_items:
|
||||||
- { tag: "latest", desc: "Stable Heimdall releases." }
|
- { tag: "latest", desc: "Stable Heimdall releases." }
|
||||||
- { tag: "development", desc: "Latest commit from the github 2.x branch." }
|
- { tag: "development", desc: "Latest commit from the github master branch." }
|
||||||
|
|
||||||
# container parameters
|
# container parameters
|
||||||
common_param_env_vars_enabled: true
|
common_param_env_vars_enabled: true
|
||||||
@@ -32,21 +31,11 @@ param_volumes:
|
|||||||
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." }
|
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." }
|
||||||
param_usage_include_ports: true
|
param_usage_include_ports: true
|
||||||
param_ports:
|
param_ports:
|
||||||
- { external_port: "80", internal_port: "80", port_desc: "http gui" }
|
- { external_port: "3000", internal_port: "3000", port_desc: "http gui" }
|
||||||
- { external_port: "443", internal_port: "443", port_desc: "https gui" }
|
|
||||||
param_usage_include_env: true
|
param_usage_include_env: true
|
||||||
param_env_vars:
|
param_env_vars:
|
||||||
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
|
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
|
||||||
|
|
||||||
# optional parameters
|
|
||||||
optional_block_1: false
|
|
||||||
optional_block_1_items:
|
|
||||||
- |
|
|
||||||
Using tags, you can switch between the stable releases of Heimdall and the master branch. No tag is required for the latest stable release.
|
|
||||||
Add the development tag, if required, to the linuxserver/heimdall line of the run/create command in the following format, linuxserver/heimdall:development
|
|
||||||
The development tag will be the latest commit in the master branch of Heimdall.
|
|
||||||
HOWEVER , USE THE DEVELOPMENT TAG AT YOUR OWN PERIL !!!!!!!!!
|
|
||||||
|
|
||||||
# application setup block
|
# application setup block
|
||||||
app_setup_block_enabled: true
|
app_setup_block_enabled: true
|
||||||
app_setup_block: |
|
app_setup_block: |
|
||||||
@@ -55,23 +44,26 @@ app_setup_block: |
|
|||||||
|
|
||||||
### Adding password protection
|
### Adding password protection
|
||||||
|
|
||||||
This image now supports password protection through htpasswd. Run the following command on your host to generate the htpasswd file `docker exec -it heimdall htpasswd -c /config/nginx/.htpasswd <username>`. Replace <username> with a username of your choice and you will be asked to enter a password. Uncomment the `basic auth` lines in `/config/nginx/site-confs/default.conf` and restart the container.
|
This image now supports password protection through htpasswd. Run the following command on your host to generate the htpasswd file `docker exec -it heimdall htpasswd -c /config/nginx/.htpasswd <username>`. Replace <username> with a username of your choice and you will be asked to enter a password. New installs will automatically pick it up and implement password protected access. Existing users updating their image can delete their site config at `/config/nginx/site-confs/default` and restart the container after updating the image. A new site config with htpasswd support will be created in its place.
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
- { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
|
- { date: "12.04.21:", desc: "Add experimental `js` tag for v3." }
|
||||||
- { date: "14.11.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
|
|
||||||
- { date: "04.11.22:", desc: "Build commits to upstream branch 2.x." }
|
|
||||||
- { date: "13.03.21:", desc: "Make searchproviders.yaml user configurable." }
|
|
||||||
- { date: "11.03.21:", desc: "Rebase to alpine 3.14." }
|
|
||||||
- { date: "10.02.21:", desc: "Revert to alpine 3.12 as php 7.4 broke laravel." }
|
- { date: "10.02.21:", desc: "Revert to alpine 3.12 as php 7.4 broke laravel." }
|
||||||
- { date: "10.02.21:", desc: "Rebasing to alpine 3.13." }
|
- { date: "10.02.21:", desc: "Rebasing to alpine 3.13." }
|
||||||
|
- { date: "17.08.20:", desc: "Add php7-curl." }
|
||||||
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
|
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
|
||||||
|
- { date: "17.01.20:", desc: "Use nginx from baseimage." }
|
||||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||||
- { date: "15.07.19:", desc: "Save laravel.log to /config, install heimdall during first start." }
|
- { date: "16.07.19:", desc: "Save laravel.log to /config/log/heimdall." }
|
||||||
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
||||||
|
- { date: "01.04.19:", desc: "Fix permission detect logic." }
|
||||||
|
- { date: "26.03.19:", desc: "Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown." }
|
||||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||||
|
- { date: "15.03.19:", desc: "Clarify docker image tags in readme." }
|
||||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||||
|
- { date: "16.01.18:", desc: "Generate random app key in .env for new installs." }
|
||||||
|
- { date: "20.11.18:", desc: "Upgrade baseimage packages during build." }
|
||||||
- { date: "04.11.18:", desc: "Add php7-zip." }
|
- { date: "04.11.18:", desc: "Add php7-zip." }
|
||||||
- { date: "31.10.18:", desc: "Add queue service." }
|
- { date: "31.10.18:", desc: "Add queue service." }
|
||||||
- { date: "17.10.18:", desc: "Symlink avatars folder." }
|
- { date: "17.10.18:", desc: "Symlink avatars folder." }
|
||||||
@@ -79,5 +71,5 @@ changelogs:
|
|||||||
- { date: "07.10.18:", desc: "Symlink `.env` rather than copy. It now resides under `/config/www`" }
|
- { date: "07.10.18:", desc: "Symlink `.env` rather than copy. It now resides under `/config/www`" }
|
||||||
- { date: "30.09.18:", desc: "Multi-arch image. Move `.env` to `/config`." }
|
- { date: "30.09.18:", desc: "Multi-arch image. Move `.env` to `/config`." }
|
||||||
- { date: "05.09.18:", desc: "Rebase to alpine linux 3.8." }
|
- { date: "05.09.18:", desc: "Rebase to alpine linux 3.8." }
|
||||||
- { date: "06.03.18:", desc: "Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default.conf and restart the container, a new default site config with htpasswd support will be created in its place" }
|
- { date: "06.03.18:", desc: "Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default and restart the container, a new default site config with htpasswd support will be created in its place" }
|
||||||
- { date: "12.02.18:", desc: "Initial Release." }
|
- { date: "12.02.18:", desc: "Initial Release." }
|
||||||
|
|||||||
@@ -1,34 +0,0 @@
|
|||||||
## Version 2022/11/14 - Changelog: https://github.com/linuxserver/docker-heimdall/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
|
||||||
|
|
||||||
server {
|
|
||||||
listen 80 default_server;
|
|
||||||
listen [::]:80 default_server;
|
|
||||||
|
|
||||||
listen 443 ssl http2 default_server;
|
|
||||||
listen [::]:443 ssl http2 default_server;
|
|
||||||
|
|
||||||
server_name _;
|
|
||||||
|
|
||||||
root /app/www/public;
|
|
||||||
index index.html index.htm index.php;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
# enable for basic auth
|
|
||||||
#auth_basic "Restricted";
|
|
||||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
|
||||||
|
|
||||||
try_files $uri $uri/ /index.html /index.php$is_args$args;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~ ^(.+\.php)(.*)$ {
|
|
||||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
|
||||||
fastcgi_pass 127.0.0.1:9000;
|
|
||||||
fastcgi_index index.php;
|
|
||||||
include /etc/nginx/fastcgi_params;
|
|
||||||
}
|
|
||||||
|
|
||||||
# deny access to .htaccess/.htpasswd files
|
|
||||||
location ~ /\.ht {
|
|
||||||
deny all;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
32
root/etc/cont-init.d/50-config
Normal file
32
root/etc/cont-init.d/50-config
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
mkdir -p /config/uploads
|
||||||
|
|
||||||
|
if [ ! -f "/config/env" ]; then
|
||||||
|
cp /app/heimdall/.env.example /config/env
|
||||||
|
rm -rf /app/heimdall/.env
|
||||||
|
ln -sf /config/env /app/heimdall/.env
|
||||||
|
|
||||||
|
SECRET_KEY=$(date +%s | sha256sum | base64 | head -c 32)
|
||||||
|
sed -i 's|JWT_SECRET=CHANGE_ME|JWT_SECRET='${SECRET_KEY}'|g' /config/env
|
||||||
|
sed -i 's|DB_TYPE=mysql|DB_TYPE=sqlite|g' /config/env
|
||||||
|
sed -i 's|DB_STORAGE=$|DB_STORAGE=/config/app.db|g' /config/env
|
||||||
|
sed -i 's|UPLOAD_DIR=$|UPLOAD_DIR=/config/uploads|g' /config/env
|
||||||
|
|
||||||
|
echo "Running migrations. . ."
|
||||||
|
cd /app/heimdall
|
||||||
|
npm run db:migrate
|
||||||
|
npm run db:seed
|
||||||
|
else
|
||||||
|
cd /app/heimdall
|
||||||
|
npm run db:migrate
|
||||||
|
fi
|
||||||
|
|
||||||
|
# permissions
|
||||||
|
echo "Fixing /config permissions. . ."
|
||||||
|
chown -R abc:abc \
|
||||||
|
/config
|
||||||
|
|
||||||
|
# chown the app directory, but not node_modules
|
||||||
|
echo "Fixing app permissions. . ."
|
||||||
|
find /app/heimdall -maxdepth 1 ! -name node_modules ! -name heimdall -exec chown -R abc:abc '{}' \;
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
|
||||||
# shellcheck shell=bash
|
|
||||||
|
|
||||||
# make our folders
|
|
||||||
mkdir -p \
|
|
||||||
/config/www/{avatars,backgrounds,icons,logs,SupportedApps} \
|
|
||||||
/config/log/heimdall
|
|
||||||
|
|
||||||
# install heimdall if necessary
|
|
||||||
if [[ -d /app/www-tmp ]]; then
|
|
||||||
echo "New container detected, installing Heimdall"
|
|
||||||
mv /app/www-tmp /app/www
|
|
||||||
cp /app/www/storage/app/searchproviders.yaml /app/www/storage/app/searchproviders.yaml.orig
|
|
||||||
touch /app/set-perms
|
|
||||||
fi
|
|
||||||
|
|
||||||
# create symlinks
|
|
||||||
symlinks=(
|
|
||||||
/app/www/storage/app/public/avatars
|
|
||||||
/app/www/storage/app/public/backgrounds
|
|
||||||
/app/www/storage/app/public/icons
|
|
||||||
/app/www/storage/logs
|
|
||||||
/app/www/app/SupportedApps
|
|
||||||
/app/www/database/app.sqlite
|
|
||||||
/app/www/.env
|
|
||||||
)
|
|
||||||
for i in "${symlinks[@]}"; do
|
|
||||||
if [[ -e "${i}" && ! -L "${i}" ]]; then
|
|
||||||
rm -rf "${i}"
|
|
||||||
fi
|
|
||||||
if [[ ! -L "${i}" ]]; then
|
|
||||||
ln -s /config/www/"$(basename "${i}")" "${i}"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# copy searchproviders if not exists and symlink
|
|
||||||
if [[ ! -f /config/www/searchproviders.yaml ]]; then
|
|
||||||
cp /app/www/storage/app/searchproviders.yaml.orig /config/www/searchproviders.yaml
|
|
||||||
fi
|
|
||||||
rm -rf /app/www/storage/app/searchproviders.yaml
|
|
||||||
ln -s /config/www/searchproviders.yaml /app/www/storage/app/searchproviders.yaml
|
|
||||||
|
|
||||||
# tidy up install files & set permissions
|
|
||||||
if [[ -f /app/set-perms ]]; then
|
|
||||||
rm -rf /app/set-perms
|
|
||||||
lsiown -R abc:abc \
|
|
||||||
/app/www \
|
|
||||||
/config
|
|
||||||
fi
|
|
||||||
|
|
||||||
# copy .env if not exists
|
|
||||||
if [[ ! -f /config/www/.env ]]; then
|
|
||||||
install -g abc -o abc /app/www/.env.example /config/www/.env
|
|
||||||
echo "Creating app key. This may take a while on slower systems"
|
|
||||||
s6-setuidgid abc php /app/www/artisan key:generate
|
|
||||||
fi
|
|
||||||
|
|
||||||
# set queue driver to database
|
|
||||||
sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oneshot
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/init-heimdall-config/run
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
|
||||||
|
|
||||||
exec \
|
|
||||||
s6-setuidgid abc php /app/www/artisan queue:work database --sleep=3 --tries=3
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
longrun
|
|
||||||
6
root/etc/services.d/heimdalljs/run
Normal file
6
root/etc/services.d/heimdalljs/run
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
cd /app/heimdall || exit
|
||||||
|
|
||||||
|
exec \
|
||||||
|
s6-setuidgid abc npm run server
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
|
||||||
|
|
||||||
DEFAULT_CONF="/config/nginx/site-confs/default.conf"
|
|
||||||
OLD_ROOT="root /var/www/localhost/heimdall/public;"
|
|
||||||
NEW_ROOT="root /app/www/public;"
|
|
||||||
|
|
||||||
if grep -q "${OLD_ROOT}" "${DEFAULT_CONF}" 2>/dev/null; then
|
|
||||||
echo "updating root in ${DEFAULT_CONF}"
|
|
||||||
sed -i "s|${OLD_ROOT}|${NEW_ROOT}|" "${DEFAULT_CONF}"
|
|
||||||
fi
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Upgrade Required!</title>
|
|
||||||
<style>
|
|
||||||
body{
|
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
|
||||||
}
|
|
||||||
.message{
|
|
||||||
width:440px;
|
|
||||||
padding:20px 40px;
|
|
||||||
margin:0 auto;
|
|
||||||
background-color:#f9f9f9;
|
|
||||||
border:1px solid #ddd;
|
|
||||||
color: #1e3d62;
|
|
||||||
}
|
|
||||||
center{
|
|
||||||
margin:40px 0;
|
|
||||||
}
|
|
||||||
h1{
|
|
||||||
font-size: 18px;
|
|
||||||
line-height: 26px;
|
|
||||||
}
|
|
||||||
p{
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
a{
|
|
||||||
color: rgb(207, 48, 139);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="message">
|
|
||||||
<h1>Upgrade Required!</h1>
|
|
||||||
<p>The application inside this image has been moved to a new folder.</p>
|
|
||||||
<p>You will need to update your <strong>/config/nginx/nginx.conf</strong> and <strong>/config/nginx/site-confs/default.conf</strong> in order for the application to work.</p>
|
|
||||||
<p>New config samples are located at <strong>/config/nginx/nginx.conf.sample</strong> and <strong>/config/nginx/site-confs/default.conf.sample</strong></p>
|
|
||||||
<p>Please review our announcement: <a target="_blank" href="https://info.linuxserver.io/issues/2022-08-20-nginx-base/">Significant changes to nginx based images</a></p>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user