There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

PrivateNoob ,

I’m a pretty Podman novice guy too but I’m running quadlets since it automatically creates and runs these containers just like the other services would be with systemd. In terms of networking I can usually access to my container via publishing a port and using the PC’s IP where the container is running, and this is the default network that Podman uses initially.

I have a Jellyfin quadlet config, that may help you. I’ve had numerous sufferings to make a working one, but here you go (These 3 files are in ~/.config/containers/systemd/jellyfin):


<span style="color:#323232;">Description=Jellyfin Media Server
</span><span style="color:#323232;">After=network.target
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Container]
</span><span style="color:#323232;">Image=lscr.io/linuxserver/jellyfin:latest
</span><span style="color:#323232;">PublishPort=8096:8096
</span><span style="color:#323232;">Volume=jellyfin-config.volume:/config:Z
</span><span style="color:#323232;">Volume=jellyfin-cache:/cache:Z
</span><span style="color:#323232;">Volume=/home/USERNAME/media/storage1/Filmek:/data/Filmek:Z,U
</span><span style="color:#323232;">Volume=/home/USERNAME/media/storage1/Sorozatok:/data/Sorozatok:Z,U
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Service]
</span><span style="color:#323232;">Restart=on-failure
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Install]
</span><span style="color:#323232;">WantedBy=default.target
</span>

<span style="color:#323232;">[Unit]
</span><span style="color:#323232;">Description=Jellyfin Cache Volume
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Volume]
</span>

<span style="color:#323232;">[Unit]
</span><span style="color:#323232;">Description=Jellyfin Config Volume
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Volume]
</span>

Please do ask questions if you have any. ^^

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines