mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-24 08:24:19 +01:00
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"name": "SSH server",
|
|
"version": "0.5",
|
|
"slug": "ssh",
|
|
"description": "Connect to your server over SSH",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"22/tcp": 22
|
|
},
|
|
"map": ["config", "ssl", "addons"],
|
|
"options": {
|
|
"authorized_keys": [null]
|
|
},
|
|
"schema": {
|
|
"authorized_keys": ["str"]
|
|
}
|
|
}
|