Everything posted by AdamBearWA
-
Tailscale not being installed on Emby docker container
Thanks @JM2005 . I can confirm that the following process fixed the issue: Open the Emby UI and go to the server settings Open the backup settings (requires the backup and restore plugin) Configure the backup to output to a folder that's outside of the docker container Go to the schedules settings and trigger the backup task Make sure you can access the backup folder and see that there's a backup there Open the Unraid UI Take a backup of the EmbyServer docker configuration, especially the path mappings. Deleted the EmbyServer docker app Add the Emby docker app (the linux server version) Add a path mapping that maps the path where you have your emby backup to /data/backup Make sure you remap the paths you had in the previous container Open the Emby UI and go to the server settings Enter your Emby Premier key (requires a subscription) Open the backup settings (requires the backup and restore plugin) Configure the backup to /data/backup Click Save Click the restore button. If it doesn't appear, refresh the page. If it still doesn't appear you didn't point it to a folder that has a valid backup. Wait patiently (especially if you have a large library)
-
Tailscale not being installed on Emby docker container
Thanks @ich777 . I thought it was a compatibility issue as it works perfectly in my other containers. Is it as simple as including apk or is there more to it? I will submit a feature request to emby.
-
Tailscale not being installed on Emby docker container
docker run -d --name='EmbyServer' --entrypoint='/opt/unraid/tailscale' --net='unraid' --pids-limit 2048 -e TZ="Australia/Perth" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Polar" -e HOST_CONTAINERNAME="EmbyServer" -e 'UID'='99' -e 'GID'='100' -e 'GIDLIST'='2' -e TAILSCALE_HOSTNAME='emby' -e TAILSCALE_ALLOW_LAN_ACCESS='false' -e TAILSCALE_USE_SSH='false' -e TAILSCALE_USERSPACE_NETWORKING='false' -e TAILSCALE_SERVE_PORT='8096' -e ORG_ENTRYPOINT="/init" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8096]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logoicon.png' -l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]/' -l net.unraid.docker.tailscale.hostname='emby' -p '8096:8096/tcp' -v '/mnt':'/mnt':'rw' -v '/mnt/user/appdata/EmbyServer':'/config':'rw' -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale' --cap-add=NET_ADMIN --device='/dev/net/tun' --device='/dev/dri' 'emby/embyserver:beta' 0e09740d4b7aef1cb387ed29a1c8c5f17a887c5297a199bec138aa3fa39eccab The command finished successfully! emby.log
-
Tailscale not being installed on Emby docker container
- Tailscale not being installed on Emby docker container
I have tailscale running on all except one of my docker containers. Emby for whatever reason will not install tailscale. When I look in the container logs there is no mention of tailscale anywhere in there. I have it configured the same as the other containers so I think it's an incompatibility with the container.- [6.12.13] Unable to add new shares - Blank screen
This is my first install so maybe I'm missing something. I have 1 array and 1 pool. Both are started. When I try and create a share it opens a new browser tab which is blank. Nothing happens. There are console errors in the dev tools on the new tab. Replication steps: Click shares Add share Share name: apps Primary storage (for new files and folders): apps - this is the name of my pool Click add share I have tried this in 2 different browsers. Diagnostics attached. polar-diagnostics-20241006-2026.zip - Tailscale not being installed on Emby docker container