Everything posted by aptalca
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
post your docker run
-
[Support] Linuxserver.io - OpenVPN AS
Just a general comment. I'm seeing quite a few people here with the comment "followed spaceinvaderone video, it doesn't work". Perhaps you should ask him for support, maybe there is an issue with the directions there. If you use the default template as is, and follow the directions we provide in the readme (linked in the first post here), it works. I've been using it for years. It only once crapped out on me during an image update, I restored from a backup and it worked just fine since. Also keep in mind that when you update the image, it has to connect to the openvpn-as repo to download the package. If you have networking issues (dns config, mtu issue, or something like pihole blocking it) you'll see in the logs that it is unable to connect to the repo. To ask for support from us, post your docker run, and a full docker log on pastebin or the like and drop links here. Also let us know how you're trying to access it (the address) and what settings you changed in the gui. "I followed X guide and it doesn't work" is not going to get you support from us.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
It's explained in the readme, but you really should reverse proxy rather than share certs
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Can you post the output of ”ps -ef" from inside the container when that happens?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Anything in the docker log?
-
[Support] Linuxserver.io - OpenVPN AS
That line alone is not helpful. All it tells you is that there was an issue with openvpn install. Post a full log if you seek assistance, and post a docker run. Pihole is known to cause such issues
-
[Support] Linuxserver.io - Heimdall
See here https://blog.linuxserver.io/2019/04/25/letsencrypt-nginx-starter-guide/
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Why don't you use the preset conf we provide?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Don't run commands manually inside the container. Crontab is in the config folder. Edit that
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
What exactly are you trying to accomplish and what did you change?
-
[Support] Linuxserver.io - Folding@home
That's really an upstream issue as opposed to a docker container one. You should report it to folding@home
-
[Deprecated] Linuxserver.io - CouchPotato
Yup you're right. Please open a GitHub issue and I'll add it in today. Thanks
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Sure, you can copy another one and modify as needed
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Change the time in the crontab to 2 minutes from now, restart, wait a minute or two
-
[Support] Linuxserver.io - Plex Media Server
It's a Plex thing
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Just edit the container settings in unraid gui and add a variable
-
[Support] Linuxserver.io - Plex Media Server
Check the plex server gui settings and make sure transcoding folder is set to "/transcode"
-
[Support] Linuxserver.io - Code-server
Docker
-
[Support] Linuxserver.io - Code-server
What do the logs show?
-
[Support] Linuxserver.io - SABnzbd
99:100 you set that in the template as PUID/PGID
-
[Support] Linuxserver.io - SABnzbd
The container doesn't touch media folders as they are not essential and they are user owned and managed. The container only fixes permissions on the config folder, which is essential for its own operations. We used to fix permissions on media folders but for every person who wants that, there are ten people who don't
-
[Support] Linuxserver.io - SABnzbd
They need to be owned by user 99:100, not root
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Create a new server block as a catch all, set it as default, and serve the 404 or block. That way anything that doesn't match another server block will match there
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
It's in the works
-
[Support] Linuxserver.io - SABnzbd
Likely your volume mounts are incorrect