diff --git a/README.md b/README.md index a00f1695b78..253fe1157d7 100644 --- a/README.md +++ b/README.md @@ -85,25 +85,18 @@ There are no stable releases yet.* ## [Hosted instance 🌍](https://jf-vue.pages.dev/) -Hosted by Cloudflare Pages. +Built from the latest commit in the default branch. Just input your server address when prompted. -⚠️ **This only works for Jellyfin servers that [are behind a reverse proxy and have HTTPS set up correctly](https://jellyfin.org/docs/general/networking/#running-jellyfin-behind-a-reverse-proxy)**. If your server runs over HTTP, you must use another deployment type. +⚠️ **This only works for Jellyfin servers that [are behind a reverse proxy and have HTTPS set up correctly](https://jellyfin.org/docs/general/networking/#running-jellyfin-behind-a-reverse-proxy)**. If your server runs over HTTP, you must host it yourself. -## Docker Container 📦 +Hosted by Cloudflare Pages. -You can run the Docker container with the following command, replacing 8080 with the port of your choice: +## Host it yourself 💽 -```bash -docker run -d -p 8080:80 ghcr.io/jellyfin/jellyfin-vue:unstable -``` +Check [our wiki page](https://github.com/jellyfin/jellyfin-vue/wiki/Deployment) for the most up to date information. You can check [GitHub Packages (GHCR)](https://github.com/jellyfin/jellyfin-vue/pkgs/container/jellyfin-vue) (recommended) or [DockerHub](https://hub.docker.com/r/jellyfin/jellyfin-vue) for all the tagged images. -## Other means 💽 - -There are more ways to host Jellyfin Vue yourself. -Check [our wiki page](https://github.com/jellyfin/jellyfin-vue/wiki/Deployment-methods) for the most up to date information. - ## Privacy disclaimer 🕵🏻 Jellyfin Vue is just a GUI *(Graphical User Interface)* for a Jellyfin server. It only establishes connection to the Jellyfin server that you point it to, **nothing else**.