-
Content Count
333 -
Joined
-
Last visited
-
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
When it's released yes. (And that means when they publish it to their apt-get repo, not just on their forum/blog.) -
[Support] Linuxserver.io - OpenVPN AS
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Unfortunately, the state of this container currently is that it's a lottery if it will work for you. There has been a long standing issue with this container: https://github.com/linuxserver/docker-openvpn-as/issues/113 everything is explained there. In short, if you have issues with this container, I personally would suggest not wasting time on this and finding a better solution. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Yea apologies - we just need to add the additional nginx bits to the site config file. Though if you've done it manually, all good 👍 -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
If it's an existing install, you won't get offered the update until Nextcloud release the OTA's. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Add this to the site config within the nextcloud container. We plan to add this soon. -
[Support] Linuxserver.io - Kodi-Headless
j0nnymoe replied to linuxserver.io's topic in Docker Containers
It's a headless install as in zero display. It's not possible to use vnc with this. What you're seeing is actually the native Kodi webui. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
You'll want to be checking your logs. nginx logs within the `/config` mount and also the nextcloud log itself in the root of your `/data` mount. That should give some sort of insight to what's happening. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Looks like someone had the same issue here: https://github.com/nextcloud/mail/issues/2583 Seems related to the Mail app within nextcloud. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
The nextcloud web updater should offer you newer versions or you can cli into the container and run `updater.phar` -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
This is just wrong - it's because you haven't been updating nextcloud within the container. It's our only one that you have to independently update inside the container aswell images. -
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
As far as I know, the way unraid does update checks, it counts as a pull. -
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
To be fair, it doesn't even need to be a pull, doing a check update on the image should keep it live. -
[Support] Linuxserver.io - Unifi-Controller
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Nothing is stopping you for pinning an image to a certain tag here https://hub.docker.com/r/linuxserver/unifi-controller/tags?page=1&ordering=last_updated&name=5.14 -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Package updates. Also it states in our documentation how to do the version updates: https://docs.linuxserver.io/images/docker-nextcloud#application-setup If 20.0 isn't showing, that's because the Nextcloud god's haven't decided to release the Nextcloud OTA yet. -
[Support] Linuxserver.io - Nextcloud
j0nnymoe replied to linuxserver.io's topic in Docker Containers
Try removing whatever app `richdocumentscode` is and see if that solves it. I assume you did an update via the beta channel?