Initial BitNet s9pk package with SSH access

This commit is contained in:
GERTY
2026-05-12 22:31:18 +00:00
commit 6e8a8f5b59
10 changed files with 429 additions and 0 deletions

16
scripts/config_get.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
set -e
# Return current configuration as JSON
cat <<EOF
{
"ssh-keys": {
"type": "textarea",
"name": "SSH Authorized Keys",
"description": "Paste your SSH public key(s) here, one per line",
"nullable": false,
"default": "",
"masked": false
}
}
EOF