Questions tagged [synology]

Synology Inc. is Network Attached Storage manufacturer.

568 questions
0
votes
0 answers

Node.js compilation error

I've been trying to run a Node.js based service on my custom built Synology NAS. It is a HP N54L, running Synology DSM 4.2. Of course bootstrapped, required packages (openssl-dev, python, etcetera) are installed. Configuration and most of the build…
fonix232
  • 2,132
  • 6
  • 39
  • 69
0
votes
1 answer

Overriding userHome for grails CI with wrapper on Jenkins

I have the following setup: Synology DS1812+ with DSM 4.2-3211 Java 1.6.0_43 Apache Tomcat/6.0.36 (Installed as a synology package) Jenkins 1.529 (Deployed on Tomcat) Jenkins Grails plugin 1.6.3 On which I'm trying to create a job to build my…
Remy
  • 1
  • 1
0
votes
2 answers

Two actions in a single form

I would like to say that I've already read all the similar questions, but did not find the answer I need. So, I have the HTML form on the remote host that consists of username, password and "rememberMe" checkbox:
Max Krizh
  • 585
  • 3
  • 7
  • 34
0
votes
0 answers

Why won't synology CVS allow user login?

I'm trying to set up a CVS server on my synology NAS, but am getting a recurring error in actually accessing the cvs via login. I'm also posting this on the synology server, but thought that I'd post here as it's probably more of a CVS issue than a…
Alex
  • 46
  • 2
0
votes
3 answers

MySql database allow remote connections

I am using a synology 713+ nas server, and just started using MySQL with it. I created a database, a table and a user with '%' as host, so it should be able to connect from anywhere. Using the local ip to the nas-server, I am able to connect to the…
Jpst
  • 639
  • 1
  • 10
  • 17
0
votes
1 answer

Create tar archive without folders where only the name of the folder is known (recurring)

I have a synology DS213j. I have installed PhotoStation on it and it created some @eaDir folders in all my folders in order to create some thumbnails pictures. I have for example…
user1108276
  • 263
  • 2
  • 3
  • 9
0
votes
2 answers

How to use "htaccess" on synology system for website access control?

I am trying to set up the access control for my personal website on synology NAS. Right now I am using DS212J. I found the following article teaching how to use "htaccess" on apache to achieve…
Linghua Jin
  • 570
  • 2
  • 6
  • 22
0
votes
4 answers

Making it harder to accidentally delete a file in Linux

I have a synology NAS server which runs linux. I use it to back up files. I want to make it very difficult for someone to accidentally delete files. The permission model is just read / write. I need to grant write access so that users can back up…
dublintech
  • 16,815
  • 29
  • 84
  • 115
0
votes
0 answers

check if row mysql exist with php

i'm trying to check if a row exist in my database using php, and the problem is that i can't understand what i wrong, this is the code: while ($db_field = mysql_fetch_assoc($result)) { print "||" .…
Piero
  • 9,173
  • 18
  • 90
  • 160
-1
votes
0 answers

Is it possible to use GitHub and host from Web Station on Synology?

I don't know where to start. I am hosting a website on my Synology with Web Station. My files are located on my Synology but I would like to use GitHub e.g. for history on files and version control. I like the interface on GitHub but maybe you have…
BBB
  • 61
  • 7
-1
votes
1 answer

Move node.js array result into SQL database

I found bluelinky on github and now I want to store some of the data into an SQL database on my synology. I'm can query the data which I want to have, but I have no idea how to structure it and move into a database. Console.log looks like…
moses19850
  • 73
  • 1
  • 6
-1
votes
1 answer

Using VPN on Docker container running on Synology NAS

I've tried multiple Docker images all running OpenVPN, and the result is always the same: openvpn: error while loading shared libraries: liblzo2.so.2: cannot open shared object file: Permission denied Oddly I can get one of the images to…
Naatan
  • 3,424
  • 4
  • 32
  • 51
-1
votes
1 answer

Synology DS120j autostart node.js server in deamon mode on system boot

How to start node.js server in deamon mode on Synology DS120j NAS (and other synology models if it's similar) drive since it looks that there is not systemd?
stopsopa
  • 408
  • 4
  • 20
-1
votes
2 answers

uBoot - Bad gzipped data - Synology DS418J

I bought broken Synology DS418j where HDD migration destroyed firmware on the flash.With Serial USB Adapter I have access to uBoot console. This uBoot version has just rudimental commands. To restore "right" firmware I downloaded firmware-package…
Shanny
  • 1
  • 3
-1
votes
1 answer

CIFS mount of volume on synology mounts as 'root'.. and should be 'myaccount'

The set-up: Linux Machine via CIFS -> Synology_Disk_Station @ File_ShareA "myaccount" is set as the admin account on the Synology A Ubuntu 18.04 machine at a remote site I've mounted a file share on a Synology with CIFS using the following (edited)…
1 2 3
37
38