QNAP Install
#2251
Replies: 1 comment
-
|
Had trouble getting it working with maria DB. Being a docker/db noob didn't want to try troubleshoot and went with sqlite, worked flawlessly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Deployment Environment
Docker Compose
Description
Hi,
Wonder if anyone have installed speedtest-tracker on QNAP NAS?
I have followed the instructions found for "Using QNAP".
I know that I most likely have done something wrong, when it comes to the IP addresses.
networks: qnet-network: ipv4_address: 192.168.1.3and
image: mariadb:10 networks: qnet-network: ipv4_address: 192.168.1.4First I used the above, then I used the QNAP IP .16 but when I enter the IP address in the browser together with the port number .16:8943 I get "Site can't be reached / .16 refused to connect"
I have speedtest-tracker running on the Pi4 instances with no issue.
I generated the Application Key as per instructions.
I am sure I have made a mistake.
Any help will very much appreciated.
Steen
Anything else?
Update 15/06:
Changed the IP's to .20 and .21, because I have other devices using those addresses.
When I in Container Station check the log for speedtest-tracker (the log for MariaDB looks OK) I see the below:
using keys found in /config/keys
chmod: changing permissions of '/etc/logrotate.d/acpid': Bad address
chmod: changing permissions of '/etc/logrotate.d/nginx': Bad address
chmod: changing permissions of '/etc/logrotate.d/php-fpm': Bad address
chmod: changing permissions of '/etc/logrotate.d/php-fpm83': Bad address
chmod: changing permissions of '/config/nginx/nginx.conf': Bad address
chmod: changing permissions of '/config/nginx/ssl.conf.sample': Bad address
chmod: changing permissions of '/config/nginx/nginx.conf.sample': Bad address
chmod: changing permissions of '/config/nginx/worker_processes.conf': Bad address
chmod: changing permissions of '/config/nginx/resolver.conf': Bad address
chmod: changing permissions of '/config/nginx/dhparams.pem': Bad address
chmod: changing permissions of '/config/nginx/ssl.conf': Bad address
chmod: changing permissions of '/config/nginx/site-confs': Bad address
chmod: changing permissions of '/config/nginx/site-confs/default.conf.sample': Bad address
chmod: changing permissions of '/config/nginx/site-confs/default.conf': Bad address
[custom-init] No custom files found, skipping...
[ls.io-init] done
No response
Beta Was this translation helpful? Give feedback.
All reactions