• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Off Topic Self-hosting & Homelabs Jellyfin and uptime kuma

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin and uptime kuma

    jsnotlout1
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #1
    2024-01-28, 10:38 AM
    I'm trying to get a handle on being able to keep my devices in check. And I want to use uptime kuma to get notified if my services go down, But i cant figure out how to get it to work. I used the basic Https monitor and set up the authentication and it just times out. Has anyone even gotten jellyfin to work with uptime kuma?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-28, 06:44 PM
    Is Jellyfin also running in a container? If so, did you use the JELLYFIN_PublishedServerUrl environment variable. That is required for health checks by an external app/container.

    https://jellyfin.org/docs/general/instal...er-compose
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    jsnotlout1
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #3
    2024-01-29, 05:58 AM (This post was last modified: 2024-01-29, 08:52 AM by jsnotlout1. Edited 2 times in total.)
    (2024-01-28, 06:44 PM)TheDreadPirate Wrote: Is Jellyfin also running in a container?  If so, did you use the JELLYFIN_PublishedServerUrl environment variable.  That is required for health checks by an external app/container.

    https://jellyfin.org/docs/general/instal...er-compose

    I did not use the Jellyfin_publishedServerUrl. it isn't running in container, Cause i like pain and need everything all over the place.
    mikesulsenti
    Offline

    Loonix Expert & Mod

    Posts: 28
    Threads: 0
    Joined: 2023 Nov
    Reputation: 3
    Country:United States
    #4
    2024-01-29, 07:26 AM
    Yes, all I did was resolve the URL. In this case I resolved the public URL, but I don't see why you can't just resolve the private network IP:8096 address

    [Image: ExWtqIM.png]

    JellyFin: 10.10.0
    OS: Proxmox 8 + Ubuntu 24.04
    CPU: 2xIntel Xeon E5-2690 v4 (28c/56t)
    RAM: 256GB DDR4
    GPU: Intel Arc A380
    Rack: HPE DL380 Gen9
    Storage: 260TB
      100TB ZFS RAIDZ3 HDD
      150TB ZFS RAIDZ3 HDD
      5TB ZFS RAIDZ1 NVMe
      5TB ZFS RAIDZ3 SSD
    jsnotlout1
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #5
    2024-01-29, 09:00 AM (This post was last modified: 2024-01-29, 09:16 AM by jsnotlout1. Edited 1 time in total.)
    (2024-01-29, 07:26 AM)mikesulsenti Wrote: Yes, all I did was resolve the URL. In this case I resolved the public URL, but I don't see why you can't just resolve the private network IP:8096 address

    [Image: ExWtqIM.png]

    Oh my word i finaly got it working, Turns out im an idiot and was using my old servers IP. I'll just stick to the http resolve solution you gave, since jellyfin isnt a docker container on my server.

    Unrelated. But can you point me in a direction so that I could safely share the status page to the server members without having huge security risks?
    esjaysee
    Offline

    Junior Member

    Posts: 24
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #6
    2024-01-29, 11:37 AM (This post was last modified: 2024-01-29, 11:39 AM by esjaysee. Edited 1 time in total.)
    Setup a reverse proxy with Caddy. It's pretty straight forward, let me know if you need any help.
    jsnotlout1
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #7
    2024-01-29, 09:17 PM
    (2024-01-29, 11:37 AM)esjaysee Wrote: Setup a reverse proxy with Caddy.  It's pretty straight forward, let me know if you need any help.

    Can I use no IP? Or do I need a different domain name?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-01-29, 09:28 PM
    I used NoIP for a while with nginx and let's encrypt before I bought a proper domain.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    esjaysee
    Offline

    Junior Member

    Posts: 24
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #9
    2024-01-30, 01:15 AM
    Yeah NoIP will work fine. That's also where I started before I bought a dedicated domain.
    jsnotlout1
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #10
    2024-02-01, 01:35 AM
    (2024-01-29, 09:28 PM)TheDreadPirate Wrote: I used NoIP for a while with nginx and let's encrypt before I bought a proper domain.

    Can I use Nginx? It has a nicer UI. And as much as I love the terminal. I just want it easier sometimes
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode