dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.7K
active users

#LinuxServer

0 posts0 participants0 posts today

I... actually managed to do this and it was somewhat messy to get through with it, but I did it. My 'stoppers' initially were simply needing to update some of the #Jellyfin's xml configs for any wrong/old paths/values, and lastly, the #SQLite DBs themselves which had old paths as well - most of which were easy to fix as they're text values, but some were (JSON) blobs, using the same extension on #VSCode, this wasn't that hard to do either by simply exporting the blob, editing the blob's JSON text value, and reimporting the blob to the column. Oh, I also had to update meta.json files of all plugins I've installed to point to the new path to their logos.

Now my Jellyfin
#LinuxServer.io container sitting in an unprivileged (#Debian #Linux) #LXC container on #Proxmox is set up with hardware transcoding using the #AMD Ryzen 5 5600G onboard iGPU (cos I'm getting impatient in waiting for my #Intel #ArcA380 to arrive). I'll update my #ErsatzTV container to do the same. Everything's perfect now, 'cept, I still wouldn't recommend users to stream Jellyfin on the web or a web-based client using transcoding, cos while the transcoding itself is perfect, Jellyfin seems to have an issue (that I never got on #Plex) whereby the subtitle would desync pretty consistently if not direct playing - with external or embedded subs, regardless. Dk if that can ever be fixed though, considering the issue has been up since 2023 with no fix whatsoever.

There's also a separate issue I'm having where Jellyfin does not seem to support discovering/serving media files that are contained in a symlink directory (even though there were some people on their forums reporting in the past that it should) - I've reported it last week, but it's not going anywhere for now. Regardless though, I'm absolutely loving Jellyfin despite some of its rough edges, and my users are loving it too. I think I've considered myself 'migrated' from Plex to Jellyfin, but I'll still keep Plex around as backup for these 2 cases/issues I've mentioned, for now.

🔗 https://github.com/jellyfin/jellyfin-web/issues/4346

🔗 https://github.com/jellyfin/jellyfin/issues/13858

RE:
https://sakurajima.social/notes/a6j9bhrbtq

Please describe your bug Upgraded 10.8.8 > 10.8.9 and now subtitles desync or loop if you jump ahead in a file. Steps: Start a show with subs, Jump ahead a few mins This will cause the subs to loop...
GitHub[Issue]: Sub title desync JF 10.8.9 · Issue #4346 · jellyfin/jellyfin-webBy MrToast99
Replied in thread

@GeePawHill

You're not talking to me, but...

I donate to #debian for the software I use, @archlinux for the documentation I use, & @kde (again software I use.)

#LinuxServer.io for containers I use. Pihole, Firefox, OpenSense...

Non-FOSS includes #KhanAcademyKids for providing excellent content for children. #Wikipedia, mostly because the #Musk told me not to.

I file bug reports. [Very] Occasionally contribute code.

I wish I had more room to contribute. If 9% more people did the same...

Replied in thread

@jippi @josh @liber After a lot of research (and a ridiculously detailed Google spreadsheet from Reddit), I narrowed it down to the $899 MINISFORUM UM890 Pro #MiniPC with an #AMD_Ryzen_9 8945HS (8C/16T, up to 5.2GHz), 64GB DDR5, and 1TB PCIe 4.0 SSD. It’s got 2x USB4 (PD 8K), HDMI, DP, 2x RJ45, BT5.2, 4x USB3.2, and Radeon 780M graphics. Plenty of power for virtualization, and I might even dabble in some #ML workloads. #LinuxServer #containers #Linux #Computing #homelab

Replied in thread

@sebsauvage intéressant, je ne savais pas qu'on pouvait utiliser ufw directement pour du geoblocking.

Dans mon cas, une partie de mon serveur est exposée sans filtrage (ex : site public) et le reste (services semi-privés) en accès filtré, pour ça je recommande l’excellentissime container #swag sous #docker de la team #linuxserver qui intègre tout ce qui faut pour faire du cas par cas.

Is there really no way for me to update #LinuxServer #Docker containers' path to app data/config to somewhere else other than /config without forking it? As neat as their containers/images are, I feel like surely this option (should) exists but I couldn't seem to find it in their docs/READMEs?

Hi, I'm doing re #introduction here.

Male, from Jakarta Indonesia.
Have been using #linux since #redhat is a distro, #mandrake still exists and #slackware still cool.

I earn money by managing our customer's operating system, mostly major distribution of linux server, some windows, and select solaris.

My daily driver is Macbook (MacOS) though 😊
So I have more credibility on #linuxserver compared with #linuxdesktop

Hoping to have warm, relax, and bar-like conversation here in the #fediverse

Replied in thread

@bookstack

I create a container only with : Debian11, Apache2 and PHP8.1

I have an other container with MariaDB.

In the #Debian container : I installed GIT and others dependencies required.

I launch the GIT command to install #bookstack. Then, I execute the commands : ibit.ly/JOKG

Finaly, I have a 404 page - White page.

I will use a DockerFile with the DockerImage from #LinuxServer : ibit.ly/O-Dz
And I will post if this is OK or KO.

Thx

docs.nehemiebarkia.frInstaller BookStack | Documentations - Barkia Néhémie

I'm going to start recommending that everyone find container sources that are NOT LinuxServer.io. Their cavalier attitude towards software quality and penchant for blaming users has worn incredibly thin. Take this example of what I had to fix this morning: github.com/linuxserver/docker-

They made changes that caused existing working configs to no longer be valid which lead to the container no longer starting. Per the container documentation, you're only supposed to modify the site-configs and proxy-configs files to suit your particular needs and anything else would be considered unsupported. The files that broke it were... not that. But their response was "well we don't know what people are changing so we don't migrate anything."

On top of this horrible "it's okay if updates break your setup because you're an idiot who doesn't read logs unless something breaks" attitude, they actually, in the year 2023, recommend NOT doing automatic updates. Like, what? That's an insane stance to take.

Dump #LinuxServer containers and find something else maintained that doesn't treat you like an idiot for their own poor choices. #homelab #Docker #containers

GitHub[BUG] nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/conf.d/stream.conf:3 · Issue #316 · linuxserver/docker-swagBy andye2801