73 lines
1.2 KiB
YAML
73 lines
1.2 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: share
|
|
metadata:
|
|
name: accounts-management
|
|
description: null
|
|
options:
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
fournisseurs:
|
|
default:
|
|
apps: []
|
|
enable: false
|
|
examples:
|
|
- apps: []
|
|
enable: false
|
|
properties:
|
|
apps:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
enable:
|
|
default: false
|
|
type: boolean
|
|
type: object
|
|
employes:
|
|
default:
|
|
apps: []
|
|
examples:
|
|
- apps: []
|
|
properties:
|
|
apps:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
type: object
|
|
clients:
|
|
default:
|
|
apps: []
|
|
enable: false
|
|
examples:
|
|
- apps: []
|
|
enable: false
|
|
properties:
|
|
apps:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
enable:
|
|
default: false
|
|
type: boolean
|
|
type: object
|
|
dependencies:
|
|
- dist: null
|
|
category: share
|
|
component: authentik
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: null
|
|
http: true
|
|
gitea: null
|
|
tfaddtype: true
|