Everything posted by Gragorg
-
Wireguard VPN into home network
Your server IP likely already exists on your friends network. You likely either have to change your server IP to one not used on your friends network or change that IP on your friends network.
-
How to add home movies in emby
Is Home Movies setup as a user share? Where does your template currently point for /mnt mapping?
-
How to add home movies in emby
If you made a share called data and movies and Tv shows is in it then your mapping in template should be like this /mnt/user/data
-
How to add home movies in emby
It should be listed right in your docker template when you set it up. Did you make a share for your movies?
-
[Support] Catduck Templates
I had this too on initial install but after restarting the docker and going back into the Webgui the option appeared.
-
Docker port with VaultWarden
So the webgui doesn't load? What's not working?
-
[Support] Catduck Templates
Thanks @Dent_ this has fixed me up!
-
[Support] Catduck Templates
Installed Mealie and setup reverse proxy. Going throught the site settings under configuration and I have a red triangle that says: Server Side Base URL `BASE_URL` is still the default value on API Server. This will cause issues with notifications links generated on the server for emails, etc. FYI Test email works and I did have to change the 9000 port which was already in use. How can I fix this error?
-
[Support] A75G Repo
Just installed Redis for use with Authentik. Noticed this warning in the log 1:M 02 Apr 2023 14:49:27.859 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. Is this something I should address? Didn't see a sysctl.conf file in appdata.
-
[SUPPORT] Tandoor Recipes - CorneliousJD Repo
Is there anyway to remove the login popup? I've got it covered with NPM and Authentik so don't really want to login twice.
-
[Support] Djoss - Nginx Proxy Manager
Currently I'm using Swag and I setup all the subdomains I want to use on a single duckdns domain. So for example bitwarden.mydomain.duckdns.org or nextcloud.mydomain.duckdns.org. How can I do this on NPM without a Cname? I use mydomain.duckdns.org for all my dockers. Want to switch to NPM and add Authentik.
-
I want to add more drives
Yes should work
-
I want to add more drives
That uses a Marvell controller not recommended for Unraid. Here is a list of approved controllers.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Go to App Store and install Squids “Docker Patch”. A lot of dockers can’t update without it. Supposed to be patched in next Unraid release.
-
Swag connection issue
Normally you setup a domain with duckdns or noip and then use subdomains for every docker you want to proxy. Maybe post a pic of swag docker setup and emby docker setup screen.
-
Swag connection issue
One other thing to check is that emby and swag are both setup using your custom docker network you created
-
Swag connection issue
So what do you have listed for servername? Also I assume you followed the custom docker network part and selected it when you set up your docker?
-
Swag connection issue
This is the sample file for emby server { listen 443 ssl; listen [::]:443 ssl; server_name emby.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app emby; set $upstream_port 8096; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; } } So normally where is says server_name it is showing "emby.*" which means "emby.XXXX.hopto.org" (no need to edit this if emby is your subdomain) set $upstream_app is the name of your docker $supstream_port is the port emby uses I'm not really very familiar with noip as I use duckdns.org but usually you setup a domain and then use a subdomain for every docker you want a reverse proxy for. In your swag setup are you specifiying a subdomain for emby You dont own hopto.org you own XXXX.hopto.org
-
Swag connection issue
So "yourhostname".hopto.org will show you the swag screen. When you type in emby."yourhostname".hopto.org (or whatever your subdomain is) it still takes you to the swag screen? When you look in the SWAG log did it issue an ssl certificate for emby?
-
Swag connection issue
Thats the screen that defaults for your domain once swag is setup. Did you setup a subdomain for emby? Did you edit the emby.subdomain.conf.sample file in SWAG and rename the file to emby.subdomain.conf with any edits that may be required?
-
Soon™️ 6.12 Series
Couple question about ZFS. I see that it can be used in a standard unraid array mixed with zfs or btrfs drives. Does ZFS still use checksums if used in this manner? If so is your data better protected against corruption? Has Unraid stated if raidz will support expansion in the future? Going forward once the bugs are worked out and a stable release has come out will ZFS be the preferred filesystem in standard Unraid arrays?
-
[Support] Linuxserver.io - Tautulli
Did you try and install “Docker Patch” plug-in by squid from the App Store. Some dockers haven’t been able to update without it. I beleive the update is slated to be patched in the next release of unraid.
-
All Disks showing full after parity check
Post Diagnostics
-
[Support] binhex - DelugeVPN
Are you referring to privoxy specifically? There are a bunch of bad name servers on older template. I erased the list and added "1.1.1.1,9.9.9.9" which is cloudflare and quad 9 in the docker setup.
-
Please help with docker image filling up.....plex, I think is the culprit
I remember having a similar issue. For me if I restarted the docker the size returned to normal. It turned out to be temp files generating inside the docker image. I added the following temp mapping and it went away.