byakuya32 24 Posted April 29, 2020 Posted April 29, 2020 Hi you should add an auto update feature where it can be set to check for updates at a time of the week or day and update 1
Luke 40063 Posted April 29, 2020 Posted April 29, 2020 Ok currently there is no auto update but it will notify when an update is available.
EFEris 6 Posted May 4, 2020 Posted May 4, 2020 Any plans for repositories for debian like packaging system?
otispresley 104 Posted May 5, 2020 Posted May 5, 2020 Just a note here...If you are willing to spend a little extra effort, you can run Emby inside of Docker on Debian. If you do so and also install a container using the Watchtower image, it will monitor and autmatically update your Emby container when a new image using your tag is available. I have Watchtower run on a schedule at 4:00 AM in my implementation to minimize user disruption.You will want to use Host networking in the Emby Docker container so you can use the DLNA server in Emby and have your local clients automatically discover the server.
byakuya32 24 Posted May 5, 2020 Author Posted May 5, 2020 How do you set watchtower to scan and update at a specific time?
otispresley 104 Posted May 5, 2020 Posted May 5, 2020 When I run the container, I run it with the command: '--cleanup --schedule 0 0 9 * * *' That tells it to remove old images and tells it to run at 09:00 UTC. I also run a Portainer container for a nice web UI for Docker. I hope this helps! How do you set watchtower to scan and update at a specific time?
EFEris 6 Posted May 6, 2020 Posted May 6, 2020 Hi, it's possible for the future, thanks. If you need help just ping me
EliteArmedForce 6 Posted May 10, 2020 Posted May 10, 2020 +1. It is really annoying that i have to uninstall/remove the emby server/package, whenever there is a new update and then setting it up, I am really looking up for this feature.
otispresley 104 Posted May 10, 2020 Posted May 10, 2020 BTW, you shouldn't have to uninstall. Before I moved to Docker, I just did the following each time with no issues: wget "https://github.com/MediaBrowser/Emby.Releases/releases/download/4.4.2.0/emby-server-deb_4.4.2.0_amd64.deb" dpkg -i emby-server-deb_4.4.2.0_amd64.deb It just installs the new version over top of the old one and retains all your config. +1. It is really annoying that i have to uninstall/remove the emby server/package, whenever there is a new update and then setting it up, I am really looking up for this feature.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now