Compare commits
40 Commits
adminer-0.
...
adminer-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fccd234dc | ||
|
|
71b85b119e | ||
|
|
1c19cfdcbf | ||
|
|
f46822c7de | ||
|
|
e8becd82dd | ||
|
|
d474a45762 | ||
|
|
51b1e38539 | ||
|
|
c061f693e8 | ||
|
|
9056d3c8f7 | ||
|
|
2f9afd61b2 | ||
|
|
dc26a93fb6 | ||
|
|
6c5aa110ce | ||
|
|
f2b2fb590e | ||
|
|
b242b7299a | ||
|
|
5050386248 | ||
|
|
b262d33e72 | ||
|
|
72df608510 | ||
|
|
bcebb228ba | ||
|
|
9b843e2360 | ||
|
|
92edb81b91 | ||
|
|
d8712d4963 | ||
|
|
0b483a78c5 | ||
|
|
0fdc4e1ebd | ||
|
|
8d948cfb52 | ||
|
|
b079c0685b | ||
|
|
937ff0f8b5 | ||
|
|
6d816fd44d | ||
|
|
c5498c9fc0 | ||
|
|
8b1f8e2848 | ||
|
|
03ee25eb41 | ||
|
|
b1a75b3cc7 | ||
|
|
9905c614e5 | ||
|
|
2212e84646 | ||
|
|
d764319fad | ||
|
|
987c2834c6 | ||
|
|
277412da63 | ||
|
|
1447649093 | ||
|
|
a1fa0a5bbe | ||
|
|
e44eb9524b | ||
|
|
f94183dffb |
53
.github/SUPPORT.md
vendored
53
.github/SUPPORT.md
vendored
@@ -1,6 +1,5 @@
|
||||
# Support Policy
|
||||
|
||||
|
||||
## TrueCharts on TrueNAS SCALE
|
||||
|
||||
TrueCharts aims to always support the latest version of TrueNAS SCALE.
|
||||
@@ -12,54 +11,22 @@ We also document which versions of TrueNAS will receive TrueCharts updates and f
|
||||
### Supported Versions
|
||||
|
||||
| TrueNAS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
|
||||
| ---------------- | -------- | ---------------------- | ------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------- |
|
||||
| 22.02.2 or prior | `master` | :white_check_mark: | :x: | :x: | Advised to update to 22.02.3 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) |
|
||||
| 22.02.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Most Stable Release as of 2022-08-09 |
|
||||
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
|
||||
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- |
|
||||
| 22.02.2 or prior | `master` | :white_check_mark: | :x: | :x: | Advised to update to 22.02.3 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) |
|
||||
| 22.02.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Most Stable Release as of 2022-08-09 |
|
||||
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
|
||||
|
||||
## Stable Train Charts
|
||||
|
||||
We provide direct support for getting `stable` train charts working on our [discord](https://discord.gg/tVsPTHWTtr) inside the **#support** channel.
|
||||
That includes installation and guidance on getting it working with defaults or basic settings (not advanced customisations or remote smb shares, etc).
|
||||
Bug reports aren't accepted on [discord](https://discord.gg/tVsPTHWTtr) so if you spot a bug (all charts in the stable train should work with defaults)
|
||||
Bug reports aren't accepted on [discord](https://discord.gg/tVsPTHWTtr) so if you spot a bug (Charts in the stable train should work with mostly defaults configuration)
|
||||
please report them to our [github](https://github.com/truecharts/charts/issues/new/choose). Bug reports that state something doesn't work without supporting items may be closed.
|
||||
|
||||
## Incubator Train Charts
|
||||
|
||||
Our support policy for `incubator` train charts is different for those on the `stable` train. Those charts are work in progress,
|
||||
may break at anytime and we're still going through many of the charts from unRAID. We won't respond to #support tickets on our discord for `incubator` train
|
||||
charts on our [discord](https://discord.gg/tVsPTHWTtr). However we have an **#incubator-chat** channel for these apps to help get them running. Assume anything
|
||||
in the `incubator` train is in beta and you're testing it. As well, anything installed in `incubator` will have to be REINSTALLED once it moves to the `stable` train.
|
||||
|
||||
## Specific TrueCharts Support Items (FAQ)
|
||||
|
||||
1. Checking the Advanced and Expert Networking boxes render your ticket ineligible for standard support.
|
||||
charts will work with these boxes enabled but the support staff won't help you with your advanced setups, use **#customised-setups**.
|
||||
If you find a bug with those boxes we always accept bug reports on our [github](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
2. If you're using another Load Balancer in front of Traefik this falls outside the realm
|
||||
of basic support and your support ticket will be ineligible
|
||||
|
||||
3. Certain applications require ingress to work correctly due to security reasons.
|
||||
Which is why doing so is also required for **#support** tickets.
|
||||
Failure to use ingress for those charts will render your support ticket ineligible. *Example* apps are:
|
||||
- Vaultwarden
|
||||
- Nextcloud
|
||||
- Monica
|
||||
- Recipes
|
||||
|
||||
4. We currently advise people to NOT use ACL's for host path storage. We cannot guide each user through setting up their ACL's for each chart.
|
||||
Apart from a few exceptions user 568 (apps) must have access to their host path storage.
|
||||
|
||||
5. Along with above, we heavily suggest using PVC whenever possible and should be the main way your charts are installed.
|
||||
These PVC's can be mounted using [truetool](https://github.com/truecharts/truetool).
|
||||
User storage for user files can be mounted in the GUI and for certain charts there's specific sections for this storage.
|
||||
The reason for using PVC with charts is the Rollback support on a failed change or update to your chart. No PVC, no GUI rollback inside TrueNAS
|
||||
|
||||
6. TrueCharts uses [Semantic Versioning](https://semver.org/) on the aspects of the chart that TrueCharts has changed.
|
||||
All charts in `stable` begin at `1.0.0` and increase with updates from the common chart or if the chart is updated.
|
||||
Some chart use latest and/or poor versioning so updates aren't always clear upstream but be sure to check the **CHANGELOG** for each chart before updating.
|
||||
This is especially important for **MAJOR** changes, such as 13.2.1 -> 14.0.0 or if the upstream chart has undergone a major change itself.
|
||||
These are potentially a `Breaking change` (the semver first digit change). If charts undergo after a `breaking change` we cannot guarantee that they will
|
||||
all update properly out of the box, therefore have backups beforehand (Truetool) or making sure the ability to rollback works for your chart.
|
||||
We try to help on a best effort basis, but support will be limited as they are expected to be more-or-less breaking and we cannot control all scenarios.
|
||||
Our support policy for `incubator` train charts is different for those on the `stable` train. Those charts are work in progress,
|
||||
may break at anytime and we're still going through many of the charts from unRAID. We won't accept support tickets on our discord for `incubator` train
|
||||
charts on our [discord](https://discord.gg/tVsPTHWTtr). However we have an **#incubator-chat** channel for these apps to help get them running and/or receive feedback.
|
||||
With enough posivite feedback a chart can be promoted to `stable` train. Feedback about bugs is also accepted there which can be used to fix them.
|
||||
Assume anything in the `incubator` train is in beta and you're testing it. As well, anything installed in `incubator` will have to be REINSTALLED once it moves to the `stable` train.
|
||||
|
||||
2
.github/workflows/general.security-scan.yaml
vendored
2
.github/workflows/general.security-scan.yaml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
severity: "CRITICAL"
|
||||
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2
|
||||
uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2
|
||||
with:
|
||||
sarif_file: "trivy-repo-results.sarif"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
path: ./pr_metadata/pr_number.txt
|
||||
|
||||
- name: "Get workflow job status"
|
||||
uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6
|
||||
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # tag=v6
|
||||
id: get-workflow-jobs
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@a268351ade4e17ee3f9e4b0a77970ca706c02ec3 # tag=v32.172.1
|
||||
uses: renovatebot/github-action@6d5b2a0885ad64a8b7e7f95030178463c2bc64ed # tag=v32.179.1
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
2
.github/workflows/schedule-sync-labels.yaml
vendored
2
.github/workflows/schedule-sync-labels.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
- name: Sync Labels
|
||||
uses: EndBug/label-sync@852ef5d7a242975b02f1832ad53dc45ca635c3e4 # tag=v2
|
||||
uses: EndBug/label-sync@2155ba23e047b09a88c8a2f577fa370307d171f4 # tag=v2
|
||||
with:
|
||||
config-file: |
|
||||
https://raw.githubusercontent.com/truecharts/.github/main/.github/labels.yaml
|
||||
|
||||
@@ -2,6 +2,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.14](https://github.com/truecharts/charts/compare/clickhouse-1.0.13...clickhouse-1.0.14) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.12](https://github.com/truecharts/charts/compare/clickhouse-1.0.11...clickhouse-1.0.12) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: "22.8.1.209"
|
||||
appVersion: "22.8.2.11"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/docs/charts/dependency/clickhouse
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://clickhouse.com/
|
||||
- https://hub.docker.com/r/yandex/clickhouse-server
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# clickhouse
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/clickhouse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 22.8.1.2097@sha256:b48e4472cf843aaaa60eb28f821934a8e7df7eabad904494746e48b29654d9db
|
||||
tag: 22.8.2.11@sha256:02163dcc08f2779e050f620860f7c52580a69c663744c40c96fcadeccbb11970
|
||||
|
||||
controller:
|
||||
type: statefulset
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.32](https://github.com/truecharts/charts/compare/collabora-online-12.1.31...collabora-online-12.1.32) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.31](https://github.com/truecharts/charts/compare/collabora-online-12.1.30...collabora-online-12.1.31) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "22.05.5.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: "An awesome Online Office suite."
|
||||
home: https://truecharts.org/docs/charts/dependency/collabora-online
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://sdk.collaboraonline.com/contents.html
|
||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||
type: application
|
||||
version: 12.1.31
|
||||
version: 12.1.33
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- office
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# collabora-online
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
An awesome Online Office suite.
|
||||
|
||||
@@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ appVersion: "10.8.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/docs/charts/dependency/mariadb
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 3.0.59
|
||||
version: 3.0.62
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mariadb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
|
||||
@@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.8.4@sha256:6d33bfee27fea35008276dd87d33c6156325c0e70312889c79659a2db079ffe7
|
||||
tag: 10.8.4@sha256:85eb7557caf0ecfbfef988ed5ea0c0385de3cdb27f444a7e6c9c75966f4d7910
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ appVersion: "1.6.16"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/docs/charts/dependency/memcached
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 3.0.60
|
||||
version: 3.0.63
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# memcached
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Memcached is a memory-backed database caching solution
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.16@sha256:076de6a4c734196fc8ca9a7c69a45afaf6bda40fa5840063dea76939d676e00b
|
||||
tag: 1.6.16@sha256:885317970de475ec51aa768f75bca92472dfb01f4c78c444c7639e9391bf784d
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -2,6 +2,24 @@
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.60](https://github.com/truecharts/charts/compare/mongodb-1.0.59...mongodb-1.0.60) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.2 ([#3583](https://github.com/truecharts/charts/issues/3583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.59](https://github.com/truecharts/charts/compare/mongodb-1.0.58...mongodb-1.0.59) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.58](https://github.com/truecharts/charts/compare/mongodb-1.0.57...mongodb-1.0.58) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "5.0.10"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/docs/charts/dependency/mongodb
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 1.0.58
|
||||
version: 1.0.60
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mongodb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
|
||||
@@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,24 @@
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.65](https://github.com/truecharts/charts/compare/postgresql-8.0.64...postgresql-8.0.65) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.2 ([#3583](https://github.com/truecharts/charts/issues/3583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.64](https://github.com/truecharts/charts/compare/postgresql-8.0.63...postgresql-8.0.64) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.63](https://github.com/truecharts/charts/compare/postgresql-8.0.62...postgresql-8.0.63) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "14.5.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://truecharts.org/docs/charts/dependency/postgresql
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 8.0.63
|
||||
version: 8.0.65
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# postgresql
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
PostgresSQL
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,24 @@
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.43](https://github.com/truecharts/charts/compare/promtail-3.0.42...promtail-3.0.43) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.2 ([#3583](https://github.com/truecharts/charts/issues/3583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.42](https://github.com/truecharts/charts/compare/promtail-3.0.41...promtail-3.0.42) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.41](https://github.com/truecharts/charts/compare/promtail-3.0.40...promtail-3.0.41) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.6.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
version: 3.0.41
|
||||
version: 3.0.43
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# promtail
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
|
||||
@@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,33 @@
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.62](https://github.com/truecharts/charts/compare/redisinsight-0.0.18...redis-3.0.62) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.2 ([#3583](https://github.com/truecharts/charts/issues/3583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.61](https://github.com/truecharts/charts/compare/redis-3.0.60...redis-3.0.61) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.60](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.17...redis-3.0.60) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.59](https://github.com/truecharts/charts/compare/redis-3.0.58...redis-3.0.59) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "7.0.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/docs/charts/dependency/redis
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 3.0.59
|
||||
version: 3.0.62
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# redis
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Open source, advanced key-value store.
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v7.0.4@sha256:237c28c162eee2c63d3fdcac2132b5274b26ccd06ad7f48f5794eb9203171e19
|
||||
tag: v7.0.4@sha256:8512d4c5141158ddfa8305744ddaca77bc845b4d21dd634209d9f497526236ca
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,33 @@
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.36](https://github.com/truecharts/charts/compare/solr-0.0.35...solr-0.0.36) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.2 ([#3583](https://github.com/truecharts/charts/issues/3583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.35](https://github.com/truecharts/charts/compare/solr-0.0.34...solr-0.0.35) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.34](https://github.com/truecharts/charts/compare/solr-0.0.33...solr-0.0.34) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.33](https://github.com/truecharts/charts/compare/solr-0.0.32...solr-0.0.33) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
version: 10.5.2
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/docs/charts/dependency/solr
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/apache/solr
|
||||
- https://hub.docker.com/r/bitnami/solr/
|
||||
type: application
|
||||
version: 0.0.33
|
||||
version: 0.0.36
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# solr
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Apache Solr
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.0 |
|
||||
| https://library-charts.truecharts.org | common | 10.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.0.0@sha256:209569655e71f801210950d3a06801c3194e86f7a8b1258c2129ab26654f7997
|
||||
tag: v9.0.0@sha256:a3b61679069d6dda09c4280274eac129c0572173773f03595b555b8795efd153
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.18](https://github.com/truecharts/charts/compare/acestream-0.0.17...acestream-0.0.18) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.17](https://github.com/truecharts/charts/compare/acestream-0.0.16...acestream-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/vstavrinov/acestream-service
|
||||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.18
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# acestream
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Acestream-engine
|
||||
|
||||
|
||||
@@ -15,10 +15,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8008
|
||||
protocol: TCP
|
||||
targetPort: 6878
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.22](https://github.com/truecharts/charts/compare/actualserver-0.0.20...actualserver-0.0.22) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.20](https://github.com/truecharts/charts/compare/actualserver-0.0.19...actualserver-0.0.20) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- finance
|
||||
version: 0.0.20
|
||||
version: 0.0.22
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# actualserver
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Actual is a super fast privacy-focused app for managing your finances.
|
||||
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [adguard-home-1.0.34](https://github.com/truecharts/charts/compare/adguard-home-1.0.32...adguard-home-1.0.34) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguard-home-1.0.32](https://github.com/truecharts/charts/compare/adguard-home-1.0.31...adguard-home-1.0.32) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -19,7 +19,7 @@ name: adguard-home
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
|
||||
- https://hub.docker.com/r/adguard/adguardhome
|
||||
version: 1.0.32
|
||||
version: 1.0.34
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adguard-home
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Free and open source, powerful network-wide ads & trackers blocking DNS server.
|
||||
|
||||
|
||||
@@ -2,6 +2,24 @@
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.23](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.21...adguardhome-sync-0.0.23) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.21](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.20...adguardhome-sync-0.0.21) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.20](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.19...adguardhome-sync-0.0.20) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
|
||||
- https://github.com/linuxserver/docker-adguardhome-sync#readme
|
||||
type: application
|
||||
version: 0.0.20
|
||||
version: 0.0.23
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adguardhome-sync
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: CONFIGFILE
|
||||
label: 'CONFIGFILE'
|
||||
label: "CONFIGFILE"
|
||||
description: "Set a custom config file."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: UMASK
|
||||
label: 'UMASK'
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -4,7 +4,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/adguardhome-sync
|
||||
tag: latest@sha256:b6ab47ea8a194621897ca9c0c7f22a0b0b504f7c231c6937765fa755f1f8f0b0
|
||||
tag: latest@sha256:2cbb0b776514cc2cb68763414d51b88e633e218dee37eb827811c063538d5fd4
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
@@ -17,10 +17,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.21](https://github.com/truecharts/charts/compare/adminer-0.0.19...adminer-0.0.21) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.19](https://github.com/truecharts/charts/compare/adminer-0.0.18...adminer-0.0.19) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/vrana/adminer
|
||||
- http://hub.docker.com/_/adminer/
|
||||
type: application
|
||||
version: 0.0.19
|
||||
version: 0.0.21
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adminer
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: ADMINER_DESIGN
|
||||
label: 'ADMINER_DESIGN'
|
||||
label: "ADMINER_DESIGN"
|
||||
description: "Container Variable ADMINERDESIGN"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ADMINER_PLUGINS
|
||||
label: 'ADMINER_PLUGINS'
|
||||
label: "ADMINER_PLUGINS"
|
||||
description: "e.g. ADMINERPLUGINS=tables-filter tinymce"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -14,10 +14,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.19](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.17...alienswarm-reactivedrop-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.17](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.16...alienswarm-reactivedrop-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alienswarm-reactivedrop
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems with less than 32 CPU cores!!!)
|
||||
|
||||
|
||||
@@ -12,6 +12,26 @@ questions:
|
||||
# Include{recreate}
|
||||
# Include{controllerExpert}
|
||||
# Include{controllerExpertExtraArgs}
|
||||
- variable: secretEnv
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: USERNAME
|
||||
label: "USERNAME"
|
||||
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PASSWRD
|
||||
label: "PASSWRD"
|
||||
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -20,43 +40,31 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GAME_ID
|
||||
label: 'GAME_ID'
|
||||
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
|
||||
label: "GAME_ID"
|
||||
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
|
||||
schema:
|
||||
type: string
|
||||
default: "563560"
|
||||
- variable: GAME_NAME
|
||||
label: 'GAME_NAME'
|
||||
label: "GAME_NAME"
|
||||
description: "Game name to start (is connected to the GAMEPARAMS)."
|
||||
schema:
|
||||
type: string
|
||||
default: "reactivedrop"
|
||||
- variable: GAME_PARAMS
|
||||
label: 'GAME_PARAMS'
|
||||
label: "GAME_PARAMS"
|
||||
description: "Enter your start up commands for the server."
|
||||
schema:
|
||||
type: string
|
||||
default: "+map lobby -maxplayers 4 +exec server.cfg"
|
||||
- variable: USERNAME
|
||||
label: 'USERNAME'
|
||||
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: VALIDATE
|
||||
label: 'VALIDATE'
|
||||
label: "VALIDATE"
|
||||
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PASSWRD
|
||||
label: 'PASSWRD'
|
||||
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: GAME_PORT
|
||||
label: 'GAME_PORT'
|
||||
label: "GAME_PORT"
|
||||
description: "Container Variable GAMEPORT"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -1,25 +1,27 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alienswarm-reactivedrop
|
||||
tag: latest@sha256:70c12df15768281855c158201cdcf9b1cc828b85f17d849715811d21b2bdb9e8
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
|
||||
env:
|
||||
GAME_ID: "563560"
|
||||
GAME_NAME: reactivedrop
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alienswarm-reactivedrop
|
||||
tag: latest@sha256:70c12df15768281855c158201cdcf9b1cc828b85f17d849715811d21b2bdb9e8
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
VALIDATE: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
@@ -27,15 +29,11 @@ probes:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
@@ -48,5 +46,13 @@ service:
|
||||
protocol: TCP
|
||||
targetPort: 27015
|
||||
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.19](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.17...alienswarm-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.17](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.16...alienswarm-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alienswarm
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install Alien Swarm and run it.
|
||||
|
||||
|
||||
@@ -12,6 +12,26 @@ questions:
|
||||
# Include{recreate}
|
||||
# Include{controllerExpert}
|
||||
# Include{controllerExpertExtraArgs}
|
||||
- variable: secretEnv
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: USERNAME
|
||||
label: "USERNAME"
|
||||
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PASSWRD
|
||||
label: "PASSWRD"
|
||||
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -20,43 +40,31 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GAME_ID
|
||||
label: 'GAME_ID'
|
||||
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
|
||||
label: "GAME_ID"
|
||||
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
|
||||
schema:
|
||||
type: string
|
||||
default: "635"
|
||||
- variable: GAME_NAME
|
||||
label: 'GAME_NAME'
|
||||
label: "GAME_NAME"
|
||||
description: "Game name to start (is connected to the GAMEPARAMS)."
|
||||
schema:
|
||||
type: string
|
||||
default: "swarm"
|
||||
- variable: GAME_PARAMS
|
||||
label: 'GAME_PARAMS'
|
||||
label: "GAME_PARAMS"
|
||||
description: "Enter your start up commands for the server."
|
||||
schema:
|
||||
type: string
|
||||
default: "+map lobby -maxplayers 4 +exec server.cfg"
|
||||
- variable: USERNAME
|
||||
label: 'USERNAME'
|
||||
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PASSWRD
|
||||
label: 'PASSWRD'
|
||||
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: VALIDATE
|
||||
label: 'VALIDATE'
|
||||
label: "VALIDATE"
|
||||
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: GAME_PORT
|
||||
label: 'GAME_PORT'
|
||||
label: "GAME_PORT"
|
||||
description: "Container Variable GAMEPORT"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -1,25 +1,26 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alienswarm
|
||||
tag: latest@sha256:854ecf0ff4ee413bd325cf2b595f17f40792fb3af99b49b292a3fa77e1d93293
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
|
||||
env:
|
||||
GAME_ID: "635"
|
||||
GAME_NAME: swarm
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alienswarm
|
||||
tag: latest@sha256:854ecf0ff4ee413bd325cf2b595f17f40792fb3af99b49b292a3fa77e1d93293
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
VALIDATE: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
@@ -27,15 +28,11 @@ probes:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
@@ -48,5 +45,13 @@ service:
|
||||
protocol: TCP
|
||||
targetPort: 27015
|
||||
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.19](https://github.com/truecharts/charts/compare/altitude-0.0.17...altitude-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.17](https://github.com/truecharts/charts/compare/altitude-0.0.16...altitude-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/altitude/
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# altitude
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install Altitude and run it.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GAME_PARAMS
|
||||
label: 'GAME_PARAMS'
|
||||
label: "GAME_PARAMS"
|
||||
description: "Enter your start up commands for the server."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: DL_URL
|
||||
label: 'DL_URL'
|
||||
label: "DL_URL"
|
||||
description: "Dont change unless you know what you are doing."
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -24,10 +24,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 27276
|
||||
protocol: UDP
|
||||
targetPort: 27276
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.19](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.17...americasarmy-pg-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.17](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.16...americasarmy-pg-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://www.americasarmy.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# americasarmy-pg
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it.
|
||||
|
||||
|
||||
@@ -12,6 +12,26 @@ questions:
|
||||
# Include{recreate}
|
||||
# Include{controllerExpert}
|
||||
# Include{controllerExpertExtraArgs}
|
||||
- variable: secretEnv
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: USERNAME
|
||||
label: "USERNAME"
|
||||
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PASSWRD
|
||||
label: "PASSWRD"
|
||||
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -20,41 +40,29 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GAME_ID
|
||||
label: 'GAME_ID'
|
||||
description: "The GAMEID that the container download at startup.If you want to install a static or beta version of the game change the value to 203300 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)."
|
||||
label: "GAME_ID"
|
||||
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
|
||||
schema:
|
||||
type: string
|
||||
default: "203300"
|
||||
- variable: SRV_NAME
|
||||
label: 'SRV_NAME'
|
||||
label: "SRV_NAME"
|
||||
description: "Container Variable SRVNAME"
|
||||
schema:
|
||||
type: string
|
||||
default: "Army Docker"
|
||||
- variable: GAME_PARAMS
|
||||
label: 'GAME_PARAMS'
|
||||
label: "GAME_PARAMS"
|
||||
description: "Enter your start up commands for the server."
|
||||
schema:
|
||||
type: string
|
||||
default: "-port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log"
|
||||
- variable: USERNAME
|
||||
label: 'USERNAME'
|
||||
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: VALIDATE
|
||||
label: 'VALIDATE'
|
||||
label: "VALIDATE"
|
||||
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PASSWRD
|
||||
label: 'PASSWRD'
|
||||
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
type: boolean
|
||||
default: true
|
||||
# Include{containerConfig}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
|
||||
@@ -1,24 +1,26 @@
|
||||
env:
|
||||
GAME_ID: "203300"
|
||||
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||
PASSWRD: ""
|
||||
SRV_NAME: Army Docker
|
||||
USERNAME: ""
|
||||
VALIDATE: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/americasarmy-pg
|
||||
tag: latest@sha256:c8b0a973e2303406ae3daeb2ff63f9ef65d7f5ef7af92da4e1bc6bed4ecac920
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
|
||||
env:
|
||||
GAME_ID: "203300"
|
||||
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||
SRV_NAME: Army Docker
|
||||
VALIDATE: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
@@ -26,15 +28,11 @@ probes:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8778
|
||||
protocol: UDP
|
||||
targetPort: 8778
|
||||
@@ -47,5 +45,13 @@ service:
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.22](https://github.com/truecharts/charts/compare/amtd-0.0.20...amtd-0.0.22) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.20](https://github.com/truecharts/charts/compare/amtd-0.0.19...amtd-0.0.20) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/RandomNinjaAtk/docker-amtd
|
||||
- https://hub.docker.com/r/randomninjaatk/amtd
|
||||
type: application
|
||||
version: 0.0.20
|
||||
version: 0.0.22
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amtd
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications
|
||||
|
||||
|
||||
@@ -18,85 +18,85 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: AUTOSTART
|
||||
label: 'AUTOSTART'
|
||||
label: "AUTOSTART"
|
||||
description: "true = Enabled Runs script automatically on startup"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: SCRIPTINTERVAL
|
||||
label: 'SCRIPTINTERVAL'
|
||||
label: "SCRIPTINTERVAL"
|
||||
description: "#s or #m or #h or #d s = seconds, m = minutes, h = hours, d = days Amount of time between each script run, when AUTOSTART is enabled"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: RadarrUrl
|
||||
label: 'RadarrUrl'
|
||||
label: "RadarrUrl"
|
||||
description: "Set domain or IP to your Radarr instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify https..."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: RadarrAPIkey
|
||||
label: 'RadarrAPIkey'
|
||||
label: "RadarrAPIkey"
|
||||
description: "Radarr API Key"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: extrastype
|
||||
label: 'extrastype'
|
||||
label: "extrastype"
|
||||
description: "all or trailers all downloads all available videos (trailers, clips, featurettes, etc...) trailers only downloads trailers"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: LANGUAGES
|
||||
label: 'LANGUAGES'
|
||||
label: "LANGUAGES"
|
||||
description: "Set the primary desired language, if not found, fallback to next langauge in the list... (this is a , separated list of ISO 639-1 language codes)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: videoformat
|
||||
label: 'videoformat'
|
||||
label: "videoformat"
|
||||
description: "For guidence, please see youtube-dl documentation"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: subtitlelanguage
|
||||
label: 'subtitlelanguage'
|
||||
label: "subtitlelanguage"
|
||||
description: "Desired Language Code For guidence, please see youtube-dl documentation"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: SINGLETRAILER
|
||||
label: 'SINGLETRAILER'
|
||||
label: "SINGLETRAILER"
|
||||
description: "true = enabled Only downloads the first available trailer, does not apply to other extras type"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PREFER_EXISTING
|
||||
label: 'PREFER_EXISTING'
|
||||
label: "PREFER_EXISTING"
|
||||
description: "true = enabled Checks for existing trailer file, and skips it if found"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: USEFOLDERS
|
||||
label: 'USEFOLDERS'
|
||||
label: "USEFOLDERS"
|
||||
description: "true = enabled Creates subfolders within the movie folder for extras"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: EndClient
|
||||
label: 'EndClient'
|
||||
label: "EndClient"
|
||||
description: "plex or emby or jellyfin Select the appropriate client for maximum compatibility"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: FilePermissions
|
||||
label: 'FilePermissions'
|
||||
label: "FilePermissions"
|
||||
description: "Based on chmod linux permissions"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: FolderPermissions
|
||||
label: 'FolderPermissions'
|
||||
label: "FolderPermissions"
|
||||
description: "Based on chmod linux permissions"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.19](https://github.com/truecharts/charts/compare/amule-0.0.17...amule-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.17](https://github.com/truecharts/charts/compare/amule-0.0.16...amule-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/t-chab/dockerfiles
|
||||
- https://hub.docker.com/r/tchabaud/amule
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amule
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: WEBUI_PWD
|
||||
label: 'WEBUI_PWD'
|
||||
label: "WEBUI_PWD"
|
||||
description: "Password for WebUI."
|
||||
schema:
|
||||
type: string
|
||||
default: "admin"
|
||||
- variable: WEBUI_TEMPLATE
|
||||
label: 'WEBUI_TEMPLATE'
|
||||
label: "WEBUI_TEMPLATE"
|
||||
description: "Alternative material WebUI design."
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -23,10 +23,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 4711
|
||||
protocol: HTTP
|
||||
targetPort: 4711
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.19](https://github.com/truecharts/charts/compare/amvd-0.0.17...amvd-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.17](https://github.com/truecharts/charts/compare/amvd-0.0.16...amvd-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/RandomNinjaAtk/docker-amvd
|
||||
- https://hub.docker.com/r/randomninjaatk/amvd
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amvd
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications
|
||||
|
||||
|
||||
@@ -18,73 +18,73 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: AUTOSTART
|
||||
label: 'AUTOSTART'
|
||||
label: "AUTOSTART"
|
||||
description: "true = Enabled Runs script automatically on startup"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: SCRIPTINTERVAL
|
||||
label: 'SCRIPTINTERVAL'
|
||||
label: "SCRIPTINTERVAL"
|
||||
description: "#s or #m or #h or #d s = seconds, m = minutes, h = hours, d = days Amount of time between each script run, when AUTOSTART is enabled"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: MBRAINZMIRROR
|
||||
label: 'MBRAINZMIRROR'
|
||||
label: "MBRAINZMIRROR"
|
||||
description: "OPTIONAL Only change if using a different mirror"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: MBRATELIMIT
|
||||
label: 'MBRATELIMIT'
|
||||
label: "MBRATELIMIT"
|
||||
description: "OPTIONAL musicbrainz rate limit, musicbrainz allows only 1 connection per second, max setting is 10"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: SOURCE_CONNECTION
|
||||
label: 'SOURCE_CONNECTION'
|
||||
label: "SOURCE_CONNECTION"
|
||||
description: "lidarr or ama ama requires the AMA config folder to be mounted as a volume ama"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: LidarrUrl
|
||||
label: 'LidarrUrl'
|
||||
label: "LidarrUrl"
|
||||
description: "Set domain or IP to your Lidarr instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify https."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: LidarrAPIkey
|
||||
label: 'LidarrAPIkey'
|
||||
label: "LidarrAPIkey"
|
||||
description: "Lidarr API key"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: CountryCode
|
||||
label: 'CountryCode'
|
||||
label: "CountryCode"
|
||||
description: "Set the country code for preferred video matching, uses Musicbrainz Country Codes, lowercase only."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: subtitlelanguage
|
||||
label: 'subtitlelanguage'
|
||||
label: "subtitlelanguage"
|
||||
description: "Desired Language Code For guidence, please see youtube-dl documentation"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: WriteNFOs
|
||||
label: 'WriteNFOs'
|
||||
label: "WriteNFOs"
|
||||
description: "true = enabled Create NFO and Local Thumbnail for use in applications such as Kodi"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: USEFOLDERS
|
||||
label: 'USEFOLDERS'
|
||||
label: "USEFOLDERS"
|
||||
description: "true = enabled Creates subfolders using the Lidarr Artist folder name"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: USEVIDEOFOLDERS
|
||||
label: 'USEVIDEOFOLDERS'
|
||||
label: "USEVIDEOFOLDERS"
|
||||
description: "true = enabled Creates subfolders using Video File Name only, requires USEFOLDERS to be enabled"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.19](https://github.com/truecharts/charts/compare/android-8-0-0.0.17...android-8-0-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.17](https://github.com/truecharts/charts/compare/android-8-0-0.0.16...android-8-0-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
|
||||
- https://registry.hub.docker.com/r/ulisses1478/docker-android
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# android-8-0
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Android in docker solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable.
|
||||
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.19](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.17...androiddebugbridge-0.0.19) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.17](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.16...androiddebugbridge-0.0.17) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
|
||||
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# androiddebugbridge
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image.
|
||||
|
||||
|
||||
@@ -20,19 +20,19 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: bootwait
|
||||
label: 'bootwait'
|
||||
label: "bootwait"
|
||||
description: "Length of time in seconds to wait after the container has started before attempting to connect to devices."
|
||||
schema:
|
||||
type: string
|
||||
default: "10"
|
||||
- variable: devicelist
|
||||
label: 'devicelist'
|
||||
label: "devicelist"
|
||||
description: "Comma separated list of androidtvfiretv devices to connect to, each one listed as [iphostname][port],[iphostname][port]."
|
||||
schema:
|
||||
type: string
|
||||
default: "10.0.0.192:5555"
|
||||
- variable: checkfreq
|
||||
label: 'checkfreq'
|
||||
label: "checkfreq"
|
||||
description: "Length of time in seconds to wait between successive attempts to connect (or re-connect) to devices."
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -15,10 +15,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 5037
|
||||
protocol: TCP
|
||||
targetPort: 5037
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [anki-sync-server-0.0.6](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.4...anki-sync-server-0.0.6) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [anki-sync-server-0.0.4](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.3...anki-sync-server-0.0.4) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -18,7 +18,7 @@ name: anki-sync-server
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
|
||||
- https://github.com/ankicommunity/anki-devops-services
|
||||
version: 0.0.4
|
||||
version: 0.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user