mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 00:39:16 +00:00
Compare commits
No commits in common. "70098622519aee0a569a0cb318873e0bacf92ad7" and "7a4e1958a246dc9d0f246b8898b9df7b0aaff8cb" have entirely different histories.
7009862251
...
7a4e1958a2
@ -24,16 +24,28 @@ variables
|
|||||||
color
|
color
|
||||||
catch_errors
|
catch_errors
|
||||||
|
|
||||||
function update_script() {
|
function default_settings() {
|
||||||
header_info
|
CT_TYPE="1"
|
||||||
check_container_storage
|
PW=""
|
||||||
check_container_resources
|
CT_ID=$NEXTID
|
||||||
if [[ ! -d /opt/apache-guacamole ]]; then
|
HN=$NSAPP
|
||||||
msg_error "No ${APP} Installation Found!"
|
DISK_SIZE="$var_disk"
|
||||||
exit
|
CORE_COUNT="$var_cpu"
|
||||||
fi
|
RAM_SIZE="$var_ram"
|
||||||
msg_error "Ther is currently no automatic update function for ${APP}."
|
BRG="vmbr0"
|
||||||
exit
|
NET="dhcp"
|
||||||
|
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