Kuvwert

joined 2 years ago
[–] Kuvwert@lemm.ee 1 points 1 week ago

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

[–] Kuvwert@lemm.ee 1 points 1 week 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 3 weeks 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 3 weeks ago (5 children)

I believe you can view the generated password history

[–] Kuvwert@lemm.ee 2 points 4 weeks ago* (last edited 4 weeks 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 1 month ago (1 children)

I use the gpoddersync plugin on nextcloud for exactly this

[–] Kuvwert@lemm.ee 1 points 1 month 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 1 month ago

Matt is an asshole

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

I'm waiting for this to fill the holes:

https://github.com/MediaWolfOrg/MediaWolf

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

A win - with only moderate compromise :)

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

Cool! I was just thinking about putting something like this together.

I'll check it out today!

113
submitted 2 months ago* (last edited 2 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?

 

Centralization is bad for everyone everywhere.

That bring said... I just moved my homeserver to another city... and I plugged in the power, then I plugged in the ethernet, and that was the whole shebang.

Tunnels made it very easy. No port forwarding no dns configuration no firewall fiddling no nothing.

Why do they have to make it so so easy...

 

I need to embed the documents, .odp and .odt into my WordPress/Elementor site.

How do I pull this off? IFrames don't seem to work

 

Im looking for a self hosted open source docker image for time clock and payroll. Do you have any recommendations or experience?

 

I brewed this melomel last July and noticed this thin film... Is this an issue? Or is it expected like the sediment at the bottom?

57
submitted 1 year ago* (last edited 1 year ago) by Kuvwert@lemm.ee to c/piracy@lemmy.dbzer0.com
 

Im looking for an app for android that allows streaming audio books, downloads ect.

Any favorites? From fdroid or mobilism?

Edit: I have audiobookshelf hosted and a small library, but I want a deeper selection. Im not looking for an audio book player so much as a streaming app with access to anything.

33
submitted 1 year ago* (last edited 1 year ago) by Kuvwert@lemm.ee to c/piracy@lemmy.dbzer0.com
 

Ive been in a s4s with a guy for a few years after chatting on a reddit share for share community and he went dark a few weeks back so I'm looking for a new s4s partner to help bridge content.

Im not willing to go back onto reddit to find a new share partner so I'm curious if lemmy has one of these? Or is that allowed in general here?

 

Ahoy I'm in search of a comprehensive sfx pack that will cover most sfx for dnd 5e spells and generic sounds for ambience.

I've been working for a few days to track down and assemble a free soundpack for myself but for the quantity I need for this project it's starting to look like way more hours than I'm willing/able to commit.

I'm currently working on a program that leverages an LLM to match the last few sentences a GM says to a sound from a database.

So that as the dm is talking they can trigger the listener who will snag 10 seconds of audio and convert it to text and submit it to the Ai to match the sentiment to an audio file which will play automatically. The program is actually in a working state... But basically I need to assemble an enormous library of sfx and it's starting to become an issue.

I have 11 dollars to my name and can't purchase a pack from really any of the services that I've found on google... But I don't want this project to die and I want to try a campaign with my friends and really create a cool ambiance..

Any advice for me?

 

Some routine maintenence and losing your balance while holding a hard drive and ripping the cord out breaking the retainer for the connectors..... 4tb Samsung ssd RIP

view more: next ›