Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
58dc5d0e62
commit
395aa0aa82
|
@ -4,6 +4,30 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [anope-2.0.10](https://github.com/truecharts/charts/compare/anope-3.0.0...anope-2.0.10) (2023-11-18)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/anope to latest ([#14826](https://github.com/truecharts/charts/issues/14826))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [anope-3.0.0](https://github.com/truecharts/charts/compare/anope-2.0.9...anope-3.0.0) (2023-07-31)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- fix mistakes on questions.yaml
|
||||||
|
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -73,27 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.2](https://github.com/truecharts/charts/compare/anope-2.0.1...anope-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/category: Network-Other
|
||||||
- Network-Other
|
|
||||||
- Productivity
|
|
||||||
- Tools-Utilities
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -27,7 +24,6 @@ maintainers:
|
||||||
name: anope
|
name: anope
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
||||||
- https://hub.docker.com/r/ich777/anope
|
|
||||||
- https://thelounge.chat/
|
- https://thelounge.chat/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.9
|
version: 2.0.10
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
- See the [Website](https://truecharts.org)
|
- See the [Website](https://truecharts.org)
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [anope-2.0.10](https://github.com/truecharts/charts/compare/anope-3.0.0...anope-2.0.10) (2023-11-18)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/anope to latest ([#14826](https://github.com/truecharts/charts/issues/14826))
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ env:
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/anope
|
repository: tccr.io/truecharts/anope
|
||||||
tag: latest@sha256:db7fe61af11aa50ec63ed50b7718081aca3e8e1176a7b122ddd5f33089d62866
|
tag: latest@sha256:36ee4711a8a5e1376ab1d7e9eb1726aa918eaacbbb13c65452455b674d5d80da
|
||||||
persistence:
|
persistence:
|
||||||
datapath:
|
datapath:
|
||||||
enabled: true
|
enabled: true
|
|
@ -3,6 +3,8 @@ groups:
|
||||||
description: Image to be used for container
|
description: Image to be used for container
|
||||||
- name: General Settings
|
- name: General Settings
|
||||||
description: General Deployment Settings
|
description: General Deployment Settings
|
||||||
|
- name: Workload Settings
|
||||||
|
description: Workload Settings
|
||||||
- name: App Configuration
|
- name: App Configuration
|
||||||
description: App Specific Config Options
|
description: App Specific Config Options
|
||||||
- name: Networking and Services
|
- name: Networking and Services
|
||||||
|
@ -19,52 +21,99 @@ groups:
|
||||||
description: Traefik Middlewares
|
description: Traefik Middlewares
|
||||||
- name: Metrics
|
- name: Metrics
|
||||||
description: Metrics
|
description: Metrics
|
||||||
- name: VPN
|
|
||||||
description: VPN
|
|
||||||
- name: Addons
|
- name: Addons
|
||||||
description: Addon Configuration
|
description: Addon Configuration
|
||||||
- name: Advanced
|
- name: Advanced
|
||||||
description: Advanced Configuration
|
description: Advanced Configuration
|
||||||
|
- name: Postgresql
|
||||||
|
description: Postgresql
|
||||||
- name: Documentation
|
- name: Documentation
|
||||||
description: Documentation
|
description: Documentation
|
||||||
portals: {}
|
portals: {}
|
||||||
questions:
|
questions:
|
||||||
- variable: global
|
- variable: global
|
||||||
label: Global Settings
|
group: General Settings
|
||||||
group: "General Settings"
|
label: "Global Settings"
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
hidden: true
|
|
||||||
attrs:
|
attrs:
|
||||||
- variable: isSCALE
|
- variable: stopAll
|
||||||
label: Flag this is SCALE
|
label: Stop All
|
||||||
|
description: "Stops All Running pods and hibernates cnpg"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
hidden: true
|
- variable: workload
|
||||||
- variable: controller
|
group: "Workload Settings"
|
||||||
group: "General Settings"
|
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: main
|
||||||
|
label: ""
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: type
|
||||||
|
label: Type (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: Deployment
|
||||||
|
enum:
|
||||||
|
- value: Deployment
|
||||||
|
description: Deployment
|
||||||
|
- value: DaemonSet
|
||||||
|
description: DaemonSet
|
||||||
|
|
||||||
- variable: replicas
|
- variable: replicas
|
||||||
description: Number of desired pod replicas
|
label: Replicas (Advanced)
|
||||||
label: Desired Replicas
|
description: Set the number of Replicas
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
show_if: [["type", "!=", "DaemonSet"]]
|
||||||
default: 1
|
default: 1
|
||||||
- variable: customextraargs
|
- variable: podSpec
|
||||||
group: "General Settings"
|
label: ""
|
||||||
label: "Extra Args"
|
|
||||||
description: "Do not click this unless you know what you are doing"
|
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
additional_attrs: true
|
||||||
default: false
|
type: dict
|
||||||
show_subquestions_if: true
|
attrs:
|
||||||
subquestions:
|
- variable: containers
|
||||||
|
label: Containers
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: main
|
||||||
|
label: Main Container
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: envList
|
||||||
|
label: Extra Environment Variables
|
||||||
|
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: envItem
|
||||||
|
label: Environment Variable
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
- variable: value
|
||||||
|
label: Value
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- variable: extraArgs
|
- variable: extraArgs
|
||||||
label: Extra Args
|
label: Extra Args
|
||||||
schema:
|
schema:
|
||||||
|
@ -75,6 +124,25 @@ questions:
|
||||||
label: Arg
|
label: Arg
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- variable: advanced
|
||||||
|
label: Show Advanced Settings
|
||||||
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: command
|
||||||
|
label: Command
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: param
|
||||||
|
label: Param
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
|
||||||
- variable: env
|
- variable: env
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "Image Environment"
|
label: "Image Environment"
|
||||||
|
@ -150,13 +218,7 @@ questions:
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
show_subquestions_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: hostNetwork
|
- variable: scaleExternalInterface
|
||||||
group: Networking and Services
|
|
||||||
label: Host-Networking (Complicated)
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: externalInterfaces
|
|
||||||
description: Add External Interfaces
|
description: Add External Interfaces
|
||||||
label: Add external Interfaces
|
label: Add external Interfaces
|
||||||
group: Networking
|
group: Networking
|
||||||
|
@ -167,6 +229,7 @@ questions:
|
||||||
description: Interface Configuration
|
description: Interface Configuration
|
||||||
label: Interface Configuration
|
label: Interface Configuration
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/interfaceConfiguration"
|
- "normalize/interfaceConfiguration"
|
||||||
|
@ -183,6 +246,7 @@ questions:
|
||||||
description: Define how IP Address will be managed
|
description: Define how IP Address will be managed
|
||||||
label: IP Address Management
|
label: IP Address Management
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
required: true
|
required: true
|
||||||
attrs:
|
attrs:
|
||||||
|
@ -197,12 +261,11 @@ questions:
|
||||||
description: Use DHCP
|
description: Use DHCP
|
||||||
- value: static
|
- value: static
|
||||||
description: Use Static IP
|
description: Use Static IP
|
||||||
show_subquestions_if: static
|
|
||||||
subquestions:
|
|
||||||
- variable: staticIPConfigurations
|
- variable: staticIPConfigurations
|
||||||
label: Static IP Addresses
|
label: Static IP Addresses
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["type", "=", "static"]]
|
||||||
items:
|
items:
|
||||||
- variable: staticIP
|
- variable: staticIP
|
||||||
label: Static IP
|
label: Static IP
|
||||||
|
@ -213,6 +276,7 @@ questions:
|
||||||
label: Static Routes
|
label: Static Routes
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["type", "=", "static"]]
|
||||||
items:
|
items:
|
||||||
- variable: staticRouteConfiguration
|
- variable: staticRouteConfiguration
|
||||||
label: Static Route Configuration
|
label: Static Route Configuration
|
||||||
|
@ -345,15 +409,15 @@ questions:
|
||||||
label: Port Type
|
label: Port Type
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: TCP
|
default: tcp
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: http
|
||||||
description: HTTP
|
description: HTTP
|
||||||
- value: HTTPS
|
- value: https
|
||||||
description: HTTPS
|
description: HTTPS
|
||||||
- value: TCP
|
- value: tcp
|
||||||
description: TCP
|
description: TCP
|
||||||
- value: UDP
|
- value: udp
|
||||||
description: UDP
|
description: UDP
|
||||||
- variable: targetPort
|
- variable: targetPort
|
||||||
label: Target Port
|
label: Target Port
|
||||||
|
@ -408,11 +472,42 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "!=", "pvc"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
|
@ -444,6 +539,99 @@ questions:
|
||||||
show_if: [["type", "=", "pvc"]]
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: 256Gi
|
default: 256Gi
|
||||||
|
- variable: storageClass
|
||||||
|
label: 'storageClass (Advanced)'
|
||||||
|
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: static
|
||||||
|
label: 'Static Fixed PVC Bindings (Experimental)'
|
||||||
|
description: Link a PVC to a specific storage location
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: mode
|
||||||
|
label: mode
|
||||||
|
description: |
|
||||||
|
disabled: use normal dynamic PVCs
|
||||||
|
smb: connect to an SMB share
|
||||||
|
nfs: connect to an NFS share
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "disabled"
|
||||||
|
enum:
|
||||||
|
- value: "disabled"
|
||||||
|
description: disabled
|
||||||
|
- value: smb
|
||||||
|
description: smb
|
||||||
|
- value: nfs
|
||||||
|
description: nfs
|
||||||
|
- variable: server
|
||||||
|
label: Server
|
||||||
|
description: server to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "myserver"
|
||||||
|
- variable: share
|
||||||
|
label: Share
|
||||||
|
description: share to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "/myshare"
|
||||||
|
- variable: user
|
||||||
|
label: User
|
||||||
|
description: connecting user
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: "myuser"
|
||||||
|
- variable: domain
|
||||||
|
label: Domain
|
||||||
|
description: user domain
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: Password
|
||||||
|
description: connecting password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: volumeSnapshots
|
||||||
|
label: 'Volume Snapshots (Experimental)'
|
||||||
|
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: volumeSnapshotEntry
|
||||||
|
label: Custom volumeSnapshot
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "mysnapshot"
|
||||||
|
required: true
|
||||||
|
- variable: volumeSnapshotClassName
|
||||||
|
label: 'volumeSnapshot Class Name (Advanced)'
|
||||||
|
description: For use with PVCs using a non-default storageClass
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: persistenceList
|
- variable: persistenceList
|
||||||
label: Additional App Storage
|
label: Additional App Storage
|
||||||
group: Storage and Persistence
|
group: Storage and Persistence
|
||||||
|
@ -490,11 +678,42 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "!=", "pvc"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
|
@ -533,47 +752,148 @@ questions:
|
||||||
show_if: [["type", "=", "pvc"]]
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: 256Gi
|
default: 256Gi
|
||||||
- variable: security
|
- variable: storageClass
|
||||||
label: Container Security Settings
|
label: 'storageClass (Advanced)'
|
||||||
group: Security and Permissions
|
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
|
||||||
schema:
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: static
|
||||||
|
label: 'Static Fixed PVC Bindings (Experimental)'
|
||||||
|
description: Link a PVC to a specific storage location
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
- variable: editsecurity
|
- variable: mode
|
||||||
label: Change PUID / UMASK values
|
label: mode
|
||||||
description: By enabling this you override default set values.
|
description: |
|
||||||
|
disabled: use normal dynamic PVCs
|
||||||
|
smb: connect to an SMB share
|
||||||
|
nfs: connect to an NFS share
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: string
|
||||||
default: false
|
default: "disabled"
|
||||||
show_subquestions_if: true
|
enum:
|
||||||
subquestions:
|
- value: "disabled"
|
||||||
|
description: disabled
|
||||||
|
- value: smb
|
||||||
|
description: smb
|
||||||
|
- value: nfs
|
||||||
|
description: nfs
|
||||||
|
- variable: server
|
||||||
|
label: Server
|
||||||
|
description: server to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "myserver"
|
||||||
|
- variable: share
|
||||||
|
label: Share
|
||||||
|
description: share to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "/myshare"
|
||||||
|
- variable: user
|
||||||
|
label: User
|
||||||
|
description: connecting user
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: "myuser"
|
||||||
|
- variable: domain
|
||||||
|
label: Domain
|
||||||
|
description: user domain
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: Password
|
||||||
|
description: connecting password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: volumeSnapshots
|
||||||
|
label: 'Volume Snapshots (Experimental)'
|
||||||
|
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: volumeSnapshotEntry
|
||||||
|
label: Custom volumeSnapshot
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "mysnapshot"
|
||||||
|
required: true
|
||||||
|
- variable: volumeSnapshotClassName
|
||||||
|
label: 'volumeSnapshot Class Name (Advanced)'
|
||||||
|
description: For use with PVCs using a non-default storageClass
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: securityContext
|
||||||
|
group: Security and Permissions
|
||||||
|
label: Security Context
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: container
|
||||||
|
label: Container
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Settings from questions.yaml get appended here on a per-app basis
|
||||||
|
|
||||||
|
- variable: runAsUser
|
||||||
|
label: "runAsUser"
|
||||||
|
description: "The UserID of the user running the application"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: runAsGroup
|
||||||
|
label: "runAsGroup"
|
||||||
|
description: "The groupID of the user running the application"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
# Settings from questions.yaml get appended here on a per-app basis
|
||||||
- variable: PUID
|
- variable: PUID
|
||||||
label: Process User ID - PUID
|
label: Process User ID - PUID
|
||||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
show_if: [["runAsUser", "=", 0]]
|
||||||
default: 568
|
default: 568
|
||||||
- variable: UMASK
|
- variable: UMASK
|
||||||
label: UMASK
|
label: UMASK
|
||||||
description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
|
description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "002"
|
default: "0022"
|
||||||
- variable: advancedSecurity
|
- variable: advanced
|
||||||
label: Show Advanced Security Settings
|
label: Show Advanced Settings
|
||||||
group: Security and Permissions
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
show_subquestions_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: securityContext
|
|
||||||
label: Security Context
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: privileged
|
- variable: privileged
|
||||||
label: "Privileged mode"
|
label: "Privileged mode"
|
||||||
schema:
|
schema:
|
||||||
|
@ -583,42 +903,13 @@ questions:
|
||||||
label: "ReadOnly Root Filesystem"
|
label: "ReadOnly Root Filesystem"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: pod
|
||||||
label: "Allow Privilege Escalation"
|
label: Pod
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: runAsNonRoot
|
|
||||||
label: "runAsNonRoot"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: podSecurityContext
|
|
||||||
group: Security and Permissions
|
|
||||||
label: Pod Security Context
|
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: runAsUser
|
|
||||||
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"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 0
|
|
||||||
- variable: fsGroup
|
|
||||||
label: "fsGroup"
|
|
||||||
description: "The group that should own ALL storage."
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 568
|
|
||||||
- variable: fsGroupChangePolicy
|
- variable: fsGroupChangePolicy
|
||||||
label: "When should we take ownership?"
|
label: "When should we take ownership?"
|
||||||
schema:
|
schema:
|
||||||
|
@ -639,6 +930,14 @@ questions:
|
||||||
label: Supplemental Group
|
label: Supplemental Group
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
# Settings from questions.yaml get appended here on a per-app basis
|
||||||
|
- variable: fsGroup
|
||||||
|
label: "fsGroup"
|
||||||
|
description: "The group that should own ALL storage."
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
- variable: resources
|
- variable: resources
|
||||||
group: Resources and Devices
|
group: Resources and Devices
|
||||||
label: "Resource Limits"
|
label: "Resource Limits"
|
||||||
|
@ -654,14 +953,14 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
- variable: cpu
|
- variable: cpu
|
||||||
label: CPU
|
label: CPU
|
||||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 4000m
|
default: 4000m
|
||||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: RAM
|
label: RAM
|
||||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 8Gi
|
default: 8Gi
|
||||||
|
@ -675,7 +974,7 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
- variable: cpu
|
- variable: cpu
|
||||||
label: CPU
|
label: CPU
|
||||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 10m
|
default: 10m
|
||||||
|
@ -683,7 +982,7 @@ questions:
|
||||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: "RAM"
|
label: "RAM"
|
||||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 50Mi
|
default: 50Mi
|
||||||
|
@ -712,7 +1011,7 @@ questions:
|
||||||
description: Sets the persistence type
|
description: Sets the persistence type
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: hostPath
|
default: device
|
||||||
hidden: true
|
hidden: true
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: readOnly
|
label: readOnly
|
||||||
|
@ -730,15 +1029,34 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "/dev/ttyACM0"
|
default: "/dev/ttyACM0"
|
||||||
# Specify GPU configuration
|
|
||||||
- variable: scaleGPU
|
- variable: scaleGPU
|
||||||
label: GPU Configuration
|
label: GPU Configuration
|
||||||
group: Resources and Devices
|
group: Resources and Devices
|
||||||
schema:
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: scaleGPUEntry
|
||||||
|
label: GPU
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Specify GPU configuration
|
||||||
|
- variable: gpu
|
||||||
|
label: Select GPU
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/gpuConfiguration"
|
- "definitions/gpuConfiguration"
|
||||||
attrs: []
|
attrs: []
|
||||||
|
- variable: workaround
|
||||||
|
label: "Workaround"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: workaround
|
||||||
|
hidden: true
|
||||||
# - variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
# group: Advanced
|
# group: Advanced
|
||||||
# label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
||||||
|
@ -1189,22 +1507,6 @@ questions:
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
show_subquestions_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: git
|
|
||||||
label: Git Settings
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: deployKey
|
|
||||||
description: Raw SSH Private Key
|
|
||||||
label: Deploy Key
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: deployKeyBase64
|
|
||||||
description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence
|
|
||||||
label: Deploy Key Base64
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: service
|
- variable: service
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
|
@ -1231,48 +1533,6 @@ questions:
|
||||||
show_if: [["type", "=", "LoadBalancer"]]
|
show_if: [["type", "=", "LoadBalancer"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: advancedsvcset
|
|
||||||
label: Show Advanced Service Settings
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: externalIPs
|
|
||||||
label: "External IP's"
|
|
||||||
description: "External IP's"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: externalIP
|
|
||||||
label: External IP
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: ipFamilyPolicy
|
|
||||||
label: IP Family Policy
|
|
||||||
description: Specify the IP Policy
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: SingleStack
|
|
||||||
enum:
|
|
||||||
- value: SingleStack
|
|
||||||
description: SingleStack
|
|
||||||
- value: PreferDualStack
|
|
||||||
description: PreferDualStack
|
|
||||||
- value: RequireDualStack
|
|
||||||
description: RequireDualStack
|
|
||||||
- variable: ipFamilies
|
|
||||||
label: IP Families
|
|
||||||
description: (Advanced) The IP Families that should be used
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: ipFamily
|
|
||||||
label: IP Family
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: ports
|
- variable: ports
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
|
@ -1290,12 +1550,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 36107
|
default: 36107
|
||||||
- variable: nodePort
|
|
||||||
description: Leave Empty to Disable
|
|
||||||
label: nodePort DEPRECATED
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 36107
|
|
||||||
- variable: envList
|
- variable: envList
|
||||||
label: Codeserver Environment Variables
|
label: Codeserver Environment Variables
|
||||||
schema:
|
schema:
|
||||||
|
@ -1319,6 +1573,42 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
- variable: netshoot
|
||||||
|
label: Netshoot
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: Enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: envList
|
||||||
|
label: Netshoot Environment Variables
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
show_if: [["type", "!=", "disabled"]]
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: envItem
|
||||||
|
label: Environment Variable
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
- variable: value
|
||||||
|
label: Value
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
- variable: vpn
|
- variable: vpn
|
||||||
label: VPN
|
label: VPN
|
||||||
schema:
|
schema:
|
||||||
|
@ -1333,15 +1623,18 @@ questions:
|
||||||
enum:
|
enum:
|
||||||
- value: disabled
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: openvpn
|
- value: gluetun
|
||||||
description: OpenVPN
|
description: Gluetun
|
||||||
- value: wireguard
|
|
||||||
description: Wireguard
|
|
||||||
- value: tailscale
|
- value: tailscale
|
||||||
description: Tailscale
|
description: Tailscale
|
||||||
|
- value: openvpn
|
||||||
|
description: OpenVPN (Deprecated)
|
||||||
|
- value: wireguard
|
||||||
|
description: Wireguard (Deprecated)
|
||||||
- variable: openvpn
|
- variable: openvpn
|
||||||
label: OpenVPN Settings
|
label: OpenVPN Settings
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
show_if: [["type", "=", "openvpn"]]
|
show_if: [["type", "=", "openvpn"]]
|
||||||
attrs:
|
attrs:
|
||||||
|
@ -1356,11 +1649,13 @@ questions:
|
||||||
description: Authentication Credentials
|
description: Authentication Credentials
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
show_if: [["username", "!=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: tailscale
|
- variable: tailscale
|
||||||
label: Tailscale Settings
|
label: Tailscale Settings
|
||||||
schema:
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
show_if: [["type", "=", "tailscale"]]
|
show_if: [["type", "=", "tailscale"]]
|
||||||
attrs:
|
attrs:
|
||||||
|
@ -1460,39 +1755,10 @@ questions:
|
||||||
- variable: configFile
|
- variable: configFile
|
||||||
label: VPN Config File Location
|
label: VPN Config File Location
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: string
|
||||||
show_if: [["type", "!=", "disabled"]]
|
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
|
|
||||||
description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
- variable: envList
|
- variable: envList
|
||||||
label: VPN Environment Variables
|
label: VPN Environment Variables
|
||||||
schema:
|
schema:
|
||||||
|
@ -1516,6 +1782,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
max_length: 10240
|
||||||
- variable: docs
|
- variable: docs
|
||||||
group: Documentation
|
group: Documentation
|
||||||
label: Please read the documentation at https://truecharts.org
|
label: Please read the documentation at https://truecharts.org
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [anope-2.0.9](https://github.com/truecharts/charts/compare/anope-2.0.8...anope-2.0.9) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
|
||||||
categories:
|
categories:
|
||||||
- Network-Other
|
- Network-Other
|
||||||
- Productivity
|
screenshots: []
|
||||||
- Tools-Utilities
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue