This commit is contained in:
2024-01-19 16:07:29 +01:00
parent 0411ac602f
commit 71e78e4d95
19 changed files with 1119 additions and 1050 deletions

View File

@@ -6,6 +6,23 @@ metadata:
name: accounts-management
description: null
options:
employes:
default:
apps: []
examples:
- apps: []
properties:
apps:
default: []
items:
type: string
type: array
type: object
domain:
default: your-company
examples:
- your-company
type: string
clients:
default:
apps: []
@@ -23,23 +40,6 @@ options:
default: false
type: boolean
type: object
domain:
default: your-company
examples:
- your-company
type: string
employes:
default:
apps: []
examples:
- apps: []
properties:
apps:
default: []
items:
type: string
type: array
type: object
fournisseurs:
default:
apps: []

View File

@@ -6,23 +6,23 @@ metadata:
name: authentik-forward
description: null
options:
ingress-class:
default: traefik
issuer:
default: letsencrypt-prod
examples:
- traefik
- letsencrypt-prod
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
sub-domain:
default: null
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:

View File

@@ -11,20 +11,6 @@ options:
examples:
- your-company
type: string
teams:
default: []
items:
properties:
apps:
default: []
items:
type: string
type: array
name:
default: ''
type: string
type: object
type: array
parent:
default: employes
enum:
@@ -39,6 +25,20 @@ options:
items:
type: string
type: array
teams:
default: []
items:
properties:
apps:
default: []
items:
type: string
type: array
name:
default: ''
type: string
type: object
type: array
dependencies:
- dist: null
category: share

View File

@@ -6,21 +6,6 @@ metadata:
name: organisation
description: null
options:
haveGitea:
default: false
examples:
- false
type: boolean
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
app-group:
default: dev
examples:
- dev
type: string
domain-name:
default: your_company.com
examples:
@@ -31,11 +16,20 @@ options:
examples:
- traefik
type: string
domain:
default: your-company
haveGitea:
default: false
examples:
- your-company
type: string
- false
type: boolean
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
backups:
default:
enable: false
@@ -66,6 +60,38 @@ options:
default: backup-settings
type: string
type: object
datasets:
default: []
items:
properties:
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
gitea-ssh-domain:
default: ''
examples:
- ''
type: string
app-group:
default: dev
examples:
- dev
type: string
distributions:
default:
core: core
@@ -81,32 +107,6 @@ options:
default: domain
type: string
type: object
gitea-ssh-domain:
default: ''
examples:
- ''
type: string
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
datasets:
default: []
items:
properties:
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
dependencies: []
providers:
kubernetes: true