User Tools

Site Tools


synologynas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
synologynas [2025/07/04 13:10]
nightfly created
synologynas [2025/07/05 13:48] (current)
nightfly
Line 1: Line 1:
 ====== Synology NAS ====== ====== Synology NAS ======
  
-You can install WolfRecorder directly on your Synology NAS.+You can install **WolfRecorder** directly on your **Synology NAS** running DSM. 
 + 
 +Start by launching the **Container Manager**.
  
 {{:synlg1.png|}} {{:synlg1.png|}}
 +
 +Click the **Project** entry in the sidebar.
  
 {{:synlg2.png|}} {{:synlg2.png|}}
 +
 +Then create a new project.
  
 {{:synlg3.png|}} {{:synlg3.png|}}
 +
 +Enter a project name (e.g., `wr`) and select its location.
  
 {{:synlg4.png|}} {{:synlg4.png|}}
 +
 +Next, choose **Create docker-compose.yml**.
  
 {{:synlg5.png|}} {{:synlg5.png|}}
 +
 +Copy and paste the following text into the editor:
 +
 +<code>
 +services:
 +  wolfrecorder:
 +    image: nightflyza/wolfrecorder:latest
 +    container_name: wolfrec
 +    ports:
 +      - "9090:80"
 +    volumes:
 +      - wr_storage:/wrstorage
 +      - wr_web:/var/www/html/wr
 +      - wr_db:/var/lib/mysql
 +      - wr_bin:/data/bin
 +    restart: unless-stopped
 + 
 +volumes:
 +  wr_storage:
 +  wr_web:
 +  wr_db:
 +  wr_bin:
 +</code>
  
 {{:synlg6.png|}} {{:synlg6.png|}}
 +
 +Click **Next**.
  
 {{:synlg7.png|}} {{:synlg7.png|}}
 +
 +And finish project creation.
  
 {{:synlg8.png|}} {{:synlg8.png|}}
 +
 +The Docker image will now be downloaded automatically...
  
 {{:synlg9.png|}} {{:synlg9.png|}}
 +
 +...and the container will be started.
  
 {{:synlg10.png|}} {{:synlg10.png|}}
 +
 +Now you have ready to use **WolfRecorder** running on your NAS...
  
 {{:synlg11.png|}} {{:synlg11.png|}}
 +
 +...and accessible at: http://your_nas_ip:9090
 +
 +That`s all looks like
 +
 +
 +{{youtube>Nsw3a9RQC8E}}
 +
 +
synologynas.1751623849.txt.gz · Last modified: 2025/07/04 13:10 by nightfly