Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alist 3.37.3 and firefox 133.0.3 #33

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
198ee74
alist to 3.37.3
flymin Sep 17, 2024
60a3d83
Create sync_upstream.yml
flymin Sep 17, 2024
2b33ab3
Update sync_upstream.yml
flymin Sep 17, 2024
c3c1987
Update sync_upstream.yml
flymin Sep 17, 2024
3713db6
firefox 128.0.3
flymin Sep 17, 2024
1844a68
Merge remote-tracking branch 'upstream/main'
flymin Sep 18, 2024
319cb4d
Merge remote-tracking branch 'upstream/main'
flymin Sep 20, 2024
80bd383
Merge remote-tracking branch 'upstream/main'
flymin Sep 24, 2024
951daa8
Merge remote-tracking branch 'upstream/main'
flymin Sep 25, 2024
8dfe8bd
Merge remote-tracking branch 'upstream/main'
flymin Sep 26, 2024
f0596a6
Create sync_gitea.yml
flymin Sep 30, 2024
1a5bf20
Merge remote-tracking branch 'upstream/main'
flymin Oct 3, 2024
7383b0f
Merge remote-tracking branch 'upstream/main'
flymin Oct 7, 2024
a64f675
update action
flymin Oct 8, 2024
be79bf9
Merge remote-tracking branch 'upstream/main'
flymin Oct 8, 2024
a92e6bb
Merge remote-tracking branch 'upstream/main'
flymin Oct 10, 2024
bd3bed4
Merge remote-tracking branch 'upstream/main'
flymin Oct 13, 2024
af1838d
Merge remote-tracking branch 'upstream/main'
flymin Oct 17, 2024
0628434
Merge remote-tracking branch 'upstream/main'
flymin Oct 29, 2024
06894b6
Merge remote-tracking branch 'upstream/main'
flymin Nov 4, 2024
722856b
Merge remote-tracking branch 'upstream/main'
flymin Nov 5, 2024
5873d3d
Merge remote-tracking branch 'upstream/main'
flymin Nov 14, 2024
1a277dd
Merge remote-tracking branch 'upstream/main'
flymin Nov 25, 2024
84b9244
Merge remote-tracking branch 'upstream/main'
flymin Dec 9, 2024
7c888bc
firefox 133.0.3
flymin Dec 18, 2024
fda2706
Merge remote-tracking branch 'upstream/main'
flymin Dec 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/sync_gitea.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This runs every day on 1801 UTC
on:
schedule:
- cron: '30 18 * * *'
push:
branches:
- main
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync gitea
uses: Yikun/[email protected]
with:
src: github/flymin
dst: gitee/flyminnnnn
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: "truecharts_archive"
force_update: true
43 changes: 43 additions & 0 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Sync Upstream

env:
# Required, URL to upstream (fork base)
UPSTREAM_URL: "https://github.com/v3DJG6GL/truecharts_archive.git"
# Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }}
# Over here, we use a PAT instead to authenticate workflow file changes.
WORKFLOW_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional, defaults to main
UPSTREAM_BRANCH: "main"
# Optional, defaults to UPSTREAM_BRANCH
DOWNSTREAM_BRANCH: ""
# Optional fetch arguments
FETCH_ARGS: ""
# Optional merge arguments
MERGE_ARGS: ""
# Optional push arguments
PUSH_ARGS: ""
# Optional toggle to spawn time logs (keeps action active)
SPAWN_LOGS: "false" # "true" or "false"

