diff --git a/web/app/docs/create-vm/synology/page.tsx b/web/app/docs/create-vm/synology/page.tsx index b25b888..f08c893 100644 --- a/web/app/docs/create-vm/synology/page.tsx +++ b/web/app/docs/create-vm/synology/page.tsx @@ -43,7 +43,6 @@ export default function Page() { > AuxXxilium Arc {" "} - (referred to as "arc")
  • - RedPill rr + RedPill RR {" "} - (referred to as "rr")
  • TinyCore RedPill M-shell {" "} - (referred to as "tinycore")
  • Custom Loader – option to use a custom loader if you prefer to modify or create your own configuration @@ -213,47 +210,47 @@ export default function Page() {

    Virtual Disk

    Physical Disk Passthrough

    -

    +

    Loader Installation -

    -

    The script automatically downloads the loader from the developer's repository:

    - + +

    + The script automatically downloads and extracts the loader from the developer's repository. If the download fails, the script will display an error message. +

    +

    + AuxXxilium Arc, RedPill rr, and TinyCore RedPill M-shell. + Downloads and extracts automatically. +

    +

    + For Custom Loader, the script searches for files in /var/lib/vz/template/iso. + If multiple files are found, you will be prompted to select the desired file. +

    +

    You can upload custom loaders from the local storage options:

    + +
    + Add Custom Loader +
    -
    + +

    VM Creation @@ -264,8 +261,7 @@ export default function Page() { qm create – Creates the virtual machine with the configured parameters

  • - qm importdisk – Imports the loader file to the VM. For greater compatibility and to prevent - loaders from adding the boot to DSM, the loader is imported as an IDE disk + qm importdisk – Imports the loader file to the VM. For greater compatibility the loader is imported as an IDE disk
  • qm set – Assigns configuration values such as CPU, RAM, and storage @@ -372,9 +368,10 @@ export default function Page() {

    - Web interface, To access the web interface, simply open a web browser and enter - the IP address shown in the VM's console output. For example, in our case: http://192.169.0.33. -

    + Web interface, To access the web interface, simply open a web browser and enter + the IP address shown in the VM's console output, followed by port 7681. + For example, in our case: http://192.169.0.33:7681. +

    Terminal interface, Access it directly from the VM's console output by typing menu.sh on the screen

    - - -

    - Web interface, To access the web interface, simply open a web browser and enter - the IP address shown in the VM's console output. For example, in our case: http://192.169.0.35. -

    +

    + Web interface, To access the web interface, simply open a web browser and enter + the IP address shown in the VM's console output, followed by port 7681. + For example, in our case: http://192.169.0.35:7681. +

    Once the loader is booted, you can find your Synology device using:

    - https://finds.synology.com + https://find.synology.com

    Follow the on-screen steps to complete the DSM installation.

    diff --git a/web/public/vm/synology/add_loader.png b/web/public/vm/synology/add_loader.png new file mode 100644 index 0000000..ef3ec6c Binary files /dev/null and b/web/public/vm/synology/add_loader.png differ diff --git a/web/public/vm/synology/rr/rr_2_0_2.png b/web/public/vm/synology/rr/rr_2_0_2.png index 77c6477..871ca37 100644 Binary files a/web/public/vm/synology/rr/rr_2_0_2.png and b/web/public/vm/synology/rr/rr_2_0_2.png differ diff --git a/web/public/vm/synology/tinycore/tinycore_3_0_1.png b/web/public/vm/synology/tinycore/tinycore_3_0_1.png index 00b5317..a9a19d9 100644 Binary files a/web/public/vm/synology/tinycore/tinycore_3_0_1.png and b/web/public/vm/synology/tinycore/tinycore_3_0_1.png differ