2025-03-04 14:29:55 +01:00
{
"name" : "RevealJS" ,
"slug" : "revealjs" ,
"categories" : [
12
] ,
2025-03-04 14:40:02 +01:00
"date_created" : "2025-03-04" ,
2025-03-04 14:29:55 +01:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 8000 ,
"documentation" : "https://github.com/hakimel/reveal.js/wiki" ,
"website" : "https://github.com/hakimel/reveal.js" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/reveal-js.webp" ,
"config_path" : "/opt/revealjs/gulpfile.js" ,
2025-03-04 14:29:55 +01:00
"description" : "reveal.js is an open source HTML presentation framework. It's a tool that enables anyone with a web browser to create fully-featured and beautiful presentations for free." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/revealjs.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
"os" : "debian" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2025-03-04 14:29:55 +01:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "LiveReload is on port: 35729" ,
"type" : "info"
}
]
2025-03-04 14:40:02 +01:00
}