Shaare your links...
6218 links
Shared links on http://www.la-pub-dans-les-films.fr/shaarli/ Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
5 results for tags Jellyfin x
  • Windows | Jellyfin | Caddy
    Mon Jul 22 20:58:43 2024 - permalink -
    - https://jellyfin.org/docs/general/quick-start/windows/
    jellyfin Windows
  • GitHub - AECX/FinTube: Jellyfin Plugin to import directly from YT
    A check
    Sat Mar 16 15:14:44 2024 - permalink -
    - https://github.com/AECX/FinTube
    jellyfin YouTube
  • Jellyfin install with reverse proxy caddy
    STEP 1 – CREATE A NON-ROOT USER

    $ adduser jellyfin

    $ usermod -aG sudo jellyfin

    STEP 2 – UPDATE YOUR SYSTEM
    Close out of PuTTY and log back in as “jellyfin”

    $ sudo apt update && sudo apt upgrade

    Say YES to the install. If, during the installation process you’re asked about overwriting older config files, select N (default).  Once the update is 100% finished:

    $ sudo reboot

    Close out of PuTTY, give the server a minute or two to reboot, then use PuTTY to log back in as user “jellyfin”.

    STEP 3 – HOUSEKEEPING AND FIREWALL SETUP

    $ sudo apt-get install -y gnupg2 gnupg gnupg1

    $ sudo ufw enable
    $ sudo ufw allow 22
    $ sudo ufw allow 8096
    $ sudo ufw allow 443
    $ sudo ufw allow 80

    STEP 4 – INSTALL JELLYFIN

    Install Jellyfin from the jellyfin.org website (see video)

    Cut and paste each command from the jellyfin website into PuTTY.

    Test your install by visiting www.yourjellfin.domain:8096

    STEP 5 – SECURE YOUR SERVER

    $ sudo ufw deny 8096

    INSTALL CADDY

    $ echo "deb [trusted=yes] https://apt.fury.io/caddy/ /" \
    | sudo tee -a /etc/apt/sources.list.d/caddy-fury.list

    $ sudo apt update
    $ sudo apt install caddy
    $ sudo service caddy stop

    $ cd /etc/caddy
    $ sudo nano Caddyfile

    DELETE the default contents of this file and replace with:

    https://your.domain.here {
           reverse_proxy 127.0.0.1:8096
    }

    **** syntax is very important in the caddyfile - check and recheck it.

    CTRL-O to save the Caddyfile
    CTRL-X to exit out of the text editor

    $ sudo caddy start

    Close PuTTY

    Open a browser and access your server with www.yourjellfin.domain (no port).


    Walk through the basic setup process without adding any libraries
    Tue Feb 6 08:22:22 2024 - permalink -
    - https://mediahost.weebly.com/blog/a-step-by-step-guide-to-jellyfin-on-a-remote-vps-with-reverse-proxy-and-ssl
    caddy Jellyfin
  • GitHub - SegiH/Emby-and-Jellyfin-Playlist-Exporter: This application lets you export your Emby/Jellyfin playlists as m3u8 format for easy backing up of your playlists
    Wed Aug 31 20:17:28 2022 - permalink -
    - https://github.com/SegiH/Emby-and-Jellyfin-Playlist-Exporter
    jellyfin
  • Linux-Setups/10-installing-media-server-with-jellyfin-rutorrent-vpn.md at master · PuddletownDesign/Linux-Setups · GitHub
    Thu Aug 11 17:53:47 2022 - permalink -
    - https://github.com/PuddletownDesign/Linux-Setups/blob/master/10-installing-media-server-with-jellyfin-rutorrent-vpn.md
    jellyfin linux torrent
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.