Kuvwert

joined 2 years ago
[–] Kuvwert@lemm.ee 27 points 3 weeks ago (2 children)

He doesn't give a shit about the tariffs its just market manipulation for him and his buddies

[–] Kuvwert@lemm.ee 1 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

You already have lidarr!

  1. Delete the Usenet and torrent indexers and download clients. Its awful for music.

  2. Set this puppy up: https://github.com/TypNull/Tubifarry

  3. Profit.

Edit: Ive just yesterday got this set up and running and its been brilliant! Ive got my Spotify lists set up to sync and its downloaded 300 or so albums for me today! Let me know if you have any questions or anything I'm happy to share what I did

[–] Kuvwert@lemm.ee 1 points 1 month ago

Oo torzu? Could you elaborate? My ryujinx install is old and causing issues

[–] Kuvwert@lemm.ee 1 points 1 month ago (1 children)

That is true. Personally I rely on the timestamps to make the differentiation. But I can see how that might be confusing if one were using the product for the first time. Definitely could use some polish.

[–] Kuvwert@lemm.ee 1 points 1 month ago (3 children)

There's a "password history" menu on the same generator page that saves a comprehensive history of generated passwords for reference.

Its available in both the app and the browser extension

[–] Kuvwert@lemm.ee 2 points 1 month ago (5 children)

I believe you can view the generated password history

[–] Kuvwert@lemm.ee 3 points 1 month ago* (last edited 1 month ago) (1 children)

Okay Ive been asking the same question and I Ive not found a perfect solution.

My current best option has been self hosting docker streamio. Here's my wip compose file if you want to try it:


version: '3'
services:
  jackett-stremio:
    image: tsaridas/jackett-stremio:latest
    container_name: jackett-stremio
    environment:
      - JACKETT_HOSTS=http://host.docker.internal:PORT_JACKETT
      - JACKETT_APIKEYS=YOUR_JACKETT_API_KEY
    ports:
      - 17008:7000/tcp
    restart: unless-stopped

  stremio:
    image: tsaridas/stremio-docker:latest
    restart: unless-stopped
    environment:
      - NO_CORS=1
      # - IPADDRESS=YOUR_LOCAL_IP # Optional local IP config
    ports:
      - "18627:8080"
      - "21470:11470"
      # - "22470:12470" # Uncomment if needed
    volumes:
      - "./config/:/root/.stremio-server"
      - "./localStorage.json:/srv/stremio-server/localStorage.json"

  comet:
    container_name: comet
    image: g0ldyy/comet:latest
    restart: unless-stopped
    ports:
      - "17011:8000"
    env_file:
      - .env
    volumes:
      - comet_data:/data

  prowlarr:
    image: lscr.io/linuxserver/prowlarr:latest
    container_name: prowlarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Your/Timezone
    volumes:
      - ./prowlarr/data:/config
    ports:
      - 17012:9696
    restart: unless-stopped

volumes:
  comet_data:

[–] Kuvwert@lemm.ee 6 points 2 months ago (1 children)

I use the gpoddersync plugin on nextcloud for exactly this

[–] Kuvwert@lemm.ee 1 points 2 months ago (1 children)

I'm not sure! :)

But I did notice that your discussion has a reply from a couple weeks ago

[–] Kuvwert@lemm.ee 5 points 2 months ago

Matt is an asshole

[–] Kuvwert@lemm.ee 1 points 2 months ago

I'm waiting for this to fill the holes:

https://github.com/MediaWolfOrg/MediaWolf

119
submitted 3 months ago* (last edited 3 months ago) by Kuvwert@lemm.ee to c/selfhosted@lemmy.world
 

MediaWolf – A Missing Piece for the Arr Stack, Open for Contributors

Hey lemming self-hosters,

I came across MediaWolf recently and wanted to share it here. It’s an open-source project that’s tackling a big gap in the media automation space. If you use Radarr, Sonarr, Lidarr, Readarr, or any part of the Arr stack, you know how powerful they are for managing and downloading media. But despite how great they are individually, they don’t always work together as smoothly as they could.

That’s where MediaWolf comes in. It’s designed to tie everything together... acting as a discovery hub, recommendation engine, and management tool to help you find, organize, and automate your media library across multiple services. Instead of manually juggling requests between different apps, MediaWolf aims to make it all feel more seamless.

With MediaWolf, the idea is to bring everything under one roof... a central place to discover, recommend, and manage media without bouncing between multiple dashboards. Think of it as a missing bridge between the different pieces of your media automation setup.

The Project Needs Contributors

The creator, TheWickedWolf, recently posted on Reddit looking for developers to help bring MediaWolf to life. The project is already in motion, but for it to really thrive, it needs more people involved. Since it’s built in a modular way, you don’t have to commit to the entire project, just focus on a specific part that interests you.

New features? There’s room for innovation.

Bug fixes and improvements? Always welcome.

UI/UX enhancements? Could use some polish.

Open-Source and Accepting PRs

If you’re into media automation, open-source development, or just want to help improve how the Arr stack works together, this is a great project to check out. The team is actively accepting pull requests, and the creator is open to adding new contributors.

Repo: GitHub – MediaWolf

If you've ever wanted a smarter, more integrated way to work with the Arr stack, this might be it.

[Edit: removed an incoherent description of the service]

 

Greetings self hosters!

I'm looking for suggestions on a document management service.

I currently use next cloud (AIO) to live collaborate, edit, and store my documents, but I want to be able to embed them in my WordPress site. Currently this is impossible to do nicely with nextcloud.

Do you happen to know of a self hostable document sharing solution that allows me to use the next cloud WebDAV credentials and embed those documents into my WordPress pages? Also if there is a full text search functionality that I can also embed into WordPress?

Any suggestions would be great! I am testing filestash.app and it works, but its not super reliable and does not offer a built in full text search despite the tin claim.

What would you do?

view more: next ›