linux-deployment-scripts/configs/debian/bookworm_server.json
2024-11-13 18:40:35 +01:00

18 lines
No EOL
532 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",
"scripts": [
"configs/scripts/install.sh",
"configs/scripts/server.sh"
],
"package_manager": "apt",
"extra_files": [
"downloads/deployment.tar.gz"
]
}