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
0
votes
2 answers
docker-compose version 3 syntax
I'm building my stack of docker container from various docker-compose examples around the net and I constantly run into troubles trying to "convert" between docker-compose file versions.
For this discussion I'm trying to "convert" the QNAP Container…

Mikael Bergman
- 1
- 3
0
votes
1 answer
How do I build an Arm version of Docker File for Qnap Arm based Server
I have a Docker File for my application and I use Docker Hub to build it.
This works fine on a Synology DS218+ Disk Station, which is Intel based.
Qnap supports Docker on both Intel and Arm devices with its Container Station software , I have…

Paul Taylor
- 13,411
- 42
- 184
- 351
0
votes
1 answer
File to Folder .bat to .sh
I have an old .bat file that I need to run on my QNAP. I need to recursively create folders for each file (based on file name) then move the file to that folder.
Here's the old .bat:
@echo off
for %%a in (*.*) do (md "%%~na" 2>nul
move "%%a"…
Bryan
0
votes
1 answer
Using an external domain name on a reverse proxy - QNAP
I'm trying to access an internally hosted application on my QNAP at my externally hosted domain, http://mydomiain.com, instead of http://mydomiain.com:12345
I can get the reverse proxy to work when I enter a local IP address of my network, for…

level42
- 946
- 2
- 13
- 33
0
votes
0 answers
How to output content of a PHP file to a log file using wget in a cron job?
Background
I've got a QNAP NAS box running on my network and I want to run a cron job periodically to call a web page that will then update a Dynamic DNS service with my router's public IP address. I want to be able to take the outout of this PHP…

Stuart Whiteford
- 521
- 7
- 22
0
votes
3 answers
How to install node.js, nvm, npm on QNAP (NAS)
in QNAP APP center has node.js 4.x and 0.8.X version
However, these two versions are too old, I hope we can install a newer version.
I try to login linux system installed through the command
https://www.ostechnix.com/install-node-js-linux/
nas seems…

Finn
- 1,323
- 5
- 24
- 46
0
votes
0 answers
Apache "Require valid-user" does not work
I am writing a htaccess file for Apache 2.4.
I have in the basic config the directives "AllowOverrideAll" and "Require all granted" and I want to restrict the access to a folder.
Then I create a .htaccess file in the folder.
The file works if I set…

n3mo
- 663
- 8
- 23
0
votes
1 answer
Arduino USB compatibility with Linux
I've been working on an Arduino project that needs to communicate with a (Debian) Linux NAS via USB.
It communicates perfectly reliably with a Windows terminal.
The communication with Linux is quite bad.
Here's my test application for this…

X-Ray
- 2,816
- 1
- 37
- 66
0
votes
1 answer
How can I connect S3 protcol via http?
[Client] Cyberduck ver 5.3.7 on Mac(Serria)
[Host] QNAP TS853A (application) Object Storage Server
I would like to connect Object Storage Server of QNAP by S3(Amazon simple storage service).
I made he "hdd01" of a storage account name and added…

Ubunkun
- 253
- 1
- 5
- 12
0
votes
1 answer
Is posible install MariaDB v.10 on Qnap QTS 4.2?
I need to have MariaDB v.10 on my Qnap NAS QTS 4.2, but I don't know how do it.
Is it possible ? How do it ?

Geery.S
- 121
- 2
- 10
0
votes
1 answer
How can I access QNAP with an external application
I need give permission to users to access folders and files on QNAP, so they can edit, save and create new without allowing them to use the QNAP interface. is that possible? and how?
user5900092
0
votes
3 answers
Install PhantomJS on Qnap
I am using PhantomJS on Windows and would like to know if it is possible to install this program on Qnap ts-231?
Someone has already done? Thank you

Gus
- 913
- 2
- 15
- 30
0
votes
0 answers
Apache VirtualHost Setup on QNAP for Sub Sirectories
I am trying to setup vHost on my QNAP web server (Running Apache). I seem to be stuck at the point where I can't load the subdomains. I have included a custom conf file in the apache.conf file like so:
include /share/Web/customapache.conf
In the…

Citris
- 79
- 1
- 9
0
votes
1 answer
Running My PHP Application in Web Server
I am using QNAP Network Attached Storage with a built in Web Server and MySQL Database my model is QNAP TS-253
I have an issue regarding running my PHP application inside my QNAP Web Server. It runs perfectly when using my localhost , but when i…

Adrian
- 3
- 2
- 5
0
votes
2 answers
Shell: use of for on a variable list
Unfortunately my shell skills are very bad and I would need some help in running a simple script on my QNAP to fix some date problem on some videos.
The script I put in place is very easy:
in a given folder
check if there are .mp4 files starting…

giopas
- 645
- 1
- 6
- 10