Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-11-02 00:21:23 +00:00
parent c69ee1fdd2
commit 81e090a66b
30 changed files with 150 additions and 119 deletions

View File

@ -2,6 +2,15 @@
## [searx-0.0.45](https://github.com/truecharts/charts/compare/searx-0.0.44...searx-0.0.45) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
## [searx-0.0.44](https://github.com/truecharts/charts/compare/searxng-0.0.61...searx-0.0.44) (2022-11-01)
### Chore
@ -88,12 +97,3 @@
- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975))
## [searx-0.0.36](https://github.com/truecharts/charts/compare/searxng-0.0.48...searx-0.0.36) (2022-09-27)
### Chore
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
generated: "2022-10-30T10:55:28.752933473Z"
generated: "2022-11-02T00:19:33.320719773Z"

View File

@ -1,8 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
@ -10,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
deprecated: false
description: Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.
description: Meta search engine which aggregates results from more than 70 search services.
home: https://truecharts.org/docs/charts/incubator/searx
icon: https://truecharts.org/img/hotlink-ok/chart-icons/searx.png
keywords:
@ -28,4 +23,10 @@ sources:
- https://github.com/asciimoo/searx
- https://hub.docker.com/r/searx/searx/
type: application
version: 0.0.44
version: 0.0.45
annotations:
truecharts.org/catagories: |
- Productivity
- Other
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -1,6 +1,6 @@
# searx
Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.
Meta search engine which aggregates results from more than 70 search services.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.

View File

@ -1,4 +1,4 @@
Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.
Meta search engine which aggregates results from more than 70 search services.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/searx](https://truecharts.org/docs/charts/incubator/searx)

View File

@ -1,18 +1,19 @@
env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searx
tag: latest@sha256:df4978aa7639d6cb2b34c5c30cc0bc05a132e17a34d2b174c401d6a65dcf741d
persistence:
config:
enabled: true
mountPath: /etc/searx
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
env:
BASE_URL: ""
service:
main:
ports:
@ -21,5 +22,10 @@ service:
protocol: TCP
targetPort: 8080
persistence:
config:
enabled: true
mountPath: /etc/searx
portal:
enabled: true

View File

@ -164,19 +164,6 @@ questions:
label: Arg
schema:
type: string
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: INSTANCE_NAME
label: "INSTANCE_NAME"
description: "Your SearXNG instance name"
schema:
type: string
default: ""
- variable: TZ
label: Timezone
group: Container Configuration
@ -283,6 +270,19 @@ questions:
label: Value
schema:
type: string
- variable: env
group: Container Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: BASE_URL
label: Base URL
description: Set hostname https://search.mydomain.com
schema:
type: string
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)
@ -291,8 +291,8 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
@ -372,14 +372,14 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Service Port Configuration"
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 8080
@ -419,8 +419,8 @@ questions:
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 8080
@ -718,8 +718,8 @@ questions:
type: dict
attrs:
- variable: config
label: "config Storage"
description: "SearXNGs config location"
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
@ -1104,7 +1104,7 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@ -1484,22 +1484,22 @@ questions:
type: dict
attrs:
- variable: privileged
label: "Privileged mode"
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
label: runAsNonRoot
schema:
type: boolean
default: false
@ -1537,20 +1537,20 @@ questions:
type: dict
attrs:
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568

View File

@ -2,6 +2,15 @@
## [searxng-0.0.62](https://github.com/truecharts/charts/compare/searxng-0.0.61...searxng-0.0.62) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
## [searxng-0.0.61](https://github.com/truecharts/charts/compare/searxng-0.0.60...searxng-0.0.61) (2022-10-30)
### Chore
@ -88,12 +97,3 @@
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071))
- update docker general non-major
## [searxng-0.0.53](https://github.com/truecharts/charts/compare/searxng-0.0.52...searxng-0.0.53) (2022-10-07)
### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
generated: "2022-11-01T08:59:24.675530609Z"
generated: "2022-11-02T00:19:33.358623838Z"

View File

