social.dk-libre.fr is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #jellyfin

AodeRelay boosted

[?]Troed Sångberg » 🌐
@troed@swecyb.com

Update your _now_.

"This release contains several extremely important security fixes. These vulnerabilities will be disclosed in 14 days as per our security policy. Users of all versions prior to 10.11.7 are advised to upgrade immediately."

github.com/jellyfin/jellyfin/r

    AodeRelay boosted

    [?]Paul Chambers🚧 » 🌐
    @paul@oldfriends.live

    Jellyfin Server 10.11.7 released.

    "This release contains several extremely important security fixes. These vulnerabilities will be disclosed in 14 days as per our security policy. Users of all versions prior to 10.11.7 are advised to upgrade immediately."

    github.com/jellyfin/jellyfin/r

      [?]Nate » 🌐
      @voiceofunreason@xoxo.zone

      I’m my Photos () and Video collection ().

      Now I’m thinking about self-hosting a notes app to replace Apple Notes/Google Keep.

      Any recommendations?

        [?]ralph1207 » 🌐
        @ralph1207@burningboard.net


        als Basis für meine selfhosted Anwendungen
        ✅ selfhosted mit
        ✅ selfhosted + WG Tunnel
        bei Notwendigkeit (Banking...)
        ✅ selfhosted statt google und co


        ✅ selfhosted
        ✅ selfhosted (Kalender, Kontakte)
        ✅ selfhosted (kein Prime, Netflix) gebrauchte DVD/Blueray >> >> >> selfhosted






        zur Routenplanung, im Auto komme ich ohne Google Maps allerdings nicht aus...
        einmal im Monat geht Geld raus
        ❌ kein MS, außer auf der Arbeitsstelle
        ❌ nichts von meta, GAR NICHTS!!!
        ❌ amazon nur in Ausnahmefällen

        Das alles geschah nicht über Nacht, man lernt etwas und hat nebenbei auch noch dieses Gücksgefühl, wenn es läuft 😄

          AodeRelay boosted

          [?]𝐩fᵣ » 🌐
          @pfr@mastodon.bsd.cafe

          @cyntheon I started my debian homelab with (running as a system service) combined with . then I added and initially opted for . Then I later added which necessitates the need for https certs, hence . Also, I had issues running nextcloud with podman and that's when I just decided to go with docker. In also running via docker container also. A fairly modest home server, but it handles the essentials for me and my family.

            [?]Luigi de Guzman » 🌐
            @ouij@mastodon.social

            OK nerds: if all I need is a local NAS/Jellyfin server, is 2.5Gig ethernet gonna be enough for my local network

              [?]Marcus Adams » 🌐
              @gerowen@mastodon.social

              Working on setting up my own IP streams so we can have some auto-generated "channels" of content like Saturday morning cartoons, westerns, etc. that don't require us to manually pick something to watch. Good to have something playing in the background. Settling in on a working systemd service file for it to help lock it down but still keep it functional. Sourcing the media libraries from the service.

              A screenshot of the current version of the systemd service file I've made for ersatz.  Its contents are:

[Unit]
Description=ErsatzTV
Requires=jellyfin.service
ConditionPathExists=/opt/ersatztv/ersatztv/ErsatzTV

[Service]
Type=simple
User=ersatztv
Environment="DOTNET_BUNDLE_EXTRACT_BASE_DIR=/opt/ersatztv/tmp"
ProtectProc=invisible
ProcSubset=pid
WorkingDirectory=/opt/ersatztv/ersatztv
ProtectHome=true
PrivateTmp=true
ProtectSystem=strict
ProtectKernelLogs=true
ProtectKernelModules=true
ProtectKernelTunables=true
PrivateDevices=true
PrivateUsers=true
ProtectControlGroups=true
ProtectClock=true
ProtectHostname=true
NoNewPrivileges=true
ReadWritePaths=/opt/ersatztv /var/log/ersatztv
InaccessiblePaths=/mnt /media
ExecStart=/opt/ersatztv/ersatztv/ErsatzTV
ExecStop=kill -SIGINT `pgrep ErsatzTV`
TimeoutSec=0
RemainAfterExit=yes
StandardOutput=append:/var/log/ersatztv/ersatztv.log
StandardError=append:/var/log/ersatztv/ersatztv.log

