Merge branch 'master' of github.com:kevinveenbirkenbach/infinito-nexus

This commit is contained in:
2025-12-02 12:00:03 +01:00
24 changed files with 1873 additions and 253 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -1 +1,5 @@
cloud_fqdn: # @todo Add detailled scheme for this entry
credentials:
cloud_fqdn:
description: "Cloud fqdn"
algorithm: "plain"
validation: "^.*$"

View File

@@ -1,4 +1,4 @@
application_id: desk-nextcloud
nextcloud_user_home_directory: "/home/{{ users[desktop_username].username }}/"
nextcloud_cloud_fqdn: "{{ applications | get_app_conf(application_id, 'cloud_fqdn') }}"
nextcloud_cloud_directory: '{{nextcloud_user_home_directory}}Clouds/{{nextcloud_cloud_fqdn}}/{{ users[desktop_username].username }}/'
nextcloud_cloud_fqdn: "{{ applications | get_app_conf(application_id, 'credentials.cloud_fqdn') }}"
nextcloud_cloud_directory: '{{ nextcloud_user_home_directory }}Clouds/{{nextcloud_cloud_fqdn}}/{{ users[desktop_username].username }}/'

View File

@@ -0,0 +1 @@
vendor_and_product_id: 1038:113a # Default

View File

@@ -1 +0,0 @@
vendor_and_product_id: "" # @todo schema needs to be implemented

View File

@@ -1,3 +1,3 @@
application_id: svc-opt-keyboard-color
system_service_id: "{{ application_id }}"
application_id: svc-opt-keyboard-color
system_service_id: "{{ application_id }}"
vendor_and_product_id: "{{ applications | get_app_conf(application_id, 'vendor_and_product_id') }}"

View File

@@ -1 +1 @@
credentials:
credentials: {}

View File

@@ -1,7 +1,9 @@
credentials:
adobe_public_key:
description: "Adobe/Magento Marketplace Public Key"
algorithm: "plain"
description: "Adobe/Magento Marketplace Public Key"
algorithm: "plain"
validation: "^.*$"
adobe_private_key:
description: "Adobe/Magento Marketplace Private Key"
algorithm: "plain"
description: "Adobe/Magento Marketplace Private Key"
algorithm: "plain"
validation: "^.*$"

View File

@@ -1,7 +1,6 @@
# This file was created during refactoring to pass integration tests
# @todo add correct type
credentials:
oauth2_proxy_cookie_secret:
description: "Cookie secret for OAuth2 Proxy (hex string, 32 characters, generated via `openssl rand -hex 16`)"
type: string
validation: "^[0-9A-Fa-f]{32}$"
algorithm: "plain"
validation: "^.*$"

View File

@@ -1 +1 @@
credentials:
credentials: {}

View File

@@ -1 +1 @@
credentials:
credentials: {}

View File

@@ -1 +1 @@
credentials:
credentials: {}