2024-11-06 20:14:59 +13:00
{
2025-05-20 11:51:20 +02:00
"name" : "Apt-Cacher-NG" ,
"slug" : "apt-cacher-ng" ,
"categories" : [
4
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
2025-09-10 09:44:09 +02:00
"updateable" : true ,
2025-05-20 11:51:20 +02:00
"privileged" : false ,
"interface_port" : 3142 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://www.unix-ag.uni-kl.de/~bloch/acng/html/index.html" ,
2025-05-20 11:51:20 +02:00
"website" : "https://www.unix-ag.uni-kl.de/~bloch/acng/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/linux.webp" ,
2025-08-26 14:10:01 +02:00
"config_path" : "/etc/apt-cacher-ng/acng.conf" ,
2025-05-20 11:51:20 +02:00
"description" : "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/apt-cacher-ng.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
2025-09-02 18:40:22 +02:00
"hdd" : 10 ,
2025-05-20 11:51:20 +02:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-04-24 11:49:40 +02:00
}