Everything posted by CHBMB
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Make sure you have NAT reflection set up correctly on pfsense.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
@bulletjie Did you look at the post immediately above yours?!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
There's a blog post on our site where I posted s working config. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Need to post your LE config and config.php
-
[Support] Linuxserver.io - OpenVPN AS
Makes more sense, I use my pfsense box for OpenVPN as then I can restart my server via IPMI without too much trouble. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - OpenVPN AS
You need a client on one side and a server on the other. This is a server and you can configure pfsense as a client.
-
[Support] ken-ji - Dropbox
Use LF for Linux Sent from my Mi A1 using Tapatalk
-
[Support] ken-ji - Dropbox
Also incidentally I wonder if the reason it didn't run was due to line endings. If you're using Windows then use Notepad++ and make sure the line endings are set to Linux rather than Windows.
-
[Support] ken-ji - Dropbox
I admit I assumed you'd want the loopback device in the same location, in which case I stand by my original post, if you wished to move the location of dropbox storage then yeah, it needs altering. A script is a little bit more than just a sequence of commands, If it were truly a bash/sh script it would need a shebang line. In this case #!/bin/bash or #!/bin/sh it was the lack of that that made me interpret it as a sequence of commands rather than a script.
-
[Support] ken-ji - Dropbox
Yeah, generally only run scripts from the internet that you understand. It's not a script, it's a series of commands. The only thing you should have to do is replace $HOME with the appropriate path
-
[Support] ken-ji - Dropbox
Alan Pope from Ubuntu used that method in a blog post here.
-
[Support] Linuxserver.io - Plex Media Server
Sounds like a Plex issue to me.
-
[Support] Linuxserver.io - Plex Media Server
Post your docker run command and the logs. Links to do both of these are in my signature (you may need to switch on signatures in your forum preferences)
-
[Deprecated] Linuxserver.io - airsonic
Post your docker run command Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Grocy
We have no idea. We created a docker container. None of us are using scanners.
-
[Support] Linuxserver.io - Grocy
Still being worked on https://github.com/linuxserver/reverse-proxy-confs/pull/10
-
[Support] Linuxserver.io - Nextcloud
Try sudo -u abc php7 /config/www/nextcloud/occ db:convert-filecache-bigint
-
[Support] Linuxserver.io - Unifi-Controller
Appreciated, but I didn't work on the container. It was thelamer. I just did the template and the support posts. Sent from my Mi A1 using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
I'm sorry but every initial post has links to both github and docker hub, both of which have the readme on them. Even mild curiosity or a google search would have got you to the readmes. If we had everyone banging on our door saying the same thing, then you may have a point, but we don't, there's only so much spoon feeding we can do. Unraid already has it the "easiest" to install docker containers out of pretty much any host os. It's very easy to suggest to do extra things, if you wish to pop by our Discord and discuss becoming the documentation guy/girl, then I'm all for contributions, I mean this in all seriousness, please pop in.
-
[Plug-In] Community Applications
I'm with you..... Sent from my Mi A1 using Tapatalk
-
[Plug-In] Community Applications
I wholeheartedly agree... Sent from my Mi A1 using Tapatalk
-
Docker or Plugin Request - WeeWX
- [Support] Linuxserver.io - Unifi-Controller
Latest is currently on 5.10.x LTS is currently on 5.6.x Personally in your position, I would stick to 5.9.x Sent from my Mi A1 using Tapatalk- [Support] Linuxserver.io - Unifi-Controller
Yep, my fault have changed the template to UDP now. Reverse proxy config for our letsencrypt will need changing and I've already submitted a PR for that. It's based on container name so change of name is what is causing the issue. Alternatively rename this container unifi and it should work (all lower case) Sent from my Mi A1 using Tapatalk- [Support] Linuxserver.io - Unifi-Controller
Well if you don't shut it down you can't start the new container as all the ports are still in use..... I thought that would be obvious, but I'll add it to the notes above.. - [Support] Linuxserver.io - Unifi-Controller