Everything posted by CHBMB
-
[Support] Linuxserver.io - LazyLibrarian
We update on Friday at 23:00 UK time
-
[SUPPORT] pihole for unRaid - Spants repo
I used a raspberry pi for mine, not that I had any issues with this container when I was running it, just it was sometimes a bit of a pain when my array was stopped that I lost my DNS.
-
[Support] Linuxserver.io - OpenVPN AS
Yeah, see my edit.
-
[Support] Linuxserver.io - OpenVPN AS
Simplify things a bit and run it as host for the time being on Unraid's default docker network, then figure out the rest. EDIT: Sorry thought you were someone else. I think you're hitting one of the limitations for docker networking.
-
[Support] Linuxserver.io - OpenVPN AS
Post your docker run command, instructions in my signature and a picture of your network settings from Unraid. And docker logs
-
*VIDEO GUIDE* A comprehensive guide to pfSense both unRAID VM and physical
@Zangief Have my babies
-
[Support] Linuxserver.io - OpenVPN AS
Post your docker run command, instructions in my signature and a picture of your network settings from Unraid.
-
[Support] Linuxserver.io - Nextcloud
That's because you now need to setup Nextcloud, click on storage and database.
-
[Support] Linuxserver.io - Nextcloud
Click the log icon on the far right of the screen next to Nextcloud on the docker page. Post the docker run command for it as well, link in my signature
-
[Support] Linuxserver.io - Nextcloud
Post some logs from a fresh container setup
-
[Deprecated] Linuxserver.io - airsonic
It does indeed limit the amount of RAM
-
[Support] Linuxserver.io - LazyLibrarian
Google answers all https://github.com/DobyTang/LazyLibrarian/issues/1344
-
[Support] Linuxserver.io - Nextcloud
Just pull the container, leave the database as sqlite and add a admin user and password, I'm not sure how you can go wrong with that or why you need any help, I feel like I'm missing something. Just tried it myself and had no problems at all. But you haven't really elaborated on what you mean by "trouble"
-
[Deprecated] Linuxserver.io - airsonic
I can not confirm this behaviour..... whatever extra paths you put it, aren't what's causing the issue. Here's mine. docker run -d --name='airsonic' --net='bridge' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -e 'CONTEXT_PATH'='airsonic' -e 'JAVA_OPTS'='-Xms256m -Xmx512m' -p '4041:4040/tcp' -v '/mnt/user/music/':'/music':'rw' -v '/mnt/user/music/1. Playlists/':'/playlists':'rw' -v '/mnt/user/books/audiobooks/podcasts/':'/podcasts':'rw' -v '/mnt/user/music':'/media':'rw' -v '/mnt/disks/virtualisation/.appdata/airsonic':'/config':'rw' 'linuxserver/airsonic'
-
[Deprecated] Linuxserver.io - airsonic
So you didn't fix it then......
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Just use our nginx container.
-
[Support] Linuxserver.io - Syncthing
Permissions required by Syncthing not compatible with SMB clients I guess.
-
[Support] Linuxserver.io - Kodi-Headless
If you're not using Unraid then hit us up our discord channel for support.
-
docker compose?
I agree with aptalca, docker compose is a command line tool. Unraid's focus is on webgui. Either install it manually or ask if it can be put into nerd tools.
-
[Support] Linuxserver.io - Nextcloud
Cloudflare may be the problem. Not tried it for a long time, but vaguely recall having some issues when I briefly played with it.
-
[Support] Linuxserver.io - Nextcloud
You need to setup NAT reflection on your pfsense box.
-
[Support] Linuxserver.io - Nextcloud
The command to rescan existing files is sudo -u abc php7 /config/www/nextcloud/occ files:scan --all
-
[Support] Linuxserver.io - Nextcloud
It's an inherent problem with docker networking, implemented for security reasons I believe. It has been discussed on the forum here, and no doubt it's documented somewhere in Docker's docs.
-
[Support] Linuxserver.io - davos
Scroll 2 posts up for the author's explanation.
-
[Support] Linuxserver.io - OpenVPN AS
More than 2 clients and you need to buy a license from them. As regards the VPN clients on the same subnet, have you looked at the settings in configuration => VPN settings?