Add filter Buttons
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
SCRIPT_DIR="$(dirname "$0")"
|
||||
source "$SCRIPT_DIR/../core/build.func"
|
||||
# Copyright (c) 2021-2025 tteck
|
||||
# Author: tteck (tteckster)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
# Source: https://www.debian.org/
|
||||
|
||||
APP="Debian"
|
||||
var_tags="${var_tags:-os}"
|
||||
var_cpu="${var_cpu:-1}"
|
||||
var_ram="${var_ram:-512}"
|
||||
var_disk="${var_disk:-2}"
|
||||
var_os="${var_os:-debian}"
|
||||
var_version="${var_version:-13}"
|
||||
var_unprivileged="${var_unprivileged:-1}"
|
||||
|
||||
header_info "$APP"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
||||
function update_script() {
|
||||
header_info
|
||||
check_container_storage
|
||||
check_container_resources
|
||||
if [[ ! -d /var ]]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
exit
|
||||
fi
|
||||
msg_info "Updating $APP LXC"
|
||||
$STD apt update
|
||||
$STD apt -y upgrade
|
||||
msg_ok "Updated $APP LXC"
|
||||
msg_ok "Updated successfully!"
|
||||
exit
|
||||
}
|
||||
|
||||
start
|
||||
build_container
|
||||
description
|
||||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||
@@ -1,24 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2021-2025 tteck
|
||||
# Author: tteck (tteckster)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
# Source: https://www.debian.org/
|
||||
|
||||
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
|
||||
color
|
||||
verb_ip6
|
||||
catch_errors
|
||||
setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
||||
msg_info "Cleaning up"
|
||||
$STD apt -y autoremove
|
||||
$STD apt -y autoclean
|
||||
$STD apt -y clean
|
||||
msg_ok "Cleaned"
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"name": "2FAuth",
|
||||
"slug": "2fauth",
|
||||
"categories": [
|
||||
6
|
||||
],
|
||||
"date_created": "2024-12-20",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://docs.2fauth.app/",
|
||||
"website": "https://2fauth.app/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/2fauth.webp",
|
||||
"config_path": "cat /opt/2fauth/.env",
|
||||
"description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/2fauth.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Database credentials: `cat ~/2FAuth.creds`",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "The very first account created is automatically set up as an administrator account.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -48,5 +48,6 @@
|
||||
"text": "You can execute the ip tool manually with `iptag-run`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -44,5 +44,6 @@
|
||||
"text": "The script only works in Debian/Ubuntu, not in Alpine!",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "Execute within the Proxmox host shell",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -47,5 +47,6 @@
|
||||
"text": "AdGuard Home can only be updated via the user interface.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "Use `cat ~/adventurelog.creds` to see login credentials.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Resource and network settings are adjustable post LXC creation.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -42,5 +42,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -47,5 +47,6 @@
|
||||
"text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "To Update Alpine: `apk -U upgrade`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Show Login Credentials: `cat CouchDB.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": "guacadmin",
|
||||
"password": "guacadmin"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Configuration file is not created at install time. Example is at: `https://cwiki.apache.org/confluence/display/TIKA/TikaServer+in+Tika+2.x`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "User can select which Adoptium JDK should be used for the selected Tomcat version (9, 10.1 or 11). ",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": "archivebox",
|
||||
"password": "helper-scripts.com"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "doesnt work with lvm and lvmthin disks!",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Within the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "During installation, you will have to input your domain (ex. domain.com). Authelia will use auth.domain.com",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": "admin",
|
||||
"password": "admin123"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "for private SSL setup visit: `https://github.com/babybuddy/babybuddy/blob/master/docs/setup/ssl.md`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"type": "info",
|
||||
"text": "`cat ~/.ssh/id_ed25519.pub` to view ssh public key. This key is used to authenticate with sftp targets. You can add this key on the sftp server."
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": "Admin",
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "After install enable the option \"Use Redis cache\" on the settings page.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -47,5 +47,6 @@
|
||||
"text": "During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Starting Booklore (Web UI) may take up to 2 minutes after a restart or fresh installation.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -55,5 +55,6 @@
|
||||
"text": "if you need an external module run: `xcaddy build --with github.com/caddy-dns/cloudflare`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Login Credentials : `cat ~/checkmk.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Execute within the Proxmox shell",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Execute within the Proxmox shell",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "To update the configuration edit `/etc/systemd/system/cloudflare-ddns.service`. After edit please restart with `systemctl restart cloudflare-ddns`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "After Installation: Register your user -> Login -> Dashboard -> Accept Primary URL.",
|
||||
"type": "warn"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -33,8 +33,13 @@
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`",
|
||||
"text": "Set a root password if using autologin. This will be the Cockpit password. To set root password run `sudo passwd root`",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "If you plan on using 45Drives extension with NFS, you must setup LXC as privileged. Some features of 45Drives don't work on Debian 13, so Debian 12 must be used.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -38,5 +38,6 @@
|
||||
"text": "Execute within an existing LXC Console",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "change secrets file /opt/configarr/secrets.yml",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Complete setup via the web interface at http://<container-ip>:3000. Create and secure the admin account immediately.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Execute within the Proxmox shell or in LXC",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -37,5 +37,6 @@
|
||||
"type": "info",
|
||||
"text": "The file `/etc/sysconfig/CosmosCloud` is optional. If you need custom settings, you can create it yourself."
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Show password: `cat ~/crafty-controller.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs-cron.sh)\" -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -28,13 +28,14 @@
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Primary and Worker Private Keys Must Match in the config file",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "After the installation cross-seed will fail to start with an empty configuration. To fix this, edit the config file to properly configure cross-seed, then restart by running `systemctl restart cross-seed`.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Execute within an existing LXC Console. Debian only!",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "After installation finishes, `systemctl status cryptpad.service` to get token URL which you can use to create admin account",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -44,5 +44,6 @@
|
||||
"text": "If you use Cloud-init, checkout after installation: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "After installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´ for useful Debian commands",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": "deluge"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -41,5 +41,6 @@
|
||||
"text": "This Script works on amd64 and arm64 Architecture.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -55,5 +55,6 @@
|
||||
"text": "Options to Install Portainer and/or Docker Compose V2",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Use `cat ~/docmost.creds` to see database credentials.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": "helper-scripts@local.com",
|
||||
"password": "helper-scripts"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Database credentials: `cat ~/dolibarr.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "FTP server credentials: `cat ~/ftp.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Admin password and database encryption key: `cat ~/duplicati.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -44,5 +44,6 @@
|
||||
"type": "info",
|
||||
"text": "For bridges Installation methods (WhatsApp, Signal, Discord, etc.), see: ´https://docs.mau.fi/bridges/go/setup.html´"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Setup-Steps: Access Control ➡ Authentication ➡ Create ➡ Next ➡ Next ➡ Create ➡ Users ➡ Add ➡ Username / Password (to authenicate with MQTT) ➡ Save. You're now ready to enjoy a high-performance MQTT Broker.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "To configure evcc, type `cd /etc` followed by `evcc configure` in the evcc LXC shell",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -44,5 +44,6 @@
|
||||
"text": "Stopped containers will be started temporarily to run the command, then shut down again.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -31,5 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -43,5 +43,6 @@
|
||||
"username": "admin",
|
||||
"password": "helper-scripts.com"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -48,5 +48,6 @@
|
||||
"text": "Execute within an existing LXC Console",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -40,5 +40,6 @@
|
||||
"text": "Database credentials: `cat ~/firefly.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -31,10 +31,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Flaresolverr is pinned to Version 3.3.25 because they add an breaking python package which doesn't work with debian 12.`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Application takes long time to install. Please be patient!",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -37,5 +37,6 @@
|
||||
"text": "Creds: cat ~/fluid-calendar.creds",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
@@ -42,5 +42,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user