Questions tagged [qnap]

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.

109 questions
1
vote
2 answers

getting java.net.UnknownHostException while running GOCD docker container in QNAP

I am trying to run gocd docker container (https://hub.docker.com/r/gocd/gocd-server/) on QNAP (TS-451 x86 based, firmware 4.2.0) in container station. container doesn't' start and bombs out with java.net.UnknownHostException: May 21 20:21:28…
Roman Shestakov
  • 497
  • 5
  • 16
1
vote
1 answer

Reverse proxy on Apache (for QNAP)

As I cannot access to ports other than 80 and 443 at work, I would like to make accessible some resources using Apache on my QNAP. In particular I would like to: set a Virtual Host (using sub1.domain.com) to connect to a service running on the same…
giopas
  • 645
  • 1
  • 6
  • 10
1
vote
3 answers

Copy last modified binary file over the other one

I would like to compare two binary files (very small, 100Kb each) and replace the oldest with the last modified one. I have created a simple script, but I would need your help to make it running properly: #!/bin/sh # select the two…
giopas
  • 645
  • 1
  • 6
  • 10
1
vote
0 answers

An error occurred while installing gitlab-pygments.rb (0.3.2)

I've got problem with my gitlab instalation on NAS QNAP TS-112. When i try do this : bundle install --deployment --without development test postgres aws I get an error Using gitlab-grack 1.0.1 Bundler::GemspecError: Could not read gem at…
Adrian
  • 532
  • 1
  • 7
  • 16
1
vote
1 answer

Setup Amazon S3 backup on QNAP using s3cmd

I own a QNAP-219P and I want to set this up manually using s3cmd. I did quite a bit of research on this, and here are the references I…
Thomas Cheng
  • 695
  • 12
  • 26
1
vote
1 answer

How to request NASMT Q700 QNAP linux hard disk smart states using the ssh interface?

I use a NASMT Q700 QNAP NAS. For remote monitoring purposes i want to read some values and save them into a database. Since the web-interface is very complex and full of javascript, i can not scrape it. So I tried to connect to the NAS with…
0
votes
0 answers

How would I choose default volume for app installation in QNAP QTS 5

I am really suprised that the answer is nowhere to find. I can see that I can migrate applications like here: https://www.qnap.com/en/how-to/faq/article/how-to-migrate-app-center-apps-to-another-nas-volume However I cannot force the Apps to be…
mastier
  • 872
  • 1
  • 10
  • 22
0
votes
0 answers

Qnap Container: Gitlab-runner cannot connect to the Docker daemon at unix:///var/run/docker.sock

Currently a gitlab docker is running on my qnap. I would also like to create a gitlab-runner on the qnap container station for the CI pipeline. I have registered the gitlab runner and it can also be seen under the gitlab ui. But when i run a…
0
votes
0 answers

QNAP HyperV backup inventory agent error, how to solve

I have a problem with backuping VM on HyperV via Hyper Data Protector. Not sure how to solve that errors. In event logs everythings is ok, zero errors
0
votes
0 answers

How to back up organizational data from Google Cloud Platform to other servers

I want organizational scheduled data backup to any other server. Google workspace Data Export tool provides the backup files to the Google Cloud Platform. Is there any way to backup the data from GCP to any other server? Unable to find any way to…
0
votes
2 answers

Export docker container through cloudflared

I have a NAS where I am running various web apps in docker containers through docker-compose. I want some of these web apps to be accessible through the internet, not only when I am connected to my home network. The problem I'm currently facing is…
Hamperfait
  • 465
  • 1
  • 6
  • 18
0
votes
0 answers

QNAP ( how to find full path for php81 ) global path for Apache81 php81

QNAP TS-251+ I have a problem, I can't find the php file for the php81 version where can I find the full path for php81 in apache81 please? I tried too find . -type d | grep php81 php -v PHP 7.4.30 (cli) (built: Dec 15 2022 06:13:30) ( NTS…
mkulas.eu
  • 1
  • 1
0
votes
0 answers

Can't run Synapse matrix in container station (aka docker)

I am trying to deploy my own synapse server in my qnap. I am following the steps in the official page in docker but I want to store all the data in a folder that I can easily access so I modified the lines as following: First this to generate the…
Juan
  • 21
  • 1
  • 1
  • 5
0
votes
0 answers

QNAP Container Station - Multiple dockers get Permission Denied

I run a QNAP TS-453a at home running Container Station on it. Suddenly multiple containers got some sort of error about "Permission Denied". For example postgres\postgres returns: error: exec failed: permission denied nodered/node-red docker…
0
votes
1 answer

How to delete an empty folder with 2 times . (dot) file and .. (dot dot) file?

On a qnap nas I have a folder that I cannot delete. The folder is empty except for 4 directories: 2 times a . (dot) folder and 2 times a .. (dot dot) folder. To my knowledge this is not possible. Does anyone know of a way to remove this…