mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 17:15:41 -04:00
Compare commits
32 Commits
1.5.7
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aabe6b341 | ||
|
|
321a0e8540 | ||
|
|
cb8f769e34 | ||
|
|
38ff77a04e | ||
|
|
292cd8dd94 | ||
|
|
3878059314 | ||
|
|
7a7e50c7ba | ||
|
|
564dd536fc | ||
|
|
0e29805351 | ||
| dc76267da3 | |||
| 147b11b22d | |||
|
|
b992e4ff01 | ||
|
|
b46a922464 | ||
| d4abc705a0 | |||
| 454d13c608 | |||
|
|
6086dbbad2 | ||
|
|
b9607dddce | ||
|
|
1a7aeb4450 | ||
|
|
d973af6a8d | ||
|
2dae279f93
|
|||
|
09d17717ab
|
|||
|
bf4454f635
|
|||
|
9e531d823f
|
|||
| d17aa23e98 | |||
| 63f7c1d665 | |||
|
c5c2f741f0
|
|||
|
ec24c51eea
|
|||
|
fa2c4073e3
|
|||
|
255d093269
|
|||
|
73a264b1c2
|
|||
|
|
c112230e05 | ||
|
|
02dd911e93 |
2
.github/workflows/cache-clean.yml
vendored
2
.github/workflows/cache-clean.yml
vendored
@@ -248,7 +248,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🪣 Cache › Clean
|
🪣 Cache › Clean
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
try
|
try
|
||||||
|
|||||||
4
.github/workflows/deploy-clean.yml
vendored
4
.github/workflows/deploy-clean.yml
vendored
@@ -152,8 +152,8 @@ jobs:
|
|||||||
cleanup:
|
cleanup:
|
||||||
name: >-
|
name: >-
|
||||||
🧹 Deployments › Clean
|
🧹 Deployments › Clean
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/deploy-docker-all.yml
vendored
6
.github/workflows/deploy-docker-all.yml
vendored
@@ -427,7 +427,7 @@ jobs:
|
|||||||
|
|
||||||
- name: '📄 Cache README.md'
|
- name: '📄 Cache README.md'
|
||||||
id: task_release_gh_readme_cache
|
id: task_release_gh_readme_cache
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
@@ -886,7 +886,7 @@ jobs:
|
|||||||
|
|
||||||
- name: '📄 Cache README.md'
|
- name: '📄 Cache README.md'
|
||||||
id: task_release_dh_readme_cache
|
id: task_release_dh_readme_cache
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
@@ -1332,7 +1332,7 @@ jobs:
|
|||||||
|
|
||||||
- name: '📄 Cache README.md'
|
- name: '📄 Cache README.md'
|
||||||
id: task_release_gi_readme_cache
|
id: task_release_gi_readme_cache
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
10
.github/workflows/deploy-docker-dockerhub.yml
vendored
10
.github/workflows/deploy-docker-dockerhub.yml
vendored
@@ -182,8 +182,8 @@ jobs:
|
|||||||
job-docker-release-tags-create:
|
job-docker-release-tags-create:
|
||||||
name: >-
|
name: >-
|
||||||
📦 Release › Create Tag
|
📦 Release › Create Tag
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
outputs:
|
outputs:
|
||||||
package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}
|
package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}
|
||||||
@@ -374,8 +374,8 @@ jobs:
|
|||||||
job-docker-release-dockerhub:
|
job-docker-release-dockerhub:
|
||||||
name: >-
|
name: >-
|
||||||
📦 Release › Dockerhub
|
📦 Release › Dockerhub
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [ job-docker-release-tags-create ]
|
needs: [ job-docker-release-tags-create ]
|
||||||
permissions:
|
permissions:
|
||||||
@@ -589,7 +589,7 @@ jobs:
|
|||||||
|
|
||||||
- name: '📄 Cache README.md'
|
- name: '📄 Cache README.md'
|
||||||
id: task_release_dh_readme_cache
|
id: task_release_dh_readme_cache
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
46
.github/workflows/deploy-docker-gitea.yml
vendored
46
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -194,8 +194,8 @@ jobs:
|
|||||||
job-docker-release-tags-create:
|
job-docker-release-tags-create:
|
||||||
name: >-
|
name: >-
|
||||||
📦 Release › Create Tag
|
📦 Release › Create Tag
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
outputs:
|
outputs:
|
||||||
package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}
|
package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}
|
||||||
@@ -386,8 +386,8 @@ jobs:
|
|||||||
job-docker-release-gitea:
|
job-docker-release-gitea:
|
||||||
name: >-
|
name: >-
|
||||||
📦 Release › Gitea
|
📦 Release › Gitea
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [ job-docker-release-tags-create ]
|
needs: [ job-docker-release-tags-create ]
|
||||||
permissions:
|
permissions:
|
||||||
@@ -571,6 +571,32 @@ jobs:
|
|||||||
id: task_release_gi_qemu
|
id: task_release_gi_qemu
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
# #
|
||||||
|
# Required to fix insecure SSL error with docker buildx
|
||||||
|
# #
|
||||||
|
|
||||||
|
- name: '⚙️ Configure Docker daemon to allow insecure registry'
|
||||||
|
run: |
|
||||||
|
echo "Configuring daemon to treat ${REGISTRY_HOST} as insecure"
|
||||||
|
sudo mkdir -p /etc/docker
|
||||||
|
sudo tee /etc/docker/daemon.json > /dev/null <<'JSON'
|
||||||
|
{
|
||||||
|
"insecure-registries": ["git.binaryninja.net:443"]
|
||||||
|
}
|
||||||
|
JSON
|
||||||
|
|
||||||
|
# Restart Docker
|
||||||
|
sudo service docker restart
|
||||||
|
env:
|
||||||
|
REGISTRY_HOST: git.binaryninja.net
|
||||||
|
|
||||||
|
# #
|
||||||
|
# Make sure change in docker daemon config successful
|
||||||
|
# #
|
||||||
|
|
||||||
|
- name: '⚙️ Check Docker Daemon Configuration'
|
||||||
|
run: cat /etc/docker/daemon.json
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Release › Gitea › Setup BuildX › Amd64
|
# Release › Gitea › Setup BuildX › Amd64
|
||||||
# #
|
# #
|
||||||
@@ -579,12 +605,10 @@ jobs:
|
|||||||
id: task_release_gi_buildx
|
id: task_release_gi_buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver: docker-container
|
version: latest
|
||||||
driver-opts: |
|
driver-opts: 'image=moby/buildkit:latest'
|
||||||
image=moby/buildkit:latest
|
driver: docker
|
||||||
network=host
|
buildkitd-flags: --allow-insecure-entitlement
|
||||||
env.BUILDKIT_INSECURE_REGISTRY=git.binaryninja.net
|
|
||||||
env.BUILDKIT_TLS_INSECURE=1
|
|
||||||
install: true
|
install: true
|
||||||
use: true
|
use: true
|
||||||
|
|
||||||
@@ -608,7 +632,7 @@ jobs:
|
|||||||
|
|
||||||
- name: '📄 Cache README.md'
|
- name: '📄 Cache README.md'
|
||||||
id: task_release_gi_readme_cache
|
id: task_release_gi_readme_cache
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
14
.github/workflows/deploy-docker-github.yml
vendored
14
.github/workflows/deploy-docker-github.yml
vendored
@@ -181,8 +181,8 @@ jobs:
|
|||||||
job-docker-release-tags-create:
|
job-docker-release-tags-create:
|
||||||
name: >-
|
name: >-
|
||||||
📦 Release › Create Tag
|
📦 Release › Create Tag
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
outputs:
|
outputs:
|
||||||
package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}
|
package_version: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}
|
||||||
@@ -371,8 +371,8 @@ jobs:
|
|||||||
job-docker-release-github:
|
job-docker-release-github:
|
||||||
name: >-
|
name: >-
|
||||||
📦 Release › Github
|
📦 Release › Github
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [ job-docker-release-tags-create ]
|
needs: [ job-docker-release-tags-create ]
|
||||||
permissions:
|
permissions:
|
||||||
@@ -583,7 +583,7 @@ jobs:
|
|||||||
|
|
||||||
- name: '📄 Cache README.md'
|
- name: '📄 Cache README.md'
|
||||||
id: task_release_gh_readme_cache
|
id: task_release_gh_readme_cache
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
@@ -954,8 +954,8 @@ jobs:
|
|||||||
job-docker-release-cleanup:
|
job-docker-release-cleanup:
|
||||||
name: >-
|
name: >-
|
||||||
🧹 Release › Cleanup
|
🧹 Release › Cleanup
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
needs: [ job-docker-release-tags-create, job-docker-release-github ]
|
needs: [ job-docker-release-tags-create, job-docker-release-github ]
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -170,8 +170,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
32
.github/workflows/issues-new.yml
vendored
32
.github/workflows/issues-new.yml
vendored
@@ -165,8 +165,8 @@ jobs:
|
|||||||
job-labels-create:
|
job-labels-create:
|
||||||
name: >-
|
name: >-
|
||||||
🎫 Labels › Verify Existing
|
🎫 Labels › Verify Existing
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -295,7 +295,7 @@ jobs:
|
|||||||
- name: >-
|
- name: >-
|
||||||
🏷️ Verify Existing Labels
|
🏷️ Verify Existing Labels
|
||||||
id: task_label_create_verify
|
id: task_label_create_verify
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
@@ -335,8 +335,8 @@ jobs:
|
|||||||
🏷️ Labels › Assign
|
🏷️ Labels › Assign
|
||||||
needs:
|
needs:
|
||||||
- job-labels-create
|
- job-labels-create
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
@@ -470,7 +470,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🏷️ Get Issue Title
|
🏷️ Get Issue Title
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
id: task_get_title
|
id: task_get_title
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
@@ -505,7 +505,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🏷️ ${{ env.PREFIX_BUG }} › Assignment
|
🏷️ ${{ env.PREFIX_BUG }} › Assignment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
id: task_issues_bugs
|
id: task_issues_bugs
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
@@ -677,7 +677,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🏷️ ${{ env.PREFIX_FEATURE }} › Assignment
|
🏷️ ${{ env.PREFIX_FEATURE }} › Assignment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
id: task_issues_features
|
id: task_issues_features
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
@@ -850,7 +850,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🏷️ ${{ env.PREFIX_ROADMAP }} › Assignment
|
🏷️ ${{ env.PREFIX_ROADMAP }} › Assignment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
id: task_issues_roadmap
|
id: task_issues_roadmap
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
@@ -1029,7 +1029,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🏷️ ${{ env.PREFIX_URGENT }} › Assignment
|
🏷️ ${{ env.PREFIX_URGENT }} › Assignment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
id: task_issues_urgent
|
id: task_issues_urgent
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
@@ -1191,8 +1191,8 @@ jobs:
|
|||||||
🏷️ Labels › Phrase Search
|
🏷️ Labels › Phrase Search
|
||||||
needs:
|
needs:
|
||||||
- job-labels-create
|
- job-labels-create
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
@@ -1219,7 +1219,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
👄 Search Phrases
|
👄 Search Phrases
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
@@ -1280,8 +1280,8 @@ jobs:
|
|||||||
job-assign-assignees:
|
job-assign-assignees:
|
||||||
name: >-
|
name: >-
|
||||||
✍️ Issue › Assignees
|
✍️ Issue › Assignees
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
needs: [ job-assign-labels ]
|
needs: [ job-assign-labels ]
|
||||||
# disable
|
# disable
|
||||||
@@ -1301,7 +1301,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
✍️ Set Assignees
|
✍️ Set Assignees
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
10
.github/workflows/issues-scan.yml
vendored
10
.github/workflows/issues-scan.yml
vendored
@@ -160,8 +160,8 @@ jobs:
|
|||||||
job-pr-scan:
|
job-pr-scan:
|
||||||
name: >-
|
name: >-
|
||||||
🎫 Issues › Autoscan
|
🎫 Issues › Autoscan
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -300,7 +300,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🎫 Labels › Verify Existing
|
🎫 Labels › Verify Existing
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
@@ -340,7 +340,7 @@ jobs:
|
|||||||
- name: >-
|
- name: >-
|
||||||
#️⃣ Pull-Request ID › Set
|
#️⃣ Pull-Request ID › Set
|
||||||
id: task_prscan_issue_num_set
|
id: task_prscan_issue_num_set
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
@@ -453,7 +453,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
☑️ Run Autocheck
|
☑️ Run Autocheck
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
20
.github/workflows/issues-stale.yml
vendored
20
.github/workflows/issues-stale.yml
vendored
@@ -181,8 +181,8 @@ jobs:
|
|||||||
job-labels-create:
|
job-labels-create:
|
||||||
name: >-
|
name: >-
|
||||||
🎫 Labels › Verify Existing
|
🎫 Labels › Verify Existing
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -316,7 +316,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🎫 Labels › Verify Existing
|
🎫 Labels › Verify Existing
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
@@ -360,8 +360,8 @@ jobs:
|
|||||||
job-issues-nolabel:
|
job-issues-nolabel:
|
||||||
name: >-
|
name: >-
|
||||||
🎫 Labels › Assign Missing
|
🎫 Labels › Assign Missing
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
needs: job-labels-create
|
needs: job-labels-create
|
||||||
steps:
|
steps:
|
||||||
@@ -492,7 +492,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🎫 Labels › Check
|
🎫 Labels › Check
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
@@ -961,8 +961,8 @@ jobs:
|
|||||||
job-issues-stale:
|
job-issues-stale:
|
||||||
name: >-
|
name: >-
|
||||||
💤 Scan › Check Stale
|
💤 Scan › Check Stale
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
needs:
|
needs:
|
||||||
- job-labels-create
|
- job-labels-create
|
||||||
@@ -1005,8 +1005,8 @@ jobs:
|
|||||||
job-issues-lock:
|
job-issues-lock:
|
||||||
name: >-
|
name: >-
|
||||||
🔒 Scan › Lock Inactive
|
🔒 Scan › Lock Inactive
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
needs:
|
needs:
|
||||||
- job-labels-create
|
- job-labels-create
|
||||||
|
|||||||
6
.github/workflows/labels-clean.yml
vendored
6
.github/workflows/labels-clean.yml
vendored
@@ -146,8 +146,8 @@ jobs:
|
|||||||
issues-labels-clean:
|
issues-labels-clean:
|
||||||
name: >-
|
name: >-
|
||||||
🧹 Labels › Clean
|
🧹 Labels › Clean
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
@@ -279,7 +279,7 @@ jobs:
|
|||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
🏷️ Delete Existing Labels
|
🏷️ Delete Existing Labels
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
6
.github/workflows/labels-create.yml
vendored
6
.github/workflows/labels-create.yml
vendored
@@ -193,8 +193,8 @@ jobs:
|
|||||||
issues-labels-create:
|
issues-labels-create:
|
||||||
name: >-
|
name: >-
|
||||||
🎫 Labels › Create
|
🎫 Labels › Create
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
runs-on: apollo-x64
|
# runs-on: apollo-x64
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
@@ -327,7 +327,7 @@ jobs:
|
|||||||
- name: >-
|
- name: >-
|
||||||
🏷️ Verify Existing Labels
|
🏷️ Verify Existing Labels
|
||||||
id: task_label_verify_existing
|
id: task_label_verify_existing
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ let FILE_GZP_MODIFIED = 0;
|
|||||||
|
|
||||||
const envAppRelease = process.env.RELEASE || 'stable';
|
const envAppRelease = process.env.RELEASE || 'stable';
|
||||||
const envUrlRepo = process.env.URL_REPO || 'https://git.binaryninja.net/binaryninja';
|
const envUrlRepo = process.env.URL_REPO || 'https://git.binaryninja.net/binaryninja';
|
||||||
|
const envXmlEpg = process.env.URL_EPG || 'https://epg.binaryninja.net/XMLTV-EPG';
|
||||||
const envStreamQuality = process.env.STREAM_QUALITY || 'hd';
|
const envStreamQuality = process.env.STREAM_QUALITY || 'hd';
|
||||||
const envFileURL = process.env.FILE_URL || 'urls.txt';
|
const envFileURL = process.env.FILE_URL || 'urls.txt';
|
||||||
const envFileM3U = process.env.FILE_M3U || 'playlist.m3u8';
|
const envFileM3U = process.env.FILE_M3U || 'playlist.m3u8';
|
||||||
@@ -132,8 +133,9 @@ let serverStartup = 0;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const extURL = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/urls.txt`;
|
const extURL = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/urls.txt`;
|
||||||
const extXML = `${ envUrlRepo }/XMLTV-EPG/raw/branch/main/xmltv.1.xml`;
|
const extXML = `${ envXmlEpg }/xmltv_v2.0.0.xml`;
|
||||||
const extM3U = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/formatted.dat`;
|
const extM3U = `${ envXmlEpg }/formatted_v2.0.0.dat`;
|
||||||
|
//const extM3U = `${ envUrlRepo }/tvapp2-externals/raw/branch/main/formatted.dat`;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Define › Defaults
|
Define › Defaults
|
||||||
|
|||||||
584
tvapp2/package-lock.json
generated
584
tvapp2/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tvapp2",
|
"name": "tvapp2",
|
||||||
"version": "1.5.7",
|
"version": "1.5.9",
|
||||||
"description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.",
|
"description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.",
|
||||||
"author": "BinaryNinja",
|
"author": "BinaryNinja",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user