mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-06 23:23:08 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "Zerotier-One",
|
|
"slug": "zerotier-one",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3443,
|
|
"documentation": "https://docs.zerotier.com/",
|
|
"website": "https://www.zerotier.com/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/zerotier.svg",
|
|
"config_path": "/opt/key-networks/ztncui/.env",
|
|
"description": "ZeroTier is a secure network overlay that allows you to manage all of your network resources as if they were on the same LAN. The software-defined solution can be deployed in minutes from anywhere. No matter how many devices you need to connect, or where they are in the world, ZeroTier makes global networking simple.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/zerotier-one.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "password"
|
|
},
|
|
"notes": []
|
|
}
|
|
|