mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
merge frontend website into scripts repo
This commit is contained in:
BIN
frontend/public/defaultimg.png
Normal file
BIN
frontend/public/defaultimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
frontend/public/logo.png
Normal file
BIN
frontend/public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
23
frontend/public/metadata/docker.json
Normal file
23
frontend/public/metadata/docker.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
frontend/public/metadata/nginxproxymanager.json
Normal file
20
frontend/public/metadata/nginxproxymanager.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"slug": "nginxproxymanager",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nginxproxymanager.svg",
|
||||
"description": "Nginx Proxy Manager is a tool that provides a web-based interface to manage Nginx reverse proxies. It enables users to easily and securely expose their services to the internet by providing features such as HTTPS encryption, domain mapping, and access control. It eliminates the need for manual configuration of Nginx reverse proxies, making it easy for users to quickly and securely expose their services to the public.",
|
||||
"date_created": "2024-05-02",
|
||||
"website": "https://nginxproxymanager.com/",
|
||||
"documentation": "",
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"alerts": [
|
||||
{
|
||||
"alert": "Since there are hundreds of Certbot instances, it's necessary to install the specific Certbot of your preference."
|
||||
},
|
||||
{
|
||||
"alert": "This is another example of an alert."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user