MoonlitSanguine

joined 2 years ago
[–] MoonlitSanguine@lemmy.one 7 points 4 months ago

I assume that's for parasites which some can be killed by freezing. Freezing won't kill bacteria until about -60°C / -80°F

[–] MoonlitSanguine@lemmy.one 2 points 5 months ago (1 children)

I am leaning towards Wireguard, as I don't think I'm behind a CGNAT. But, I’ll check out your wiki for more details though. Thankyou

[–] MoonlitSanguine@lemmy.one 4 points 5 months ago (1 children)

Thankyou. Since it's just my devices (laptop/phone) that need access, I think WireGuard—or possibly Tailscale—seems like the best solution for me.

[–] MoonlitSanguine@lemmy.one 1 points 5 months ago (1 children)

Thanks for the info.

Do you have a target on your back?

No.

Does your container contain sensitive data?

No.

If so, does your container have access to external directories?

I have a hard drive mounted to the media folder that Jellyfin can access, and also a config folder. Omnivore/Overseer will probably be similar once I add them. Could this be a problem?

  - '/home/${USER}/server/configs/jellyfin:/config'
  - '/home/${USER}/server/media:/data/media'

Does your project have security options like Geo Blocking, rate limiting, etc?

That is a good idea. Thankyou

[–] MoonlitSanguine@lemmy.one 1 points 5 months ago

I've noticed 🥲, which hopefully means there’s no horribly wrong choice. I am leaning towards Tailscale, or maybe WireGuard. Thanks for the docs

 

I've been researching different ways to expose Docker containers to the internet. I have three services I want to expose: Jellyfin, Omnivore (Read-it-later app), and Overseerr.

I've come across lots of suggestions, like using Nginx with Cloudflared, but some people mention that streaming media goes against Cloudflared tunnel TOS, and instead recommend Tailscale, or Traefik, or setting up a WireGuard VPN, or using Nginx with a WireGuard VPN.

The amount of conflicting advice has left me confused. So, what would be the best approach to securely expose these containers?

[–] MoonlitSanguine@lemmy.one 78 points 5 months ago

That is not at all how it works or what they are saying. For the time, it was not poorly optimised. Even at low settings it was one of the best looking games released, and pushed a lot of modern tech we take for granted today in games.

Being designed to scale, does not mean its badly optimised.

[–] MoonlitSanguine@lemmy.one 2 points 8 months ago (1 children)

From what I understand. The development team plans to transition to ElevenReader, while Omnivore will remain open-source and, hopefully, community-driven.

Servers will be shutting down in November so if you are not self hosting you will need to backup your saved articles.

Here is the full email I got:

Hello everyone,

We’re excited to share that Omnivore is joining forces with ElevenLabs, the leading AI audio research and technology company. Our team is joining ElevenLabs to help drive the future of accessible reading and listening with their new ElevenReader app.

As part of the ElevenLabs team, we’ll have an even larger platform to create accessible and engaging experiences for serious readers. We came to know ElevenLabs by integrating their ultra realistic AI voices into Omnivore—soon enough, listening to articles and books with ElevenLabs voices became one of our most popular features in Omnivore. We’re thrilled about this opportunity, and we wanted to share some info that’s important for you to know. 

First, all Omnivore users are invited to create a free account with ElevenReader. Our team has already shipped valuable updates to the ElevenReader app, and it’s incredibly powerful as a go-to reader and audio listening app that’s free:

Download for iOS | Download for Android

Next, all Omnivore users will be able to export their information from the service through November 15 2024, after which all information will be deleted. 

Lastly, ElevenLabs is committed to the developer community and the Omnivore codebase will remain 100% open-source for all users. This decision ensures that the broader development community can continue to build upon and improve Omnivore’s technology.

We hope you'll join us on Discord and try the ElevenReader app for iOS and Android. We're hard at work ensuring an accessible, bright future for readers everywhere.

Onwards,

Jackson & Hongbo

 

Hey everyone, I'm building a new server to run Jellyfin (with a few other services like Pi-hole) and I'm stuck on GPU or CPU transcoding.

My main concern is smooth 4K HDR transcoding for 1 stream. I've been reading mixed advice online – some people say a strong CPU with good single-core performance can handle it, while others recommend a dedicated GPU.

Should I focus my budget (~$1000AUD/$658USD) on a good CPU, or spend some of it on a dedicated GPU?

[–] MoonlitSanguine@lemmy.one 3 points 1 year ago

Thanks for the suggestion! FitoTrack looks great, but I don't really do outdoor activities. I mostly do weight training so I'm looking for something that tracks reps/weight etc.

 

So, I've been using FitNotes for a while as it's the only app that I found that doesn't have a nightmare privacy policy. However, the app is rarely updated and there are things I wish it had that I would love to add if it was FOSS. Wondering if there is anything foss alternatives?

[–] MoonlitSanguine@lemmy.one 2 points 1 year ago

I'm getting the same issues but with Firefox + uBlockOrigin

[–] MoonlitSanguine@lemmy.one 1 points 1 year ago (1 children)

Embracer Group were expecting a massive investment to fund all their recent aquisitions (2 billions I think?) that fell through. So they have been cutting and closing studios ever since.

[–] MoonlitSanguine@lemmy.one 6 points 2 years ago

If you already pay for Netflix then there are a few decent games like Into the Breach. Most of it is garbage though.

 

Is there any self-hosted application that can monitor your watch history and provide movie/TV show recommendations?

[–] MoonlitSanguine@lemmy.one 1 points 2 years ago

You clearly have no idea what it is

 

Hello everyone, I've been working on setting up a torrent/media server on an old PC. Everything works near perfectly. However, I'm encountering an issue where qBittorrent gets stuck at 0% progress and just says 'Downloading Metadata'.

I've tried various solutions, including disabling the VPN, and even attempting to download it on my Windows 11 PC (both with and without a VPN). I've tried disabling my Windows 11 firewall and even tried Deluge. Unfortunately, none of these solutions have resolved the problem. I'm struggling to pinpoint the root cause. Any insights or suggestions would be greatly appreciated.

I've tried a few different torrents that Prowlarr has fetched, but the one I've been trying without a VPN is the one from ipleak.net.

EDIT:

Was able to figure out a solution. Not sure why but switching from Wireguard to OpenVPN seems to have fixed the issue..

 

Hey there, I'm a newbie when it comes to self-hosting and working with Docker. I'm looking to route traffic from a couple of my Docker containers (specifically, qBittorrent and Prowlarr) through a Wireguard container that's hooked up to Mullvad. Any tips on how to set this up?


Here is my compose file:

version: "3.7"

services:
  prowlarr:
    container_name: prowlarr
    image: ghcr.io/hotio/prowlarr
    ports:
      - "9696:9696"
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs/prowlarr:/config'
    restart: unless-stopped
  sonarr:
    image: lscr.io/linuxserver/sonarr:latest
    container_name: sonarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs/sonarr:/config'
      - '/home/${USER}/server:/data'
    ports:
      - 8989:8989
    restart: unless-stopped
  radarr:
    image: lscr.io/linuxserver/radarr:latest
    container_name: radarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs:/config'
      - '/home/${USER}/server:/data'
    ports:
      - 7878:7878
    restart: unless-stopped
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs/jellyfin:/config'
      - '/home/${USER}/server/media:/data/media'
    ports:
      - 8096:8096
    restart: unless-stopped
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
    volumes:
      - '/home/${USER}/server/configs/qflood:/config'
      - '/home/${USER}/server/torrents:/data/torrents'
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped
view more: next ›