[Install]
WantedBy=multi-user.target

              Alt...A screenshot of the current version of the systemd service file I've made for ersatz. Its contents are: [Unit] Description=ErsatzTV Requires=jellyfin.service ConditionPathExists=/opt/ersatztv/ersatztv/ErsatzTV [Service] Type=simple User=ersatztv Environment="DOTNET_BUNDLE_EXTRACT_BASE_DIR=/opt/ersatztv/tmp" ProtectProc=invisible ProcSubset=pid WorkingDirectory=/opt/ersatztv/ersatztv ProtectHome=true PrivateTmp=true ProtectSystem=strict ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true PrivateDevices=true PrivateUsers=true ProtectControlGroups=true ProtectClock=true ProtectHostname=true NoNewPrivileges=true ReadWritePaths=/opt/ersatztv /var/log/ersatztv InaccessiblePaths=/mnt /media ExecStart=/opt/ersatztv/ersatztv/ErsatzTV ExecStop=kill -SIGINT `pgrep ErsatzTV` TimeoutSec=0 RemainAfterExit=yes StandardOutput=append:/var/log/ersatztv/ersatztv.log StandardError=append:/var/log/ersatztv/ersatztv.log [Install] WantedBy=multi-user.target

                [?]Brian Pepple :fedora: :python: » 🌐
                @brian@pepple.us

                Finally gets around to watching Season 2 of .

                  [?]M. Hamzah Khan » 🌐
                  @mhamzahkhan@mstdn.intahnet.co.uk

                  Three of my mini-PC power supplies have died over the last 2–3 months.

                  That’s half my cluster unavailable right now. 😓

                  All three nodes are old Optiplex 3010s, and their support isn’t great anyway. Right now / is pinned to a single node with the “newest” CPU for transcoding.

                  Debating whether to replace the PSUs or just upgrade the dead nodes to newer mini-PCs.

                    [?]The Embodiment of RED :fire_t: [he/him, they/them, comrade] » 🌐
                    @thraeryn@masto.hackers.town

                    I was having issues with . It ran, but the web interface wouldn't move beyond the splash screen due to syntax errors in the node.js files.

                    Scrubbed my install, installed fresh. Same errors.

                    @tek helpfully suggested I run Prettier (prettier.io) on the files to help me find the errors. Prettier re-formats code using consistent style guidelines, and works especially well on 655k, single-line JS files.

                    Restarting Jellyfin when Prettier finished fixed it.

                      [?]sebsauvage » 🌐
                      @sebsauvage@framapiaf.org


                      Ça vous arrive, dans Jellyfin, quand vous faites un scan de la médiathèque il reste bloqué sur un pourcentage sans jamais finir ?

                      EDIT: j'ai laissé tourner toute la nuit, il a terminé. C'était juste extrêmement long. Il y a juste un film qui n'est pas passé.

                        AodeRelay boosted

                        [?]GNU/Linux.ch » 🌐
                        @gnulinux@social.anoxinon.de

                        Vereinbarkeit von Windows und Privatleben

                        Wie viele von uns muss ich im Beruf das Microsoft-Ökosystem mit Windows und O365 nutzen, setze privat aber wo immer möglich auf FOSS und Self-Hosting. Ein kleiner Erfahrungsbericht von meinem Versuch, beides unter einen Hut zu bringen.

                        gnulinux.ch/vereinbarkeit-von-

                          [?]sebsauvage » 🌐
                          @sebsauvage@framapiaf.org


                          Pour donner un ordre d'idée : Les 20% de CPU affichés là, c'est en train de transcoder un film AV1 4K (3840x1920) en H264, le tout sur un petit CPU Intel N100 (4 coeurs). Donc ça passe vraiment sans problème.
                          Il transcode 214 images par seconde.
                          (Note: c'est de l'encodage matériel QSV dans la config Jellyfin.)