mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 16:29:18 +00:00
Compare commits
3 Commits
7a4e1958a2
...
7009862251
Author | SHA1 | Date | |
---|---|---|---|
|
7009862251 | ||
|
ff19f6a39b | ||
|
317145daad |
@ -24,28 +24,16 @@ variables
|
|||||||
color
|
color
|
||||||
catch_errors
|
catch_errors
|
||||||
|
|
||||||
function default_settings() {
|
function update_script() {
|
||||||
CT_TYPE="1"
|
header_info
|
||||||
PW=""
|
check_container_storage
|
||||||
CT_ID=$NEXTID
|
check_container_resources
|
||||||
HN=$NSAPP
|
if [[ ! -d /opt/apache-guacamole ]]; then
|
||||||
DISK_SIZE="$var_disk"
|
msg_error "No ${APP} Installation Found!"
|
||||||
CORE_COUNT="$var_cpu"
|
exit
|
||||||
RAM_SIZE="$var_ram"
|
fi
|
||||||
BRG="vmbr0"
|
msg_error "Ther is currently no automatic update function for ${APP}."
|
||||||
NET="dhcp"
|
exit
|
||||||
GATE=""
|
|
||||||
APT_CACHER=""
|
|
||||||
APT_CACHER_IP=""
|
|
||||||
DISABLEIP6="no"
|
|
||||||
MTU=""
|
|
||||||
SD=""
|
|
||||||
NS=""
|
|
||||||
MAC=""
|
|
||||||
VLAN=""
|
|
||||||
SSH="no"
|
|
||||||
VERB="no"
|
|
||||||
echo_default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "/ct/apache-guacamole.sh",
|
"script": "ct/apache-guacamole.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 1,
|
"cpu": 1,
|
||||||
"ram": 2048,
|
"ram": 2048,
|
||||||
|
Loading…
Reference in New Issue
Block a user