Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [tdarr-2.0.28](https://github.com/truecharts/charts/compare/tdarr-2.0.27...tdarr-2.0.28) (2022-08-25)
|
||||
|
||||
### Fix
|
||||
|
||||
- enable portal button ([#3571](https://github.com/truecharts/charts/issues/3571))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tdarr-2.0.27](https://github.com/truecharts/charts/compare/tdarr-2.0.26...tdarr-2.0.27) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [tdarr-2.0.22](https://github.com/truecharts/apps/compare/tdarr-node-2.0.22...tdarr-2.0.22) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tdarr-2.0.21](https://github.com/truecharts/apps/compare/tdarr-node-2.0.20...tdarr-2.0.21) (2022-07-22)
|
||||
|
||||
### Chore
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.0
|
||||
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
|
||||
generated: "2022-08-23T22:57:00.771118827Z"
|
||||
generated: "2022-08-25T15:31:44.495467177Z"
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/HaveAGitGat/Tdarr
|
||||
- https://hub.docker.com/r/haveagitgat/tdarr
|
||||
type: application
|
||||
version: 2.0.27
|
||||
version: 2.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -1,6 +1,6 @@
|
||||
# tdarr
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Audio/Video library transcoding automation
|
||||
|
||||
@@ -51,4 +51,4 @@ persistence:
|
||||
enabled: true
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
enabled: true
|
||||
@@ -2938,6 +2938,8 @@ questions:
|
||||
description: OpenVPN
|
||||
- value: wireguard
|
||||
description: Wireguard
|
||||
- value: tailscale
|
||||
description: Tailscale
|
||||
- variable: openvpn
|
||||
label: OpenVPN Settings
|
||||
schema:
|
||||
@@ -2957,6 +2959,61 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: tailscale
|
||||
label: Tailscale Settings
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "tailscale"]]
|
||||
attrs:
|
||||
- variable: authkey
|
||||
label: Authentication Key
|
||||
description: Provide an auth key to automatically authenticate the node as your user account.
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: accept_dns
|
||||
label: Accept DNS
|
||||
description: Accept DNS configuration from the admin console.
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: userspace
|
||||
label: Userspace
|
||||
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: routes
|
||||
label: Routes
|
||||
description: Expose physical subnet routes to your entire Tailscale network.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: dest_ip
|
||||
label: Destination IP
|
||||
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: sock5_server
|
||||
label: Sock5 Server
|
||||
description: Sock5 Server
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: extra_args
|
||||
label: Extra Args
|
||||
description: Extra Args
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: daemon_extra_args
|
||||
label: Tailscale Daemon Extra Args
|
||||
description: Tailscale Daemon Extra Args
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: killSwitch
|
||||
label: Enable Killswitch
|
||||
schema:
|
||||
@@ -3025,7 +3082,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: envList
|
||||
label: VPN Environment Variables
|
||||
schema:
|
||||
Reference in New Issue
Block a user