Compare commits

..

10 Commits

Author SHA1 Message Date
tim104979
e61a674135
Update synology-vm.sh 2025-01-21 11:12:34 +01:00
tim104979
1261cfc2c7
Update synology-vm.json 2025-01-21 11:09:58 +01:00
tim104979
d5cb3613c5
Update synology-vm.json 2025-01-21 09:22:33 +01:00
tim104979
f4bb61419c
Update synology-vm.json 2025-01-21 09:21:56 +01:00
tim104979
6fbc80e8aa
Update synology-vm.json 2025-01-21 09:18:53 +01:00
tim104979
7a9b85d58b
Update and rename Synologyvm.json to synology-vm.json 2025-01-21 09:18:06 +01:00
tim104979
535c96781c
Update synology-vm.sh 2025-01-21 09:17:40 +01:00
tim104979
0b4f0dad1b
Update and rename Synology-VM-Install.sh to synology-vm.sh 2025-01-21 09:14:15 +01:00
tim104979
894f6a9f8e
Update Synologyvm.json 2025-01-21 09:13:47 +01:00
tim104979
0ad44b522d
Update and rename SynologyVM.json to Synologyvm.json 2025-01-21 09:12:17 +01:00
2 changed files with 17 additions and 18 deletions

View File

@ -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,

View File

@ -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