merge frontend website into scripts repo

This commit is contained in:
Bram Suurd
2024-11-04 23:55:08 +01:00
parent 103e2bea08
commit 56837d7dcd
72 changed files with 11679 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"slug": "docker",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg",
"description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.",
"date_created": "2024-05-02",
"website": "https://www.docker.com/",
"documentation": "",
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "If the LXC is created Privileged, the script will automatically set up USB passthrough."
},
{
"alert": "Run Compose V2 by replacing the hyphen (-) with a space, using `docker compose`, instead of `docker-compose`."
},
{
"alert": "Options to Install Portainer and/or Docker Compose V2"
}
]
}