2025-08-25 14:20:48 +02:00
{
"name" : "Redlib" ,
2025-08-30 00:04:59 +02:00
"slug" : "alpine-redlib" ,
2025-08-25 14:20:48 +02:00
"categories" : [
10
] ,
2025-08-25 12:21:09 +00:00
"date_created" : "2025-08-25" ,
2025-08-25 14:20:48 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 5252 ,
"documentation" : "https://github.com/redlib-org/redlib/blob/main/README.md" ,
"website" : "https://github.com/redlib-org/redlib" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/redlib.webp" ,
"config_path" : "/opt/redlib/redlib.conf" ,
"description" : "An alternative private front-end to Reddit. Redlib hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/alpine-redlib.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 1 ,
"os" : "alpine" ,
"version" : "3.22"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}