2024-11-06 20:14:59 +13:00
{
2025-05-20 11:51:20 +02:00
"name" : "Runtipi" ,
"slug" : "runtipi" ,
"categories" : [
2
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 80 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://runtipi.io/docs/introduction" ,
2025-05-20 11:51:20 +02:00
"website" : "https://runtipi.io/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/runtipi.webp" ,
"config_path" : "opt/runtipi/state/settings.json" ,
"description" : "Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 180 popular apps." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/runtipi.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
"os" : "debian" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2025-05-20 11:51:20 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
}
]
2025-04-24 11:49:40 +02:00
}