24 lines
No EOL
727 B
JSON
24 lines
No EOL
727 B
JSON
{
|
|
"identifier": "debian-bookworm-server-amd64",
|
|
"rootfs_type": "debootstrap",
|
|
"download_link": "http://deb.debian.org/debian/",
|
|
"download_name": "bookworm",
|
|
"repositories": [],
|
|
"replace_repositories": "False",
|
|
"keyrings": [],
|
|
"packages": "nginx grub-pc linux-image-amd64 docker.io make curl openssl nano isc-dhcp-server bind9 bind9utils bind9-doc",
|
|
"create_ca": "True",
|
|
"preinstall_scripts": [
|
|
"configs/scripts/ca.sh"
|
|
],
|
|
"scripts": [
|
|
"configs/scripts/install.sh",
|
|
"configs/scripts/server.sh"
|
|
],
|
|
"package_manager": "apt",
|
|
"extra_files": [
|
|
"resources/ca.cnf",
|
|
"resources/dhcpd.conf",
|
|
"downloads/deployment.tar.gz"
|
|
]
|
|
} |