Skip Navigation

Posts
5
Comments
327
Joined
2 yr. ago

  • Tell that to my companies president.

  • Something else must be wrong then because I just copied and pasted that onto my raspberry pi and was able to start the container without issue, are you sure you’re using the tag properly?

     
        
    user@raspberrypi:~/test $ sudo docker compose up 
    [+] Running 10/10
     ✔ lidarr Pulled                                                           22.0s 
       ✔ 995f2a46b147 Pull complete                                             2.7s 
       ✔ e1cde46db0e1 Pull complete                                             3.1s 
       ✔ acaee427f4c7 Pull complete                                             3.5s 
       ✔ 255c3937324a Pull complete                                             4.1s 
       ✔ edec534df16f Pull complete                                             4.6s 
       ✔ b163a490af0b Pull complete                                             6.3s 
       ✔ bd4af268fa91 Pull complete                                             6.8s 
       ✔ ff4dab968553 Pull complete                                            14.9s 
       ✔ 004112d930a4 Pull complete                                            15.3s 
    [+] Running 2/2
     ✔ Network test_default  Created                                            0.2s 
     ✔ Container lidarr      Created                                            4.0s 
    Attaching to lidarr
    lidarr  | [migrations] started
    lidarr  | [migrations] no migrations found
    lidarr  | ───────────────────────────────────────
    lidarr  | 
    lidarr  |       ██╗     ███████╗██╗ ██████╗
    lidarr  |       ██║     ██╔════╝██║██╔═══██╗
    lidarr  |       ██║     ███████╗██║██║   ██║
    lidarr  |       ██║     ╚════██║██║██║   ██║
    lidarr  |       ███████╗███████║██║╚██████╔╝
    lidarr  |       ╚══════╝╚══════╝╚═╝ ╚═════╝
    lidarr  | 
    lidarr  |    Brought to you by linuxserver.io
    lidarr  | ───────────────────────────────────────
    lidarr  | 
    lidarr  | To support the app dev(s) visit:
    lidarr  | Lidarr: https://opencollective.com/lidarr
    lidarr  | 
    lidarr  | To support LSIO projects visit:
    lidarr  | https://www.linuxserver.io/donate/
    lidarr  | 
    lidarr  | ───────────────────────────────────────
    lidarr  | GID/UID
    lidarr  | ───────────────────────────────────────
    lidarr  | 
    lidarr  | User UID:    1000
    lidarr  | User GID:    1000
    lidarr  | ───────────────────────────────────────
    lidarr  | Linuxserver.io version: 2.12.4.4658-ls50
    lidarr  | Build-date: 2025-08-20T02:50:40+00:00
    lidarr  | ───────────────────────────────────────
    lidarr  |     
    lidarr  | [custom-init] No custom files found, skipping...
    lidarr  | [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 2.12.4.4658 
    lidarr  | [Info] AppFolderInfo: Data directory is being overridden to [/config] 
    lidarr  | [Debug] Bootstrap: Console selected 
    lidarr  | [Info] AppFolderInfo: Data directory is being overridden to [/config] 
    lidarr  | [Info] AppFolderInfo: Data directory is being overridden to [/config] 
    lidarr  | [Warn] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {bff9bf8a-f5db-4092-9ada-c55e886ac294}
    
      
  • Make a docker-compose.yml file and paste this into it:

     
        
    services:
      lidarr:
        container_name: lidarr
        hostname: lidarr
    ### Use custom docker network
        #networks:
        #  - CustomNetworkName
        ports:
          - 8686:8686
        image: lscr.io/linuxserver/lidarr:arm64v8-latest
        restart: unless-stopped
        volumes:
          - /path/to/lidarr/config:/config
          - /path/to/music:/music #optional
          - /path/to/downloads:/downloads #optional
        environment:
          - PGID=1000
          - PUID=1000
        healthcheck:
          test: curl --fail localhost:8686 || exit 1
          interval: 60s
          retries: 5
          start_period: 300s
          timeout: 2s
    
      

    This should work for you, just change the volume mounts so that they associate with your setup and run sudo docker compose up -d to start the container, sudo docker compose down to bring it down.

    LSIO documentation describes the arm64v8-latest tag for their image.

  • I opted to remove Jellyfins default login form and require Keycloak for SSO, my Jellyfin instance is technically facing the internet but my reverse proxy has Fail2Ban in front of it blocking non-whitelisted IP’s, makes it easier to share with other people this way compared to having to explain VPN’s to non-tech savvy people,

  • Ah yes Mr Engineer my impression of this structural assembly is it’s okay but could be really better over there. No need for a second impression.

  • Good, gives me plenty of time to determine if things are being enshittified.

  • Apparently grouped...no, they are one in the same. what notmal group drives massive trucks and ships in rednecks to take over a city and harass them..

    Hate to break it to you, nothing about politics is ”normal”.

    The same argument can be made against the liberal government, they’re controlling people’s speech and when people don’t agree they get nothing but hate spouted at them.

    what group only spouts shit about how much Canada sucks

    If you can site sources that would be great, not once have I heard any of Canada's political parties say they hate Canada.

    and uses nonstop slogans to 'win votes'...

    You’re kidding right? Every politician does this, it doesn’t matter if it’s left or right they all do it.

    there's many MANY reasons why they are all one in the same but your head is so far up the ass of propaganda that you can't even think straight. you're a useless moderator who I bet bans people when you disagree who have never even once posted in your little gun club. you're useless

    Not once have I insulted you, nor disrespected you so I don’t understand why all the anger. My hobby is directly affected by the current government’s political standings and I’m doing my part to educate folks who not once seen, heard or held a firearm in this country.

    If you want to talk about brainwashing take a close look at PolySeSouvient claiming law abiding firearms owners are the reason for the uptick in firearm related crime, not criminals, people who apply to the RCMP and get approved for firearms licenses are apparently the problem.

    If you haven’t noticed by now, Trudeau has banned a lot of firearms but yet firearm related crime is still rising, coincidence?

  • This is absolutely possible as I do it myself however, executed entirely differently, my ASUS WRT Router with Merlin firmware handles the VPN server and it routes the IP range through my VPN provider (Proton), on the clients end their device see a Proton IP.

    Didn’t have to mess with config files or anything, install the custom firmware and created a rule for the routing in the VPN Director.

  • Jellyfin thankfully lets you download content offline alternatively they just text me the IP and I whitelist it then blacklist it a week later, granted if I remember.

  • Do dnt headers count?

  • This really isn’t viable as WireGuard clients are just that, single device per client connection, what if someone started watching/listening content on their phone then all of sudden wanted to switch over to their TV or streaming device without having to go through a lot of hoops?

    I opted to reverse proxy Jellyfin with Traefik however have fail2ban setup blocking every IP and only whitelisting the known users, added bonus of hiding Jellyfin’s default login form and required Keycloak for SSO.

  • Thank you for this! I never used Nginx directly and only thought of it as a reverse proxy but I had no idea it was capable of actually hosting html/php.

    I went back to the drawing board so to say and was able to get GoAccess running, granted non-containerized on bare metal, and was able to reverse proxy the Nginx instance via Traefik.

  • This was asked many years ago on Reddit and after that I concluded that only British Columbians call these Wood Bugs.

    Never heard of a Roly Poly or Pill bug before i saw that post.

  • You see how often growing youtubers complain about more than 85% of their viewers are not subscribed to the channel, or how just some videos have more views than their main content?

    I actually don’t watch a whole lot of YouTube anymore so I can’t really comment on this here.

    The issue is that Invidious doesn't have the algorithm Youtube provides to everyone,

    But isn’t this what people are trying to avoid when it comes to digital privacy? User data being used in less algorithms?

  • Could you elaborate on why not?