Everything posted by xthursdayx
-
Does anyone have experience running Matrix Synapse on unraid?
Have any of you made any progress on this? I've been trying to do the same thing basically, but was running into many of the same problems listed above and then found this thread. Any ideas?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Isn't on the same page for me, and didn't appear when I searched the thread for whatever reason (because it's 'code' maybe?), but thanks for pointing it out. Cheers.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Is anyone else seeing this error in their Letsencrypt logs? I'm specifically talking about the LuaJIT and resty errors. My reverse proxy seems to be working fine otherwise. ("X"s for anonymization) ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 15-urllib: executing... [cont-init.d] 15-urllib: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=America/New_York URL=XXXXX SUBDOMAINS=XXXXXXXX EXTRA_DOMAINS= ONLY_SUBDOMAINS=false DHLEVEL=2048 VALIDATION=http DNSPLUGIN= EMAIL=XXXXXXX STAGING= 2048 bit DH parameters present SUBDOMAINS entered, processing SUBDOMAINS entered, processing Sub-domains processed are: -d XXXXXXXXX E-mail address entered: XXXXXXX http validation is selected Certificate exists; parameters unchanged; starting nginx [cont-init.d] 50-config: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom scripts found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) nginx: [error] lua_load_resty_core failed to load the resty.core module from https://github.com/openresty/lua-resty-core; ensure you are using an OpenResty release from https://openresty.org/en/download.html (rc: 2, reason: module 'resty.core' not found: no field package.preload['resty.core'] no file './resty/core.lua' no file '/usr/share/luajit-2.1.0-beta3/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/5.1/resty/core.lua' no file '/usr/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/common/resty/core.lua' no file '/usr/share/lua/common/resty/core/init.lua' no file './resty/core.so' no file '/usr/local/lib/lua/5.1/resty/core.so' no file '/usr/lib/lua/5.1/resty/core.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './resty.so' no file '/usr/local/lib/lua/5.1/resty.so' no file '/usr/lib/lua/5.1/resty.so' no file '/usr/local/lib/lua/5.1/loadall.so') Server ready
-
[Support] Linuxserver.io - diskover
Hey @shirosai do you know what ever happened with this guide?
-
[Support] Linuxserver.io - Nextcloud
Thanks for this, I ended up doing the same thing. However, for some reason I'm seeing this in my Nexloud logs: Error files_antivirus RuntimeException: The ClamAV module is not in daemon mode. And this in my ClamAV logs: Sat Mar 30 23:51:06 2019 -> ^Clamd was NOT notified: Can't connect to clamd through /var/run/clamav/clamd.ctl: No such file or directory Strangely enough, when I open a bash into the container I can see the clamd.ctl file where it is supposed to be... I set up everything the same way you have it. Any idea what the issue might be?
-
[Support] Linuxserver.io - Nextcloud
Has anyone had any luck getting collabora to work in the Nextcloud app on iOS? I have collabora working well with my nextcloud installation, with spreadsheets and documents editable and loading fine from within my home network and externally via NGINX/LetsEncrypt reverse proxy. However, spreadsheets and documents will never load in the iOS app. When I try to open them I just get a grey/white page that never completely loads. This seems to be a known issue with collabora and the nextcloud app, but all of the workarounds I found are incomplete and don't seem to really work when running nexcloud and collabora from docker containers. Any ideas? I'm also willing to try OpenOffice, but everything I've seen has indicated that Collabora is more stable.
-
[Support] Linuxserver.io - Nextcloud
Ah okay, sorry. I was confused by your post asking "Where?". I see now from your earlier post that you'd already seen the plugin. But yeah, it seems like running ClamAV in a separate container is much easier than getting clamd working, so I'm probably going to switch to that method as well.
-
[Support] Linuxserver.io - Nextcloud
You can find it under the Apps > Security section - it just says antivirus. To enable clamav WITHIN the container (vs in a separate docker container) you have to log into the nextcloud container bash and run the command: apk add clamav clamav-daemon I got mine working (for the most part) using the directions at the following link, though they need to be modified for Alpine Linux (e.g. apk instead of apt get): https://docs.nextcloud.com/server/14/admin_manual/configuration_server/antivirus_configuration.html I still can't seem to get clamav to run as a daemon though, only in executable mode, so I may follow @saarg and run ClamAV in a separate container.
-
[Support] Linuxserver.io - Nextcloud
Yeah, thanks. I'd searched the thread using keywords, but didn't find these previous posts (and didn't feel like reading through all 83 pages). Anyway, I figured it out, and hopefully my post will help someone else.
-
[Support] Linuxserver.io - Nextcloud
I actually figured out what the problem was, but will leave this hear in case anyone else has the same issue. Basically, you're not supposed to add files to Nextcloud's data directly outside of through the web interface (which is pretty annoying, but so it goes). In order to get Nextcloud to remap the directory you have to do this: Run the occ command with “files:scan all” sudo -u <user of webserver> php /path/to/nextcloud/occ files:scan all For this container I accomplished this by opening a bash session into the container and running: sudo -u abc php /config/www/nextcloud/occ files:scan --all Apparently, you can also accomplish this by adding the parameter: filesystem_check_changes = 1 in the config.ph, but I haven't tried this.
-
[Support] Linuxserver.io - Nextcloud
I've gotten this docker up and running behind a reverse proxy using the Linuxserver LetsEncrypt docker and have been really happy with how it's working out. Uploading files to Nextcloud from my computer or phone has worked without any issues so far. However, I just noticed a strange problem: when I copy files directly into my /data directory [/mnt/user/Nextcloud/zandrsn/files] from another directory on my server (for example, /mnt/user/media/pdfs/*.pdf > /mnt/user/Nextcloud/zandrsn/files/Documents/pdfs/) these files cannot be seen in Nextcloud. I've checked to make sure that the ownership of the files matches Nextcloud (nobody:users) and all of the files have 777 permissions. Any ideas? Thanks!
-
Private Email Server on UnRaid or Hosted Email?
Hey @PeterB I know that this is an old post, but I'm looking to do exactly what you mention here - use my unRAID box to download all my email to keep my online storage free and provide offline access and archiving. Are these dovecot and mpop plugins still what you use, and if so, are they things you might be able to share?
-
Dev Request: GMVault
I know this is a super old post, but I was just wondering if either of you (@DarkHorse or @jumperalex ) ever got this up and running or worked out a similar solution?
-
[SUPPORT] pihole for unRaid - Spants repo
I'm having a strange problem where the time in the 'Queries' log on Pi-Hole shows the wrong time. However, I checked `date` from within the container and it is reporting the correct time, my time zone setting is correct in the docker set up, and the 'Time FTL started' entry under FTL Information under the 'Settings' menu shows the correct time. Any ideas?
-
[Support] Linuxserver.io - Mylar
I've been using Mylar for years now, but I recently just switched to the linuxserver container from another version. For some reason, I am now unable to add comics to my library. I can search for them as usual, but when I select "Add this comic" my browser redirects to the main page rather than the new page for that comics as it is supposed to, and the comic is not added to my database. This is the error I receive in my log. My comic directory is just /comics, as usual, so I can't figure out what the problem is. Any ideas? Thanks! Uncaught exception: Traceback (most recent call last): File "/app/mylar/mylar/logger.py", line 337, in new_run old_run(*args, **kwargs) File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/app/mylar/mylar/importer.py", line 62, in addComictoDB comlocation = os.path.dirname(imported['filelisting'][0]['comiclocation']) TypeError: string indices must be integers
-
Soulseek Dockers
Super helpful, thanks.
-
Soulseek Dockers
Hey @realies thanks for the container. Where does "/persistent/appdata" map to? Can I just change that to my preferred appdata location (e.g. /mnt/cache/appdata/soulseek"?
-
[DEPRECATED] Linuxserver.io - Rutorrent
In case anyone runs into the same issue, I solved this problem with inotifywait by creating a User Script that runs at the startup of the array. Here is the script: #!/bin/sh if [ -x /tmp/watchy ]; then rm -rf /tmp/watchy fi while inotifywait -e create -o /tmp/watchy --format %w%f /mnt/cache/Downloads/watched do found=$( tail -n1 /tmp/watchy | grep -E '.torrent$' ) && chown nobody:users $found && chmod 0755 $found done
-
[DEPRECATED] Linuxserver.io - Rutorrent
I've run into an issue with permissions in my ruTorrent AutoWatch folder. I have a script on my laptop that uploads all .torrent files in a specific directory to the ruTorrent AutoWatch folder on my server. However, I noticed that ruTorrent was not adding these torrents and upon closer examination I noticed that the extension of each file was being changed after upload, from .torrent to .torrent.fail. My thought is that this must be a result of the file permissions and ownership. The uploaded files have 644 permissions and are owned by root:root, so I'm assuming that this is the issue and the files cannot be executed by ruTorrent (with the default user:group nobody:users). So, I was wondering if someone can give me advice for adding a script or something to automatically chmod all files added to this specific directory to 755 and chown to nobody:users? I looked into doing this and saw someone mention using an incron job, but I don't really know how to do that. Any help would be much appreciated. Thanks!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
@tillkrueger this may be too late to be helpful, or you may have already seen it, but I wanted to mention this How-To for setting up WordPress with LetsEncrypt on Unraid: https://technicalramblings.com/blog/how-to-set-up-a-wordpress-site-with-letsencrypt-and-mariadb-on-unraid/ I found it quite helpful. Cheers.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Awesome, thanks for the help. I thought that might be the case, which is why I included them, but I wasn't exactly sure how that worked. I guess I'll report back if I stumble upon any issues.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I was wondering if anyone could take a look at my nginx default site-conf and let me know if I'm on the right track for adding a proxy for a WordPress site running in a subdirectory on a subdomain (i.e. http://wordpress.mysite.com running from /config/www/wordpress). If anything, I'm guessing that I don't need to repeat the main server's ssl certificates and settings or headers, but I've included them for now, because I wasn't sure. I've been using this container for quite a while now to host reverse proxies for plex, calibre-web, and ombi, and it's been working great, so I don't want to mess everything up now 😬 Thanks! # REDIRECT TRAFFIC FROM www.domain.com TO https://domain.com server { listen 80; server_name www.mysite.com; return 301 https://mysite.com$request_uri; } server { listen 443; server_name www.mysite.com; return 301 https://mysite.com$request_uri; } server { listen 80; server_name mysite.com; return 301 https://mysite.com$request_uri; } # MAIN SERVER BLOCK server { listen 443 ssl default_server; server_name mysite.com; ## Certificates from LE container placement ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ## Strong Security recommended settings per cipherli.st ssl_dhparam /config/nginx/dhparams.pem; # Bit value: 4096 ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384; ssl_ecdh_curve secp384r1; # Requires nginx >= 1.1.0 ssl_session_timeout 10m; ## Settings to add strong security profile (A+ on securityheaders.io/ssllabs.com) add_header Front-End-Https on; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header Content-Security-Policy "frame-ancestors https://*.$server_name https://$server_name"; add_header Referrer-Policy "strict-origin-when-cross-origin"; proxy_cookie_path / "/; HTTPOnly; Secure"; more_set_headers "Server: Classified"; more_clear_headers 'X-Powered-By'; # Custom error pages error_page 400 401 402 403 404 405 408 500 502 503 504 $scheme://$server_name/error.php?error=$status; error_log /config/log/nginx/error.log; root /config/www; index index.html index.htm index.php; #SUB DIRECTORIES location /plex { proxy_pass http://192.168.1.107:32400/web; include /config/nginx/proxy.conf; } location /web { proxy_pass http://192.168.1.107:32400/web; include /config/nginx/proxy.conf; } location /calibre-web { proxy_pass http://192.168.1.107:8083/; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme; proxy_set_header X-Script-Name /calibre-web; } location ^~ /ombi { proxy_pass http://192.168.1.107:3579/ombi; include /config/nginx/proxy.conf; } } # WORDPRESS SERVER server { listen 443 ssl http2; server_name wordpress.mysite.com; ## Certificates from LE container placement ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ## Strong Security recommended settings per cipherli.st ssl_dhparam /config/nginx/dhparams.pem; # Bit value: 4096 ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384; ssl_ecdh_curve secp384r1; # Requires nginx >= 1.1.0 ssl_session_timeout 10m; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header Content-Security-Policy "frame-ancestors https://*.$server_name https://$server_name"; add_header X-Frame-Options "ALLOW-FROM https://*.$server_name" always; add_header Referrer-Policy "strict-origin-when-cross-origin"; proxy_cookie_path / "/; HTTPOnly; Secure"; more_set_headers "Server: Classified"; more_clear_headers 'X-Powered-By'; client_max_body_size 0; root /config/www/wordpress/; index index.php index.html index.htm; location ~ /\. { deny all; } location / { try_files $uri $uri/ /index.php?_url=$uri&$query_string; } location /wp-admin { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; } location /wp-login.php { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php7-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php7-fpm: # fastcgi_pass unix:/var/run/php7-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } } # PHP location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php7-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php7-fpm: # fastcgi_pass unix:/var/run/php7-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } fastcgi_buffer_size 4K; fastcgi_buffers 64 4k; }
-
[Support] Djoss - FileBot
For some reason my files aren't appearing in Filebot and when I open the GUI the server is shown as offline with the error message "Server disconnected (code:1006)" Any ideas? I've copied the container's log below: 27/11/2018 10:58:15 passing arg to libvncserver: -desktop 27/11/2018 10:58:15 passing arg to libvncserver: FileBot 27/11/2018 10:58:15 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 798 27/11/2018 10:58:16 Using X display :0 27/11/2018 10:58:16 rootwin: 0x43 reswin: 0x400001 dpy: 0xd500ea00 27/11/2018 10:58:16 27/11/2018 10:58:16 ------------------ USEFUL INFORMATION ------------------ 27/11/2018 10:58:16 X DAMAGE available on display, using it for polling hints. 27/11/2018 10:58:16 To disable this behavior use: '-noxdamage' 27/11/2018 10:58:16 27/11/2018 10:58:16 Most compositing window managers like 'compiz' or 'beryl' 27/11/2018 10:58:16 cause X DAMAGE to fail, and so you may not see any screen 27/11/2018 10:58:16 updates via VNC. Either disable 'compiz' (recommended) or 27/11/2018 10:58:16 supply the x11vnc '-noxdamage' command line option. 27/11/2018 10:58:16 X COMPOSITE available on display, using it for window polling. 27/11/2018 10:58:16 To disable this behavior use: '-noxcomposite' 27/11/2018 10:58:16 27/11/2018 10:58:16 Wireframing: -wireframe mode is in effect for window moves. 27/11/2018 10:58:16 If this yields undesired behavior (poor response, painting 27/11/2018 10:58:16 errors, etc) it may be disabled: 27/11/2018 10:58:16 - use '-nowf' to disable wireframing completely. 27/11/2018 10:58:16 - use '-nowcr' to disable the Copy Rectangle after the 27/11/2018 10:58:16 moved window is released in the new position. 27/11/2018 10:58:16 Also see the -help entry for tuning parameters. 27/11/2018 10:58:16 You can press 3 Alt_L's (Left "Alt" key) in a row to 27/11/2018 10:58:16 repaint the screen, also see the -fixscreen option for 27/11/2018 10:58:16 periodic repaints. 27/11/2018 10:58:16 GrabServer control via XTEST. 27/11/2018 10:58:16 27/11/2018 10:58:16 Scroll Detection: -scrollcopyrect mode is in effect to 27/11/2018 10:58:16 use RECORD extension to try to detect scrolling windows 27/11/2018 10:58:16 (induced by either user keystroke or mouse input). 27/11/2018 10:58:16 If this yields undesired behavior (poor response, painting 27/11/2018 10:58:16 errors, etc) it may be disabled via: '-noscr' 27/11/2018 10:58:16 Also see the -help entry for tuning parameters. 27/11/2018 10:58:16 You can press 3 Alt_L's (Left "Alt" key) in a row to 27/11/2018 10:58:16 repaint the screen, also see the -fixscreen option for 27/11/2018 10:58:16 periodic repaints. 27/11/2018 10:58:16 27/11/2018 10:58:16 XKEYBOARD: number of keysyms per keycode 7 is greater 27/11/2018 10:58:16 than 4 and 51 keysyms are mapped above 4. 27/11/2018 10:58:16 Automatically switching to -xkb mode. 27/11/2018 10:58:16 If this makes the key mapping worse you can 27/11/2018 10:58:16 disable it with the "-noxkb" option. 27/11/2018 10:58:16 Also, remember "-remap DEAD" for accenting characters. 27/11/2018 10:58:16 27/11/2018 10:58:16 X FBPM extension not supported. 27/11/2018 10:58:16 X display is not capable of DPMS. 27/11/2018 10:58:16 -------------------------------------------------------- 27/11/2018 10:58:16 27/11/2018 10:58:16 Default visual ID: 0x21 27/11/2018 10:58:16 Read initial data from X display into framebuffer. 27/11/2018 10:58:16 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/5120 27/11/2018 10:58:16 27/11/2018 10:58:16 X display :0 is 32bpp depth=24 true color 27/11/2018 10:58:16 27/11/2018 10:58:16 Listening for VNC connections on TCP port 5900 27/11/2018 10:58:16 27/11/2018 10:58:16 Xinerama is present and active (e.g. multi-head). 27/11/2018 10:58:16 Xinerama: number of sub-screens: 1 27/11/2018 10:58:16 Xinerama: no blackouts needed (only one sub-screen) 27/11/2018 10:58:16 27/11/2018 10:58:16 fb read rate: 581 MB/sec 27/11/2018 10:58:16 fast read: reset -wait ms to: 10 27/11/2018 10:58:16 fast read: reset -defer ms to: 10 27/11/2018 10:58:16 The X server says there are 10 mouse buttons. 27/11/2018 10:58:16 screen setup finished. 27/11/2018 10:58:16 The VNC desktop is: 30a010d29ec4:0 0 ****************************************************************************** Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? The scheme stores pixel data offscreen on the VNC viewer side for faster retrieval. It should work with any VNC viewer. Try it by running: x11vnc -ncache 10 ... One can also add -ncache_cr for smooth 'copyrect' window motion. More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching [services.d] starting app... [services.d] done. [app] starting FileBot... FileBot 4.8.4 (r5846) JNA Native: 5.2.0 MediaInfo: 18.05 Apache Commons VFS: [zip, rar] Chromaprint: 1.4.3 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2018-10-05 (r536) Groovy: 2.5.1 JRE: OpenJDK Runtime Environment 1.8.0_171 JVM: 64-bit OpenJDK 64-Bit Server VM CPU/MEM: 8 Core / 3 GB Max Memory / 29 MB Used Memory OS: Linux (amd64) HW: Linux 30a010d29ec4 4.18.17-unRAID #1 SMP Sun Nov 4 08:16:44 PST 2018 x86_64 Linux DATA: /config Package: DOCKER License: UNREGISTERED Done ヾ(@⌒ー⌒@)ノ Prism pipeline init order: sw Using java-based Pisces rasterizer Using dirty region optimizations Not using texture mask for primitives Not forcing power of 2 sizes for textures Using hardware CLAMP_TO_ZERO mode Opting in for HiDPI pixel scaling *** Fallback to Prism SW pipeline Prism pipeline name = com.sun.prism.sw.SWPipeline (X) Got class = class com.sun.prism.sw.SWPipeline Initialized prism pipeline: com.sun.prism.sw.SWPipeline vsync: true vpipe: false 27/11/2018 11:09:47 Got connection from client 127.0.0.1 27/11/2018 11:09:47 other clients: 27/11/2018 11:09:47 Got 'ws' WebSockets handshake 27/11/2018 11:09:47 Got protocol: binary 27/11/2018 11:09:47 - webSocketsHandshake: using binary/raw encoding 27/11/2018 11:09:47 - WebSockets client version hybi-13 27/11/2018 11:09:47 Disabled X server key autorepeat. 27/11/2018 11:09:47 to force back on run: 'xset r on' (3 times) 27/11/2018 11:09:47 incr accepted_client=1 for 127.0.0.1:46570 sock=10 27/11/2018 11:09:47 webSocketsDecodeHybi: got frame without mask 27/11/2018 11:09:47 rfbProcessClientProtocolVersion: read: I/O error
-
[6.6.0-rc4] Docker Containers Being Randomly Deleted
I noticed today that my Letsencrypt and Jackett containers were removed for no reason that I can find. Their orphaned images were still visible in my docker, however. After looking at my System Log all I can see is that perhaps the Community Apps autoupdate failed? What do you all think? Here is the (seemingly) relevant log section: Nov 20 05:07:53 vulfTower Docker Auto Update: Stopping jackett Nov 20 05:07:53 vulfTower Docker Auto Update: docker stop -t 10 jackett Nov 20 05:08:33 vulfTower kernel: veth89c2e86: renamed from eth0 Nov 20 05:08:33 vulfTower kernel: docker0: port 7(vetha3dfdd5) entered disabled state Nov 20 05:08:51 vulfTower kernel: docker0: port 7(vetha3dfdd5) entered disabled state Nov 20 05:08:51 vulfTower avahi-daemon[12509]: Interface vetha3dfdd5.IPv6 no longer relevant for mDNS. Nov 20 05:08:51 vulfTower avahi-daemon[12509]: Leaving mDNS multicast group on interface vetha3dfdd5.IPv6 with address fe80::70c2:94ff:fe16:95f0. Nov 20 05:08:51 vulfTower kernel: device vetha3dfdd5 left promiscuous mode Nov 20 05:08:51 vulfTower kernel: docker0: port 7(vetha3dfdd5) entered disabled state Nov 20 05:08:51 vulfTower avahi-daemon[12509]: Withdrawing address record for fe80::70c2:94ff:fe16:95f0 on vetha3dfdd5. Nov 20 05:09:24 vulfTower Docker Auto Update: Stopping letsencrypt Nov 20 05:09:24 vulfTower Docker Auto Update: docker stop -t 10 letsencrypt Nov 20 05:09:43 vulfTower kernel: vetheb320f2: renamed from eth0 Nov 20 05:09:43 vulfTower kernel: docker0: port 9(vethbff63ff) entered disabled state Nov 20 05:10:00 vulfTower avahi-daemon[12509]: Interface vethbff63ff.IPv6 no longer relevant for mDNS. Nov 20 05:10:00 vulfTower avahi-daemon[12509]: Leaving mDNS multicast group on interface vethbff63ff.IPv6 with address fe80::8863:5cff:fe40:6834. Nov 20 05:10:00 vulfTower kernel: docker0: port 9(vethbff63ff) entered disabled state Nov 20 05:10:00 vulfTower kernel: device vethbff63ff left promiscuous mode Nov 20 05:10:00 vulfTower kernel: docker0: port 9(vethbff63ff) entered disabled state Nov 20 05:10:00 vulfTower avahi-daemon[12509]: Withdrawing address record for fe80::8863:5cff:fe40:6834 on vethbff63ff. Nov 20 05:10:36 vulfTower Docker Auto Update: Installing Updates for jackett letsencrypt Nov 20 05:23:29 vulfTower Docker Auto Update: Restarting jackett Nov 20 05:23:30 vulfTower Docker Auto Update: Restarting letsencrypt Nov 20 05:23:30 vulfTower sSMTP[24538]: Creating SSL connection to host Nov 20 05:23:30 vulfTower sSMTP[24538]: SSL connection using ECDHE-RSA-AES256-GCM-SHA384 Nov 20 05:23:30 vulfTower sSMTP[24538]: Authorization failed (535 5.7.1 Authentication failed) Nov 20 05:23:30 vulfTower Docker Auto Update: Community Applications Docker Autoupdate finished
-
[Support] Linuxserver.io - Beets
Hey everyone, I have another question about adding a community plugin to beets, specifically beets-alternative. This plugin can allow you to keep more than one version of an album in your library, which is useful if, for example, you like to keep both lossy and lossless versions. In order to install the plugin install it with pip using this command: pip install git+git://github.com/geigerzaehler/beets-alternatives.git@master Is it possible to install this within this beets container by first opening the container's bash and then running that command? E.g.: docker exec -it beets bash pip install git+git://github.com/geigerzaehler/beets-alternatives.git@master or simply: docker exec -u abc -it beets /bin/bash -c 'pip install git+git://github.com/geigerzaehler/beets-alternatives.git@master' thanks!