mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-05 23:39:16 +00:00
Compare commits
10 Commits
799ee9af3c
...
e61a674135
Author | SHA1 | Date | |
---|---|---|---|
|
e61a674135 | ||
|
1261cfc2c7 | ||
|
d5cb3613c5 | ||
|
f4bb61419c | ||
|
6fbc80e8aa | ||
|
7a9b85d58b | ||
|
535c96781c | ||
|
0b4f0dad1b | ||
|
894f6a9f8e | ||
|
0ad44b522d |
@ -1,22 +1,22 @@
|
||||
{
|
||||
"name": "Synology VM",
|
||||
"slug": "Synology VM",
|
||||
"slug": "synology-VM",
|
||||
"categories": [
|
||||
0
|
||||
12
|
||||
],
|
||||
"date_created": "20-01-25",
|
||||
"type": "VM",
|
||||
"type": "vm",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": 5000,
|
||||
"documentation": null,
|
||||
"website": "https://auxxxilium.tech/",
|
||||
"logo": "https://auxxxilium.tech/wp-content/uploads/2022/12/Aux_Render_1x1_Logo-1-300x300.png",
|
||||
"description": "This script installs Arc Bootloader this tool gives you the ability to run Synology inside Proxmox",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/synology-dsm.svg",
|
||||
"description": "This script installs Arc Bootloader this tool gives you the ability to run Synology inside Proxmox. After installation Start the vm and open arc config, in there navigate to Hardware ID for Arc Patch. After connecting that go back and choose a model!",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "vm/Synology-VM-Install.sh",
|
||||
"script": "vm/synology-vm.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
@ -31,4 +31,4 @@
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
}
|
@ -1,19 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2021-2025 tteck
|
||||
# Author: tteck (tteckster)
|
||||
# License: MIT
|
||||
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
# Copyright (c) 2021-2025 community-scripts ORG
|
||||
# Author: tim104979 (tim104979)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
|
||||
function header_info {
|
||||
clear
|
||||
cat <<"EOF"
|
||||
____ _ __ ____ __
|
||||
/ ___| _ _ _ __ ___ | | ___ __ _ _ _ \ \ / / \/ |
|
||||
\___ \| | | | '_ \ / _ \| |/ _ \ / _` | | | | \ \ / /| |\/| |
|
||||
___) | |_| | | | | (_) | | (_) | (_| | |_| | \ V / | | | |
|
||||
|____/ \__, |_| |_|\___/|_|\___/ \__, |\__, | \_/ |_| |_|
|
||||
|___/ |___/ |___/
|
||||
_____ __
|
||||
/ ___/__ ______ ____ / /___ ____ ___ __
|
||||
\__ \/ / / / __ \/ __ \/ / __ \/ __ `/ / / /
|
||||
___/ / /_/ / / / / /_/ / / /_/ / /_/ / /_/ /
|
||||
/____/\__, /_/ /_/\____/_/\____/\__, /\__, /
|
||||
/____/ /____//____/
|
||||
EOF
|
||||
}
|
||||
header_info
|
||||
@ -427,4 +426,4 @@ if [ "$START_VM" == "yes" ]; then
|
||||
msg_ok "Started $NAME"
|
||||
fi
|
||||
msg_ok "Completed Successfully!"
|
||||
msg_info "Start the vm and open arc config, in there navigate to Hardware ID for Arc Patch. After connecting that go back and choose a model!"
|
||||
msg_info "Start the vm and open arc config, in there navigate to Hardware ID for Arc Patch. After connecting that go back and choose a model!"
|
Loading…
Reference in New Issue
Block a user