-
[Support] Linuxserver.io - Rsnapshot
I’m trying to setup cron job. Is the file /config/crontabs/root on host suppose to be the mapped to /etc/crontabs/root on the container? The job runs perfectly if I manually edit the file on the container but it doesn’t work if I edit the file on host.
-
[Support] Linuxserver.io - Rsnapshot
Trying to use rsnapshot to pull data from another server but somehow couldnt get it to work. I think I have found the issue... When running docker exec -it rsnapshot rsnapshot -t alpha The output is: echo 765 > /var/run/rsnapshot.pid mkdir -m 0700 -p /rsnapshot/ mkdir -m 0755 -p /rsnapshot/alpha.0/ /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded \ --rsh=/usr/bin/ssh -F /config/.ssh/config \ SOURCE DEST touch /rsnapshot/alpha.0/ but the correct syntax should be (note the apostrophes in the fifth line) echo 765 > /var/run/rsnapshot.pid mkdir -m 0700 -p /rsnapshot/ mkdir -m 0755 -p /rsnapshot/alpha.0/ /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded \ --rsh='/usr/bin/ssh -F /config/.ssh/config' \ SOURCE DEST touch /rsnapshot/alpha.0/ Any way to solve this? Thanks all.
-
[Support] ich777 - Application Dockers
I am now setting up luckybackup and following the tutorial from SPXLABS. Is the SSH Keys generated not persistent? Thanks
-
[Support] Prusaslicer noVNC
just updated the container and it is working perfectly! Time to start slicing!
-
[Support] Prusaslicer noVNC
Thanks for making a prusaslicer docker! I've been running it on VM for the same reason. Tried to install it just now and it said prusaslicer entered FATAL state, too many start retries too quickly Pretty sure I'm using the latest image. Thanks!
-
[Support] Djoss - Firefox
Is there any way to limit or block its access to LAN? The reason why I wanted to use this docker is to browse the web (safely if possible) when I cannot use VPN, exposing this docker publicly will somehow expose the webgui of unraid, if someone know where to look. Not sure if it is related, but I am using Nginx Proxy Manager with .htaccess and will implement authelia later.
-
[Support] Djoss - Nginx Proxy Manager
HELP! ALL websites that require http auth are not accessible. They are, according to chrome, either ERR_HTTP2_PROTOCOL_ERROR or NET::ERR_CERT_AUTHORITY_INVALID. However those do not need a username and password are working perfectly fine. All the changes I made today was updating Unraid from 6.8.2 to 6.8.3 and add one more proxy host. Any idea what may have caused it? Thanks!
-
[Support] Linuxserver.io - Jellyfin
I recently restart the server and now I cannot start Jellyfin. The log shows: Failed to create CoreCLR, HRESULT: 0x80004005 May I know what this error is and how can I fix it?
-
[Plugin] CA User Scripts
Is #noParity=true working on 6.8.2? My script still runs during parity check so I have to manually abort it.
-
[Support] cheesemarathons repo
Ummm Same error.😥
-
[Support] cheesemarathons repo
Yes I can connect to the database from my computer using HeidiSQL. I use separated database (Mariadb) for different apps like nextcloud, piwigo, zenphoto and kanboard and they all can talk to their respective database successfully. Not sure what the problem is here Log for your reference: Error: getaddrinfo ENOTFOUND <<MY_UNRAID_IP>>:<<DB_PORT>> at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) -------------------- at Protocol._enqueue (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/mysql/lib/protocol/Protocol.js:144:48) at Protocol.handshake (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/mysql/lib/protocol/Protocol.js:51:23) at Connection.connect (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/mysql/lib/Connection.js:119:18) at /var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/dialects/mysql/index.js:82:18 at Promise._execute (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/debuggability.js:427:9) at Promise._resolveFromExecutor (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/promise.js:518:18) at new Promise (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/promise.js:103:10) at Client_MySQL.acquireRawConnection (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/dialects/mysql/index.js:77:12) at create (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/client.js:282:21) at /var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:315:34 at Object.tryPromise (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/utils.js:53:24) at /var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:315:17 at Promise._execute (/var/lib/ghost/versions/3.8.0/node_modules/bluebird/js/release/debuggability.js:384:9) at Promise._resolveFromExecutor (/var/lib/ghost/versions/3.8.0/node_modules/bluebird/js/release/promise.js:518:18) at new Promise (/var/lib/ghost/versions/3.8.0/node_modules/bluebird/js/release/promise.js:103:10) at callbackOrPromise (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:306:12) at Pool._create (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:236:9) at Pool._doCreate (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:208:36) at Pool._tryAcquireOrCreate (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:159:18) at Pool.acquire (/var/lib/ghost/versions/3.8.0/node_modules/tarn/lib/Pool.js:85:14) at /var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/client.js:333:50 at tryCatcher (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/util.js:16:23) at Function.Promise.attempt.Promise.try (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/bluebird/js/release/method.js:39:29) at Client_MySQL.acquireConnection (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/client.js:333:33) at Runner.ensureConnection (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/runner.js:226:24) at Runner.run (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/runner.js:33:41) at Raw.Target.then (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/interface.js:23:43) at Raw.Target.<computed> [as catch] (/var/lib/ghost/versions/3.8.0/node_modules/knex-migrator/node_modules/knex/lib/interface.js:95:28)�[39m �[39m
-
[Support] cheesemarathons repo
I am trying to install Ghost on my machine but the docker won't start. Log shows that there is a database error (Invalid database host). Tried using 1) IP of unRAID machine, 2) IP of unRAID machine with port (3311 in my case) in Database IP but no luck Any idea? Thanks!
-
[support] rix's Docker Repository
I managed to access slserver using my domain (sync.mydomain.com/slserver), but not the webapp. May I know what should I change? I edited the follow conf based on some sample conf from letsencrypt docker by Linuxserver.io server { listen 80; server_name sync.<MYDOMAIN>; return 301 https://sync.<MYDOMAIN>$request_uri; } server { listen 443 ssl; server_name sync.*; include /config/nginx/ssl.conf; client_max_body_size 0; # The following doesn't work location /slweb { proxy_pass http://SyncLounge:8088/slweb; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } # The following works location /slserver { proxy_pass http://SyncLounge:8089/slserver; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
-
[support] rix's Docker Repository
Thank you very much for creating the Synclounge template for unraid. I am trying to set up a Custom Server but not sure how to do that. I was able to connect the interface using internal IP and select a client but somehow stuck at selecting a custom server. I am using linuxserver.io's letsencrypt docker as reverse proxy if that helps. Grateful if you can give me some pointers. Thanks!
-
[Support] binhex - Deluge
Hi, did you find a way to get plugins to stick? I have the same problem.
windlok1010
Members
-
Joined
-
Last visited