# This runs every day on 1801 UTC
on:
schedule:
- cron: '1 18 * * *'
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GitHub Sync to Upstream Repository
uses: dabreadman/[email protected]
with:
upstream_repo: ${{ env.UPSTREAM_URL }}
upstream_branch: ${{ env.UPSTREAM_BRANCH }}
downstream_branch: ${{ env.DOWNSTREAM_BRANCH }}
token: ${{ env.WORKFLOW_TOKEN }}
fetch_args: ${{ env.FETCH_ARGS }}
merge_args: ${{ env.MERGE_ARGS }}
push_args: ${{ env.PUSH_ARGS }}
spawn_logs: ${{ env.SPAWN_LOGS }}
16 changes: 8 additions & 8 deletions catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1396,10 +1396,10 @@
"healthy_error": null,
"home": "https://truecharts.org/charts/stable/alist",
"location": "/home/runner/_work/catalog/catalog/stable/alist",
"latest_version": "10.2.2",
"latest_app_version": "3.35.0",
"latest_human_version": "3.35.0_10.2.2",
"last_update": "2024-05-29 12:35:14",
"latest_version": "10.2.3",
"latest_app_version": "3.37.3",
"latest_human_version": "3.37.3_10.2.3",
"last_update": "2024-09-17 12:35:14",
"name": "alist",
"recommended": false,
"title": "Alist",
Expand Down Expand Up @@ -7607,10 +7607,10 @@
"healthy_error": null,
"home": "https://truecharts.org/charts/stable/firefox",
"location": "/home/runner/_work/catalog/catalog/stable/firefox",
"latest_version": "14.0.14",
"latest_app_version": "125.0.3",
"latest_human_version": "125.0.3_14.0.14",
"last_update": "2024-05-29 12:35:14",
"latest_version": "14.0.16",
"latest_app_version": "133.0.3",
"latest_human_version": "133.0.3_14.0.16",
"last_update": "2024-12-18 12:35:14",
"name": "firefox",
"recommended": false,
"title": "Firefox",
Expand Down
32 changes: 32 additions & 0 deletions stable/alist/10.2.3/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
icon.webp
icon-small.webp
3 changes: 3 additions & 0 deletions stable/alist/10.2.3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*for the complete changelog, please refer to the website*

**Important:**
38 changes: 38 additions & 0 deletions stable/alist/10.2.3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
annotations:
truecharts.org/category: cloud
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 3.37.3
dependencies:
- name: common
version: 23.0.10
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Alist program that supports multiple storage, powered by Gin and React
home: https://truecharts.org/charts/stable/alist
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp
keywords:
- alist
- storage
- webdav
- google driver
- aliyun driver
- baiduyun
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: [email protected]
url: https://truecharts.org
name: alist
sources:
- https://github.com/Xhofe/alist
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
- https://hub.docker.com/r/xhofe/alist-aria2
type: application
version: 10.2.3
61 changes: 61 additions & 0 deletions stable/alist/10.2.3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: README
---

## General Info

TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible

For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alist)

**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

## Installation

### Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

`helm install mychart oci://tccr.io/truecharts/CHARTNAME`

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/


### TrueNAS SCALE Apps

For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale).

## Chart Specific Guides and information

All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/stable/alist

## Configuration Options

Please note: For TrueNAS SCALE, only options available in the GUI are supported.
Hence most of these docs do not apply to TrueNAS SCALE

To view the chart specific options, please view Values.yaml included in the chart.
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/stable/alist/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml

## Support

- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

---

## Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can!

_All Rights Reserved - The TrueCharts Project_
8 changes: 8 additions & 0 deletions stable/alist/10.2.3/app-readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Alist program that supports multiple storage, powered by Gin and React

This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/alist](https://truecharts.org/charts/stable/alist)

---

TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
Binary file added stable/alist/10.2.3/charts/common-23.0.10.tgz
Binary file not shown.
Binary file added stable/alist/10.2.3/icon-small.webp
Binary file not shown.
Binary file added stable/alist/10.2.3/icon.webp
Binary file not shown.
48 changes: 48 additions & 0 deletions stable/alist/10.2.3/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
image:
repository: xhofe/alist-aria2
pullPolicy: IfNotPresent
tag: v3.37.3@sha256:57d115bc788b7f49b4ac5db8ad8431594e5950f1e96735fd19d93318065bd655
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 5244
protocol: http
port: 10167
aria2:
enabled: true
ports:
aria2:
enabled: true
targetPort: 6800
protocol: http
port: 6800
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
persistence:
data:
enabled: true
mountPath: /opt/alist/data
portal:
open:
enabled: true
Loading