Everything posted by SDEN
-
[Support] Linuxserver.io - Nextcloud
Hi Trying the app "Memories" for nextcloud, but im recieving this error when running the indexer for memories. Possible to get exiftool in the docker? root@b495e7fc2f6d:/# occ memories:index Checking database indices MIME Type support: image/png: supported image/jpeg: supported image/heic: not supported image/png: supported image/tiff: supported image/gif: supported image/bmp: supported image/x-dcraw: not supported video/mpeg: supported video/webm: supported video/mp4: supported video/quicktime: supported video/x-matroska: supported Some file types are not supported by your preview provider. Please see https://github.com/pulsejet/memories/wiki/File-Type-Support WARN: Failed to create stay_open exiftool process Exiftool timeout: [/config/www/nextcloud/apps/memories/exiftest.jpg] Couldn't read Exif data from test file: Could not read from Exiftool FATAL: exiftool could not be executed or test failed Make sure you have perl 5 installed in PATH
-
[Support] Linuxserver.io - Quassel-Core
How?
-
[Support] binhex - rTorrentVPN
I've come to the conclusion its when changing /data to /media in the config. Why i dont know. Works when leaving it to be data and just change the paths. Now its time to change all paths in autodl and other dockers.
-
[Support] binhex - rTorrentVPN
Hi After an unwanted shutdown, im having problems getting rtorrent running. Im running unraid and have attached supervisord log. Docker starts, but i cant load the webpage of rtorrent. Hope someone can help from information from log file. best regards JS supervisord.log
-
[Support] binhex - rTorrentVPN
Hi, Ive tried searching for where tracker files for autodl-irssi are located in the appdata dir, but unable to locate it. Can someone point me in the right direction Solution found: Go into Console of docker
-
[SUPPORT] testdasi repo
Thanks. It's done. Thank you so much, im gratefull!
-
[SUPPORT] testdasi repo
@testdasi please do Love this
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi, Im trying to get an conf made for traccar, found this, but it doesnt work, so can someone point me in a direction why it fails, or perhaps share a working conf? server { listen IP:80; server_name DOMAIN.COM; location / { proxy_pass http://127.0.0.1:8082; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /api/socket { proxy_pass http://localhost:8082/api/socket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
-
[Support] Linuxserver.io - Ombi
Hi Im trying to find out how to connect ombi with binhex-plexpass, but since its running as host, i cannot seem to be able fo find out how. Is it possible, or havent i just found the right method yet?
-
[Support] Linuxserver.io - Nextcloud
Thanks both denishay & saarg both helped alot to get to right solution Ended up with: shell docker exec -it nextcloud bash cd /config/www/nextcloud/ sudo -u abc php7 occ files:scan --all Its running the filescan now. Thanks both of you! i owe you many hours in saved time on this
-
[Support] Linuxserver.io - Nextcloud
Thanks for your reply. tried via console on nextcloud docker, and also via webterminal and both gives me docker: command not found What am i doing wrong now?
-
[Support] Linuxserver.io - Nextcloud
Hi, Last resort to seek help, tried different other sources. I am in need of help to get apx 250 gb worth of images imported to nextcloud. Using: linuxserver/nextcloud |up-to-date| custom /data/mnt/user/nextcloud/ /config/mnt/user/appdata/nextcloud linuxserver/mariadb |up-to-date| bridge /config/mnt/user/appdata/mariadb I put a single file into /mnt/user/nextcloud/Jesper Sehested/files/upload/test/ Now ive tried several different commands to rescan, but they come back with: sudo: unknown user: www-data Which user should i use?