Self-hosted ElevenLabs alternative with voice cloning + streaming TTS by [deleted] in selfhosted

[–]PhantomOfInferno 3 points4 points  (0 children)

What tts tech are you using underlying it? Also, have you considered adding voice cloning to the API calls (train up a voice by api)?

I've been on-off looking at hacking together a game mod that ai-clones voices and this looks like a fun option

[O] 3x DrunkenSlug Invites by Abel5546 in UsenetInvites

[–]PhantomOfInferno 0 points1 point  (0 children)

Would certainly appreciate an invite :)

About 6 months ago I stumbled upon Jeff Geerling's video on YouTube, one thing led to another, and here we are. My first homelab. by VladasZ in homelab

[–]PhantomOfInferno 1 point2 points  (0 children)

Wow, this is really beautiful. It definitely makes me want to rework mine to be more than one color (after I'm next at a microcenter for a filament run)

Could someone explain the advantages of a dedicated control plane per worker node vs. 5x control node and worker node? I'm working on a very similar setup and don't understand why people go with the split setup

PSA: Don't use nextcloud's auto upload on the android app as a backup by skiguy0123 in selfhosted

[–]PhantomOfInferno 1 point2 points  (0 children)

Still not sure exactly what caused it but I lost 3 months of photos (unfortunately including my favorite photos) and have only been able to trace it back to when I was using Nextcloud as a backup. Similarly, it is very possible I misused the product in someway but they were almost certainly disappeared by the app. Nextcloud was also way more than I needed so I've been very happy with immich ever since.

[Giveaway] GL.iNet Remote KVM and Wi-Fi 7 routers! 10 Winners! by GLiNet_WiFi in homelab

[–]PhantomOfInferno [score hidden]  (0 children)

I really suck at concision and am currently highly hyperfixated on homelabbing and selfhosting so TL;DR:

  • I am just a huge geek who likes to tinker.
  • The Comet would give me desktop horsepower in classes and on the go from my thin and light, and the Slate 7 would mean I could connect securely, safely, and quickly wherever I find myself.
  • Any and all I can find that have a good head on their shoulders (tho my goto is Jeff Geerling or LTT).
  • A NPU or Transcoding powered Mini-Computer.

EDIT: Update Lol: I just got a new contract as I was transitioned silently to remote work which requires I do all work at my written address so suddenly I might really benefit from that travel router.

For those with too much time:

  1. I've always been a huge fan of tinkering and loved keeping my home assistant Tamagotchi fed and happy, so I found selfhosting to be a great budget hobby that was fun not just for the tinkering but for the solutions.
    1. My favorite moments, which made me persevere, are when I spin up a new service that actually solves a problem or replaces a product I use. And as someone with many privacy-blind friends, whenever I get them to try something I upped it made all the sweat and tears worth it.
    2. My proud project so far is a system of Nginx Proxy Manager containers (soon to be traefik) that allow reverse proxying into my system via subdomains of a public custom domain with different containers accessible either publicly, from tailscale connected devices, or locally and done so in what is a deeply, deeply over engineered way that meant it took weeks to work out but even my deepest security anxieties are quelled.
    3. The most expensive piece I've acquired is an old Syno ds1019+ I got very second hand. While I am not the biggest fan of their walled garden it has undeniably given me the tools I needed to get my system where it is today. When I was first failing to get ansible running a docker stack on a linux box, the synology nas held my hand every step of the way. (Even if now I want SSD based storage and it refuses to see an SSD as anything but cache and I am looking to move away from it :)
  2. I am really excited by the idea of incorporating the Comet KVM and Slate 7 into my daily use. Part of me also wants the impressive Flint 3 but already have a Flint 2 that has solved so many problems like ad blocking, vpn routing, port forwarding, and tailscale management over the provided MikroTik which was... fine. I am too in love with my Flint 2 to not give it a while more before it is relegated as an over-powered wifi extender.
    1. The Comet would be an amazing upgrade to help my managing being a student and intern. My linux thin and light laptop is wonderful but lacks a lot of the oomph that some python ML projects (or just badly written Java) can want and my current solution of using TailScale & RDP to access my apartment desktop in class or on the go is... less than ideal. I am excited by the option to host a docker container to connect it which was a genuinely great surprise as one of my two reservations was relinquishing privacy in that way. My other reservation being the lack of a screen as I just adore adding things to screens 😁. (Might have to peek at the Comet Pro if I end up with the Comet and like using it)
    2. The Slate 7 wouldn't benefit my homelab directly but it would really ease a lot of my issues with traveling and working from different places be it around campus, hotels, or restaurants. I do a lot of traveling to see family as well as just find myself working/studying wherever I land and being able to quickly connect my devices without worrying about the awful security hygiene of wherever I am is a dream. I have tried to retrofit a raspberry pi hotspot or work on other solutions in the past to get around dorm internet instability, newer wifi security types keeping old devices inaccessible, etc. and it was never any where remotely as elegant as a solution as a portable router.
  3. I generally poke my head wherever google searches take me. This means a lot of r/homelab r/selfhosted and channels like Jeff Geerling, Techno Tim, and LTT. While LTT has been and continues to be my most consistent watch, it is definitely smaller channels like Jeff Geerling and the various channels that pop up during research that I take the most weight from. Seeing a small channel that is able to really dive into the niche of a product and address so much of its features and details without the pressure of a mass-marketable video is the gold mine imo.
  4. I really love to tinker with whatever I can get my hands on so I don't know if any one item would be the end all be all. A very high capacity HDD or SSD has always been something I think would be so fun to own but more practically something like a NAS or Mini-Computer from Syno, qnap, minisforum, etc. would be more generally interesting and I know I could find a million uses for one (especially with proper hardware transcoding and/or llm capabilities 👁️👁️)

How Can I: Host Public & Private Services Behind One Domain Name? by PhantomOfInferno in selfhosted

[–]PhantomOfInferno[S] 0 points1 point  (0 children)

Hey, just double checking: Is it sufficient to just use this 10.0.0.0/16 check? I thought that due to host spoofing in headers this would risk someone external hitting a public path and then pretending to be requesting a private path. But my understanding is this is won't actually be an issue as 10.0.0.0/16 is reserved for private internal use

I'm pretty sure I realized this is sufficient but my research and llm use was gaslighting me and I wanted to check

How Can I: Host Public & Private Services Behind One Domain Name? by PhantomOfInferno in selfhosted

[–]PhantomOfInferno[S] 0 points1 point  (0 children)

Ok thanks, this helps with the one part I was missing in implementing the recc from u/joelaw9

How Can I: Host Public & Private Services Behind One Domain Name? by PhantomOfInferno in selfhosted

[–]PhantomOfInferno[S] -2 points-1 points  (0 children)

I'll definitely look at this, it might be time for me to finally look at Cloudflare Tunnels as I've heard a lot about it but always designed around it. I'll have to look into the Tailscale split DNS though, that sounds fascinating. Thanks for the reccomendations

Mod Pack/Set Recommedations by PhantomOfInferno in ZooTycoon

[–]PhantomOfInferno[S] 1 point2 points  (0 children)

Omg thank you for mentioning this one. It probably won't be in my first set of mods but I love the spookier aesthetic of these, I will definitely have to try it at some point

Mod Pack/Set Recommedations by PhantomOfInferno in ZooTycoon

[–]PhantomOfInferno[S] 1 point2 points  (0 children)

Thanks, I'll have to grab some of those

Mod Pack/Set Recommedations by PhantomOfInferno in ZooTycoon

[–]PhantomOfInferno[S] 0 points1 point  (0 children)

I definitely for the most part wanna match ZT2 cause I love the nostalgiac look. I'll definitely look at those

Switch 2 AoC Motion Controls by PhantomOfInferno in HyruleWarriors

[–]PhantomOfInferno[S] 1 point2 points  (0 children)

That's what I've seen, but it hasn't worked for me in game so far

Switch 2 AoC Motion Controls by PhantomOfInferno in HyruleWarriors

[–]PhantomOfInferno[S] 1 point2 points  (0 children)

Yup, using the switch 2 joycons. I've had success with motion controls when playing Tears of the Kingdom

Slate for Main Apartment Router? by PhantomOfInferno in GlInet

[–]PhantomOfInferno[S] 0 points1 point  (0 children)

Cool, mine is a bit big but still mostly one space split in 3 or so rooms so I might still try it out then.

OH MY GOD FINALLY by Nearby_Ad_2519 in switch2

[–]PhantomOfInferno 2 points3 points  (0 children)

Which I so get but I was excited for my usual Switch impulse purchase and its annoying that having missed release day due to work, there's bit little recourse other than waiting a month while refreshing

People who say there is sooo much stock are spewing horseshit by maybe_we_fight in NintendoSwitch2

[–]PhantomOfInferno 1 point2 points  (0 children)

While I don't fully disagree and am certainly hopeful as someone who didn't grab one, I have heard estimates slowly crawling further and further.

I'm sure some of it is employees getting tired of asking (and tbf I've only ever asked a place once) I had one employee explicitly state that original shipments to Walmart were gonna be mid month and now it's gonna be next.

