Everything posted by aptalca
-
[Support] Linuxserver.io - Plex Media Server
Elaborate. Is it the Plex gui or unraid gui?
-
[Deprecated] Linuxserver.io - CouchPotato
Yup, it's all automated
-
[Support] Linuxserver.io - Code-server
There is now an official mod. Please test and let us know: https://github.com/linuxserver/docker-mods/blob/code-server-nodejs/README.md
-
[Support] Linuxserver.io - Code-server
Here would be fine. "[custom-init] no custom files found exiting..." Are you sure you put the script in the correct folder?
-
[Support] Linuxserver.io - Code-server
Do the logs show it being installed? We are actually creating docker mods for this image now and you can make requests. I'll put nodejs on the list
-
[Support] Linuxserver.io - DuckDNS
Sure
-
[Support] Linuxserver.io - Plex Media Server
That's really a plex specific issue and you should ask on their forums
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Don't manually run commands inside the container and don't manually delete key files unless we ask you to. We don't provide support for that.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Don't change the port
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
If you're doing dns validation, you don't need port 80 mapping. Can't help you with cloudflare proxy. I don't use it
-
[Support] Linuxserver.io - OpenVPN AS
If your appdata share is already set to cache only (recommended way), it's just a matter of editing the container settings and changing it from /mnt/user to /mnt/cache and it will use the same exact folders, so no reinstalling or anything.
-
[Support] Linuxserver.io - OpenVPN AS
We recommend all config folders to be put on /mnt/cache
-
[Support] Linuxserver.io - OpenVPN AS
/usr/local/openvpn_as symlinks to /config. You don't have those subfolders because openvpn installation failed (likely due to fuse filesystem).
-
[Support] Linuxserver.io - OpenVPN AS
I just explained it in the above post. /mnt/user endpoint uses the "fuse" filesystem. Some things are not compatible or do not work as expected (it's fine for storing media data, but can have issues with executed files, symlinks, database files, etc.). /mnt/cache endpoint (and /mnt/diskX) uses the native filesystem on the cache disk.
-
[Support] Linuxserver.io - OpenVPN AS
What folder are you talking about?
-
[Support] Linuxserver.io - OpenVPN AS
We (linuxserver.io) always recommend /mnt/cache for config folder locations. /mnt/user goes through fuse, which can have unwanted consequences for app files. If there is no cache drive, the alternative would be /mnt/diskX which also doesn't use fuse and instead writes directly to the disk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I haven't used onlyoffice. We use collabora with nextcloud, reverse proxied through letsencrypt container. Here's a post about it: https://helpcenter.onlyoffice.com/server/document/document-server-proxy.aspx
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Edit /config/php/www2.conf
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Sure, you can create symlinks with those names. But you really should be reverse proxying instead.
-
[Support] Linuxserver.io - OpenVPN AS
Try /mnt/cache or /mnt/diskX for config folder. And start from scratch
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
?? Php-fpm is just a processor. Your index file and root directive tell nginx where the necessary files are. When php files are called, they are sent to the processor. What exactly are you trying to accomplish here? What are these apps you're referring to?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
No
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Just replicate that php block for any server blocks you need
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
What are you trying to do? Php is already set up and ready to go. The default nginx site config has a php block that works out of the box for the main server block.
-
[Support] Linuxserver.io - OpenVPN AS
Not another port, just connect to the gui without "/admin" at the end