No, Java is owned by Oracle, Javascript has nothing to do with it
- 2 Posts
- 11 Comments
Fisch@discuss.tchncs.deto Selfhosted@lemmy.world•Is there a good selfhosted service that can download and rehost tiktok links from a web ui?English7·2 months agoCan confirm that yt-dlp works perfectly for TikTok videos
Thank you for telling me about Podlet. I’ve been using
podman-compose
for all my containers but I’ve thought about converting them to systemd units. The only thing I’m unsure about is whether it’ll still be easy to access the container files. Currently I have acontainers
folder with a folder for each service inside it. Inside that, there’s thecompose.yml
and the folders with the container data. I map all container folders, with data that needs to be kept, to a folder that sits right next to the compose file. If it’s just temporary data (like caches), I oftentimes map it to a volume because it doesn’t matter if I lose it. Do you know if I can still do it like this (or in a similar way) if I use systemd units?
Fisch@discuss.tchncs.deto Selfhosted@lemmy.world•[CLOSED] Podman, Peertube, AMD VAAPIEnglish3·2 months agoI use podman too and I set up hardware acceleration for Jellyfin. I’ll update this with how I did it once I’m home.
Edit: Here’s my compose.yml (I use
podman-compose
):services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin dns: - 9.9.9.9 environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - ./config:/config:Z - ~/drive/media:/media:z devices: - /dev/dri:/dev/dri ports: - 8096:8096 - 7359:7359/udp - 1900:1900/udp restart: unless-stopped
I’ve used it when I started out and it’s good, I can recommend it if you just want something where you can hit install and it works. I just use docker containers now though because I have more experience and it allows to set everything up exactly how I want.
Fisch@discuss.tchncs.deto Open Source@lemmy.ml•Did OBS Studio remove Window Capture from Sources?English8·5 months agoGame Capture might be the same thing, I’d try that out
Fisch@discuss.tchncs.deto Selfhosted@lemmy.world•MAZANOKE: A self-hosted local image compressor that runs in your browserEnglish5·6 months agoPretty sure Vencord is what’s used now. It’s what I use at least because it’s preinstalled with Vesktop.
Idk if GIMP has a marketing problem but I definitely agree that FOSS projects should add screenshots and a description of what the program does to their website and repo. It really annoys me when someone links a piece of software and it just doesn’t say what it does and there’s no screenshots that would make it easy for me to see what it looks like and how the UI is structured. When there’s no screenshots I’m rarely even interested in trying it out because, even with a description, I don’t really know what it is. Like, I wouldn’t be interested in a car based on only a description, I’d have to see a picture of it too.
Fisch@discuss.tchncs.deto Open Source@lemmy.ml•Sam Altman admits OpenAI has been on the wrong side of history with Open-SourceEnglish3·8 months agoWait, what?
Fisch@discuss.tchncs.deto Selfhosted@lemmy.world•What’s the newest way of watching YouTube?English3·8 months agoOn my phone I still use LibreTube but with the option to load the video directly from YouTube (essentially doing what NewPipe is doing) and on PC I just use YouTube’s directly. I still use Piped to keep my subscriptions synchronized tho.
Sorry, didn’t know that. But they only own the trademark to the name? (Not saying that that isn’t bad enough already)