Everything posted by saarg
-
[Support] Linuxserver.io - Code-server
You could have checked docker hub before asking maybe?
-
[Support] Linuxserver.io - Emby
You can't use the same container path in two folder mappings. They need to be different.
-
[Support] Linuxserver.io - OpenVPN AS
Yes, it's deprecated. It's a pain in the ass to maintain as it breaks on every update. The latest release should work.
-
[Support] Linuxserver.io - Booksonic
Then you don't need to use the port and should close it. You only need port 443/80 open.
-
[Support] Linuxserver.io - Booksonic
Why are you using the port when using your domain? You are reverse proxying it, right?
-
[Support] Linuxserver.io - Booksonic
You don't use context path for subdomain. It's only for subfolder.
-
[Support] Linuxserver.io - MariaDB
That's not something we set, so if you haven't set it yourself, then it's in the upstream package it gets set. In which config file is it set?
-
[Support] Linuxserver.io - Nginx
No it's not possible. You can install it using our customizing option found in the below link. https://blog.linuxserver.io/2019/09/14/customizing-our-containers/
-
[Support] Linuxserver.io - TVHeadend
I would not advice to use latest unless there is a feature you need. New developer started working on it and it breaks now and then. The two versions are identical.
-
[Support] Linuxserver.io - Code-server
Using the script function it will survive updates.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
No
-
[Support] Linuxserver.io - Emby
Check if you enabled debug logging. You can safely delete those logs.
-
[Support] Linuxserver.io - Unifi-Controller
Then it's still using the version that ubiquiti pulled as latest. Delete all unifi-controller images and then change something in the template and add it back and hit apply. Then it should pull the correct version.
-
[Support] Linuxserver.io - Unifi-Controller
You don't need to specify latest. Remove the latest tag and then do a force update. It's probably using the latest tag on your system and not our latest tag.
-
[Support] Linuxserver.io - Emby
The latest version we released is 4.6.0.50, so you haven't updated your container. It's probably just using the latest version you had on your system, so do a force update.
-
[Support] Linuxserver.io - Unifi-Controller
That makes no sense. Latest is 6.2.25.
-
[Support] Linuxserver.io - MariaDB
Docker run command and container log is needed for others to help.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
As long as you have a wildcard cname set in cloudflare, you can delete the other subdomains.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You don't have to set a came in cloudflare when using wildcard. Wildcard is for everything. I guess you are using a custom docker network for swag and radarrs, so no need to change the port in the proxy-conf as swag talks to the containers using the name. It is all internal in the custom network and therefor you use the container port.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Use an earlier tag. It's an upstream issue.
-
[Support] Linuxserver.io - Nextcloud
No, the traffic doesn't go out and in again. Your router is doing hairpin nat. There is no reason to set it to host network mode.
-
[Support] Linuxserver.io - Jellyfin
https://blog.linuxserver.io/2019/09/14/customizing-our-containers/
-
[Support] Linuxserver.io - Nginx
It gets copied on every start, so no point in deleting it. Edit it instead of deleting it. It is set up this way so we can supply a working setup the first time you use the container and in case the user has messed up the default file, can delete it and get it back to a working state.
-
[Support] Linuxserver.io - Nextcloud
There is no www-data user in our container. The I/O error is most likely something wrong with your disk/controller and not an issue in the container. So check the drive and filesystem for errors. Of you find errors, you should open a new thread in the general forum the get help as it's not container related.
-
[Support] Linuxserver.io - TVHeadend
Then you need to ask alpine Linux to enable it in their ffmpeg build.