Everything posted by CHBMB
-
Release: Folding@Home Docker
If you're using this with GPU passthrough <config> <!-- Client Control --> <fold-anon v='true'/> <!-- Folding Slot Configuration --> <gpu v='true'/> <!-- HTTP Server --> #Following allows access from local network <allow v='192.168.0.0/24'/> <!-- Remote Command Server --> #Change password for remote access <password v='PASSWORD'/> <!-- User Information --> #Change Team Number and Username if desired. Currently folding for UnRAID team! <team v='227802'/> <!-- Your team number (Team UnRAID is # 227802)--> <user v='chbmb'/> <!-- Enter your user name here --> <passkey v=''/> <!-- 32 hexadecimal characters if provided (Get one here: http://fah-web.stanford.edu/cgi-bin/getpasskey.py)--> <!-- Web Server --> #Following allows access from local network <web-allow v='192.168.0.0/24'/> <!-- CPU Use --> <power v='medium'/> <!-- Folding Slots --> <slot id='0' type='CPU'/> <slot id='1' type='GPU'/> </config>
-
[Support] Linuxserver.io - Mylar
I'm going to hazard a guess that /downloads is pointing to two different places in Mylar and your download client.
-
[Support] Linuxserver.io - FreshRSS
No & not unless your port forward on your firewall/router.
-
[Support] Linuxserver.io - Booksonic
Airsonic is better for podcasts, but for audiobooks there isn't really an alternative. The upstream project has pretty much ceased dev as well if you check out their webpage, with dev shifted to a bridge/shim type approach but nowhere near ready yet.
-
[Support] Linuxserver.io - CodiMD
I'm planning to take a look at this container again soon. Got a fair bit going on IRL at the moment though.
-
[Support] Linuxserver.io - Calibre-Web
I'm running latest and it's working fine, I've pushed two fixes in the last week for this container.
-
New Emby Docker
Fair enough. I might have been thinking about the Intel stuff or something else, I can't really remember, could have been Jellyfin as well. Dunno.....
-
New Emby Docker
I'm not sure the Emby official container will work with the Nvidia stuff, we made our container specifically with the Unraid Nvidia stuff in mind.
-
[Support] Linuxserver.io - Nextcloud
I briefly tried the office stuff which didn't work for me, but I already have collabora so I reverted to that. I'm sure any niggles will get ironed out with time and patience. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
You can, but they stagger the OTA updates, so you can only do it when it's offered to you. Using the terminal you can update whenever you want. Whatever method you're using the "hub" features will not automatically be enabled with an upgrade, you still need to enable the relevant plugins, whereas a fresh install they will be enabled out of the box. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
A new install will have the features by default, an existing install will not, and you will need to manually add the relevant apps/plugins via the Nextcloud webui. I have upgraded manually to check everything is working, but not really had time to check it all out yet as spent last night working on something else, which reminds me, I need to upload that. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Latest now working fine.
-
[Support] Linuxserver.io - Nextcloud
Nothing, that's why when things are fixed you delete that tag. Sent from my Mi A1 using Tapatalk
-
[Support] Calibre Web
What's that got to do with Calibre-web? You've mentioned several different containers, none of which are related to this support thread..... Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - SABnzbd
Have you looked in the logs folder in the appdata directory. No, although the docker.img file being full can give some pretty weird errors. Might be worth a look. No, that's very unlikely, containers are isolated.
-
[Support] Linuxserver.io - Sonarr
No, I've never known that to be necessary and due to the init system used in the container, it's probably futile.
-
[Support] Linuxserver.io - Booksonic
Try a force update as it's definitely working here. If that doesn't do it, then provide your docker run command and container logs.
-
Unraid Feature Request Wishlist
That was exactly the response I predicted from you! I've been hanging around here for too many years 🤣
-
[DOCKER] ps3netsrv
I think the police have the wrong guy in custody....... dexn has an alibi, you mean McCloud
-
[Support] Linuxserver.io - Nextcloud
Not tried it myself, but if I were to, that'd be how I'd do it. Sent from my Mi A1 using Tapatalk
-
docker compose?
My two cents. Docker compose is a simple cli way to manage containers. I personally don't see the value in including it in Unraid if people actually want a GUI to manage it, for Unraid that would be like reinventing the wheel and also require every XML template to be rewritten, as well as Dockerman, neither are an attractive proposition. If however people want to manage containers using compose then there is easy access to the terminal from the GUI. I haven't checked if Slackware current has a more recent docker compose version but wouldn't be surprised if it does, in which case someone could submit a PR to NerdPack. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
That command shouldn't work as you need to use php7 instead of php These commands are linked to from the first post. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Sonarr
Yes Yes, albeit, running a preview build, stuff goes wrong, you're on your own.
-
[Support] Linuxserver.io - NZBGet
@hernandito This is being discussed here https://github.com/linuxserver/docker-nzbget/issues/91
-
[Support] Linuxserver.io - NZBGet
Python is a bit of a mess at the moment, some projects have been updated to python 3, some are still in the midst of migration, the approach we're currently taking is to include python2 and python3 if the underlying project and it's common plugins/scripts. https://github.com/linuxserver/docker-nzbget/commit/c87dc842020ee2b0f018c6f16cf15b1ff9d41c53 Looks like nzbtomedia has done some backtracking from it's python2 to python3 migration. New release 5 mins ago adds back python2 compatibility https://github.com/clinton-hall/nzbToMedia/releases So, bottom line, container already has python 3 now, and the scripts causing the issue have been reverted to continue to support python 2. So, if you wish to migrate to python 3 I wonder if the shell override is the way forward to avoid getting down and dirty with the terminal.