Update apt-cacher-ng.json

This commit is contained in:
CanbiZ 2025-05-19 11:45:24 +02:00
parent 98cb3dc050
commit 31c4a9b171

View File

@ -1,35 +1,35 @@
{ {
"name": "Apt-Cacher-NG", "name": "Apt-Cacher-NG",
"slug": "apt-cacher-ng", "slug": "apt-cacher-ng",
"categories": [ "categories": [
4 4
], ],
"date_created": "2024-05-02", "date_created": "2024-05-02",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 3142, "interface_port": 3142,
"documentation": null, "documentation": null,
"website": "https://www.unix-ag.uni-kl.de/~bloch/acng/", "website": "https://www.unix-ag.uni-kl.de/~bloch/acng/",
"logo": "", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/linux.webp",
"config_path": "", "config_path": "",
"description": "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions.", "description": "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/apt-cacher-ng.sh", "script": "ct/apt-cacher-ng.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }