Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a6250f0f4c
commit
5af15be6d8
|
@ -1,4 +0,0 @@
|
|||
|
||||
<a name="testbed-7.0.12"></a>
|
||||
### [testbed-7.0.12](https://github.com/truecharts/apps/compare/testbed-7.0.11...testbed-7.0.12) (2021-09-13)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
<a name="testbed-7.0.13"></a>
|
||||
### [testbed-7.0.13](https://github.com/truecharts/apps/compare/testbed-7.0.12...testbed-7.0.13) (2021-09-13)
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
|
||||
generated: "2021-09-13T07:42:14.004482931Z"
|
||||
generated: "2021-09-13T08:47:49.976198849Z"
|
|
@ -24,4 +24,4 @@ name: testbed
|
|||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
type: application
|
||||
version: 7.0.12
|
||||
version: 7.0.13
|
|
@ -1345,123 +1345,4 @@ questions:
|
|||
type: int
|
||||
default: 80
|
||||
|
||||
- variable: addons
|
||||
group: "Addons"
|
||||
label: ""
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: vpn
|
||||
label: "VPN"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: type
|
||||
label: "Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "disabled"
|
||||
enum:
|
||||
- value: "disabled"
|
||||
description: "disabled"
|
||||
- value: "openvpn"
|
||||
description: "OpenVPN"
|
||||
- value: "wireguard"
|
||||
description: "Wireguard"
|
||||
- variable: openvpn
|
||||
label: "OpenVPN Settings"
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "openvpn"]]
|
||||
attrs:
|
||||
- variable: auth
|
||||
label: "auth"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authSecret
|
||||
label: "authSecret"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: wireguard
|
||||
label: "Wireguard Settings"
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "wireguard"]]
|
||||
attrs:
|
||||
- variable: KILLSWITCH
|
||||
label: "Enable killswitch"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: KILLSWITCH_EXCLUDEDNETWORKS_IPV4
|
||||
label: "Killswitch Excluded IPv4 networks"
|
||||
description: "list of killswitch excluded ipv4 addresses seperated by ;"
|
||||
schema:
|
||||
type: string
|
||||
default: "172.16.0.0/12"
|
||||
- variable: KILLSWITCH_EXCLUDEDNETWORKS_IPV6
|
||||
label: "Killswitch Excluded IPv6 networks"
|
||||
description: "list of killswitch excluded ipv4 addresses seperated by ;"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: configFile
|
||||
label: "VPN Config File Location"
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "!=", "disabled"]]
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: type
|
||||
label: "type"
|
||||
schema:
|
||||
type: string
|
||||
default: "hostPath"
|
||||
hidden: true
|
||||
- variable: hostPathType
|
||||
label: "hostPathType"
|
||||
schema:
|
||||
type: string
|
||||
default: "File"
|
||||
hidden: true
|
||||
- variable: noMount
|
||||
label: "noMount"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: hostPath
|
||||
label: "Full path to file"
|
||||
schema:
|
||||
type: string
|
||||
default: "/mnt/tank/config/YourVPN-Config.conf"
|
||||
required: true
|
||||
- variable: envList
|
||||
label: "VPN environment Variables"
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "!=", "disabled"]]
|
||||
default: []
|
||||
items:
|
||||
- variable: envItem
|
||||
label: "Environment Variable"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
# Include{VPN}
|
Loading…
Reference in New Issue