@ -1,8 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
@ -10,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
deprecated: false
description: "SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity."
description: Meta search engine which aggregates results from more than 70 search services.
home: https://truecharts.org/docs/charts/incubator/searxng
icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
keywords:
@ -28,4 +23,10 @@ sources:
- https://github.com/searxng/searxng
- https://hub.docker.com/r/searxng/searxng
type: application
version: 0.0.61
version: 0.0.62
annotations:
truecharts.org/catagories: |
- Productivity
- Other
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -1,6 +1,6 @@
# searxng
SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.
Meta search engine which aggregates results from more than 70 search services.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.

View File

@ -1,4 +1,4 @@
SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.
Meta search engine which aggregates results from more than 70 search services.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/searxng](https://truecharts.org/docs/charts/incubator/searxng)

View File

@ -1,19 +1,20 @@
env:
INSTANCE_NAME: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searxng
tag: latest@sha256:3a3d43fa9cb04f1c664b5a565097fd718a3050f07c1e4f8bf031e0d4f2436fbe
persistence:
config:
enabled: true
mountPath: /etc/searxng
env:
BASE_URL: ""
INSTANCE_NAME: SearXng
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
@ -22,5 +23,10 @@ service:
protocol: TCP
targetPort: 8080
persistence:
config:
enabled: true
mountPath: /etc/searxng
portal:
enabled: true

View File

@ -164,6 +164,25 @@ questions:
label: Arg
schema:
type: string
- variable: env
group: Container Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: INSTANCE_NAME
label: Instance Name
description: Your SearXNG instance name
schema:
type: string
default: SearXng
- variable: BASE_URL
label: Base URL
description: Set base url like so https://search.mydomain.com
schema:
type: string
default: ""
- variable: TZ
label: Timezone
group: Container Configuration
@ -278,8 +297,8 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
@ -359,14 +378,14 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Service Port Configuration"
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 8080
@ -406,8 +425,8 @@ questions:
min: 9000
max: 65535
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 8080
@ -705,8 +724,8 @@ questions:
type: dict
attrs:
- variable: config
label: "config Storage"
description: "Contain config files"
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
@ -1091,7 +1110,7 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@ -1471,22 +1490,22 @@ questions:
type: dict
attrs:
- variable: privileged
label: "Privileged mode"
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
label: runAsNonRoot
schema:
type: boolean
default: false
@ -1524,20 +1543,20 @@ questions:
type: dict
attrs:
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568

View File

@ -2,6 +2,19 @@
## [omada-controller-6.3.0](https://github.com/truecharts/charts/compare/omada-controller-6.2.2...omada-controller-6.3.0) (2022-11-02)
### Chore
- Auto-update chart README [skip ci]
### Docs
- Add Installation Notes ([#4278](https://github.com/truecharts/charts/issues/4278))
## [omada-controller-6.2.2](https://github.com/truecharts/charts/compare/omada-controller-6.2.1...omada-controller-6.2.2) (2022-10-25)
### Chore
@ -84,16 +97,3 @@
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [omada-controller-6.0.68](https://github.com/truecharts/charts/compare/omada-controller-6.0.67...omada-controller-6.0.68) (2022-09-28)
### Chore
- Auto-update chart README [skip ci]
- add ingress for portal ([#3944](https://github.com/truecharts/charts/issues/3944))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
digest: sha256:1ad92f2f18f9d74ffd15446540b5861f0fc09f91c0ba9f30ba51940e82647587
generated: "2022-10-25T10:28:58.743423545Z"
generated: "2022-11-02T00:19:33.308744289Z"

View File

@ -18,7 +18,7 @@ name: omada-controller
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- https://github.com/mbentley/docker-omada-controller
version: 6.2.2
version: 6.3.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -1078,8 +1078,6 @@ questions:
description: Default
- value: ClusterFirst
description: ClusterFirst
- value: ClusterFirstWithHostNet
description: ClusterFirstWithHostNet
- value: None
description: None
- variable: dnsConfig