Setup: utente admin via web, ruoli e run-context con security-group, onboarding install/uninstall script
Nightly Build / build (push) Failing after 6m12s

This commit is contained in:
2026-07-20 12:54:56 +01:00
parent b6128e4053
commit 44dc67cda0
29 changed files with 1631 additions and 110 deletions
+5 -1
View File
@@ -59,6 +59,7 @@ export default {
'chat.thinking': 'Thinking…',
'chat.attach': 'Attach files',
'chat.new_session': 'New conversation',
'chat.security_group': 'Security group',
'chat.collapse': 'Hide chat',
'chat.close_tab': 'Close tab',
'chat.privacy': 'Private to you',
@@ -306,6 +307,7 @@ export default {
'setup.pw.mismatch': 'The two passwords do not match.',
'setup.confirm': 'Confirm password',
'setup.language': 'Interface language',
'setup.profile': 'Instance type',
'setup.encrypt': 'Encrypt my conversation history',
'setup.warn': 'your password derives the encryption key. If you forget it, your entire conversation history will be permanently lost — there is no recovery.',
'setup.warn.strong': 'Warning:',
@@ -670,7 +672,9 @@ export default {
'roles.form.id_ph': 'e.g. editor',
'roles.form.id_desc': 'Lowercase, no spaces. Cannot be changed later.',
'roles.form.label': 'Label',
'roles.form.group': 'Permission group',
'roles.form.group': 'Default security group',
'roles.form.allowed': 'Additional security groups',
'roles.form.allowed_hint': 'Groups this role may also switch to at runtime, on top of the default. Users pick from these in chat.',
'roles.form.interface': 'Interface',
'roles.form.interface_full': 'Full — all pages',
'roles.form.interface_simple': 'Simple — chat only',