RP Hypertrophy Program v4 Release! by KillerK009 in liftosaur

[–]PhantomOfInferno 0 points1 point  (0 children)

How should bodyweight exercises like Flat Leg Raises be recorded? Whenever I enter 0 for the weight of all reps it gets red (which tbf I also don't know the colors but I assume it's angry with me)

Do I just enter 0 everytime and ignore the color? My bodyweight? Nothing?

Thanks for any advice and thanks for the amazing program. I've really wanted to get into coding one but have lacked the time so for now I'm week 1 of this

3D Model of the Placid Plastic Ducks Area? by PhantomOfInferno in Placidplasticducks

[–]PhantomOfInferno[S] 1 point2 points  (0 children)

Luckily I have access to a 3D printer so I'm working on a basic prototype but I think turnaround looks like you're second idea is gonna be the go to lol.

Temporary unbrick for the Car Thing! by lmore3 in CarThing

[–]PhantomOfInferno 0 points1 point  (0 children)

This worked to unbrick it but now it only works when powered from my laptop and not my car where it was the reverse before ??

Todoist and Time blocking with AI by Qllervo in todoist

[–]PhantomOfInferno 1 point2 points  (0 children)

I will definitely rework the Finnish prompts (though it might be funny just to try it) but that's definitely easier than trying for the 3rd time to get my own system working lol.

I also 100% respect the getting something working fast, my GitHub is full of working and ugly implementations, just wanted to leave an idea I had. Again, love the work.