QNAP is a Taiwanese corporation that specializes in providing networked solutions for file sharing, virtualization, storage management and surveillance applications to address corporate, SMB, SOHO and home user needs. QNAP's main products include Network-Attached Storage (NAS), Network Video Recorders (NVR) and Digital Signage (DS.) The company’s product lineup and services include Turbo NAS, VioStor NVR, digital signage players and video wall controllers.
Questions tagged [qnap]
109 questions
1
vote
1 answer
GitLab (via Docker) on a QNAP NAS with ARM CPU ("exec format error")
I just bought a QNAP TS-832X NAS (Firmware: 4.3.4.0695 Build 20180830).
This machine comes with an ARM CPU (Annapurna Labs Alpine AL324 Quad-core ARM Cortex-A57 CPU @ 1.70GHz).
I bought it only to install GitLab on it, but the official image doesn't…

Jan J
- 13
- 4
1
vote
1 answer
QNAP Container Station Gitlab Email Server
I have a QNAP TS453a NAS. In the Container Station I installed sameersbn's Docker Gitlab 10.4.2. But I couldn't find any manual how to configure an email server so that Gitlab can send emails when someone forgets his password for example. Can anyone…

Philipp Klimaax
- 23
- 1
- 6
1
vote
1 answer
Public access container in QNAP NAS server
I have running node.js app in my docker container in Container Station in my QNAP NAS. It's working on my local network on the port I have specified.
Typically I would set reverse proxy pointing fe. my-domain.com/my-app :80 => :
On NAS I…

Łukasz Ostrowski
- 960
- 4
- 12
- 25
1
vote
1 answer
Why route on qnap is not working
I have two networks, 172.16.4.0/22 and 172.16.16.0/22. There are two firewalls/GW
GW1: 172.16.4.1 & Internet
GW2: 172 16.4.2 & 172.16.16.1
Behind GW2 are some spezial computer. I don´t like to use NAT on GW2, so each computer which likes to…

leon
- 21
- 4
1
vote
0 answers
Install MySQL-python using pip on QNAP TVS-473 Firmware 4.3.3.0361
i'm trying install MySQL-python on my NAS QNAP, but i'm getting this error "mysql_config not found", thanks for your support, below the output:
[/share/MD0_DATA/.qpkg/Python/src/bin] # ./pip install MySQL-python
Collecting MySQL-python
Using…

giovannivl
- 91
- 1
- 8
1
vote
0 answers
Change password on postgresql in a qnap nas
I have a postgresql database 9.3.4 installed on a qnap nas. I would like to change the postgres password but I can not.
I log in with phpPgAdmin and, in a sql window, I write:
ALTER USER postgres PASSWORD 'mynewpassword'
The query is executed…

Infoservice
- 107
- 4
- 16
1
vote
0 answers
How to restrict access to custom application WEBUI in QNAP?
Good morning everyone,
I am developing an app for QNAP which has also a web interface. In my qpkg.conf I set QPKG_WEBUI and QPKG_USE_PROXY and I can see correctly the Web interface inside the QNAP interface once I am logged in. It seems perfectly…

n3mo
- 663
- 8
- 23
1
vote
1 answer
QNAP container station API
I am trying to use the QNAP container station API, but I am not even able to authenticate. As it says in the documentation, I do the following:
curl -sq -XPOST -c cookies.txt -d "username=username&password=pwd"…

ChaChaPoly
- 1,811
- 5
- 17
- 39
1
vote
1 answer
How to set properly QPKG_WEBUI variable in QNAP
I am trying to developing an App for QNAP. I am really noob about QNAP, so please help me!
I succeeded in creating a qpkg package and installing it correctly, and it works. But the problem arises when I want to give my app a web interface.
I have…

n3mo
- 663
- 8
- 23
1
vote
0 answers
Find and replace � in folders and files recursively
I am running a QNAP system and I am trying to move a huge music library from one server to another.
Unfortunately many .mp3 files and folder names contain � (U+FFFD REPLACEMENT CHARACTER) instead of the original hyphen ('). This is probably due to…

giopas
- 645
- 1
- 6
- 10
1
vote
0 answers
arm cross compilation executable behavior
I am pretty new to cross compilation and I am not sure whether the executable which is getting created through cross compilation is correct or not.
Basically I am working on project which needs the libs to be compiled from different toolchains.
So I…

Neeraj Kumar
- 836
- 1
- 10
- 29
1
vote
0 answers
nfs mounting ext4 into ext3? – files get corrupted during transfer to QNAP NAS
QUESTION: is it possible to mount an ext4 NFS share (e.g. from a QNAP NAS, they have chosen ext4 as defaults... i am not shure if you can actually change that) into a ext3 filesystem?
What additional info do you need to debug the problem?
here is…

canoodle
- 506
- 5
- 10
1
vote
1 answer
Mount a network share to QNAP using SSH
I would like to pull files from a network share to my QNAP device.
In windows i would type net use \MyDevice\MyShare /User:... and then copy \MyDevice\MyShare\FileFilter Localpath
o How do I mount the network share to the QNAP using SSH?
o Where…

Dlanod Kcud
- 517
- 5
- 13
1
vote
0 answers
Installed Gitblit and git clone error with ssh
I have succeeded in running Gitblit in QNAP TS-221(CPU marvell(ARM)).
And then, I created git repository, admin account,id_rsa.pub,etc.
Finaly, I execute "git clone ssh://admin@192.168.0.3:29418/doc.git" command , there is an exception…

user1561844
- 11
- 4
1
vote
2 answers
Stock output of a script in a bash variable (QNAP QTS 4.0)
I'm trying to stock the output of a script in a variable.
Here is the code of my script (delete.sh) :
#!/bin/bash
echo "Suppression de $1" >> /share/MD0_DATA/remotesync/delete.log
log=$(/share/MD0_DATA/remotesync/remoteSync -rm "$1")
echo $log >>…

José Todeschini
- 25
- 4