42 lines
998 B
JSON
42 lines
998 B
JSON
{
|
|
"name": "Livebook",
|
|
"slug": "livebook",
|
|
"categories": [
|
|
8
|
|
],
|
|
"date_created": "2025-08-10",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"config_path": "/data/.env",
|
|
"interface_port": 8080,
|
|
"documentation": "https://livebook.dev/",
|
|
"website": "https://livebook.dev/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/livebook.svg",
|
|
"description": "Livebook is a web application for writing interactive and collaborative code notebooks for Elixir.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/livebook.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "Ubuntu",
|
|
"version": "24"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
"Default port is 8080",
|
|
"Working directory is /data",
|
|
"Home directory is /opt",
|
|
"Elixir runtime with Mix.install/2 support",
|
|
"Service runs as root user"
|
|
]
|
|
}
|