eric

joined 1 year ago
[–] eric@lemmy.ca 2 points 1 month ago

Awesome. Thanks!

[–] eric@lemmy.ca 3 points 1 month ago (3 children)

Do I have to manually delete the trash files after changing the setting?

[–] eric@lemmy.ca 1 points 1 month ago (1 children)

I'm picking up what you're throwing down. I'm writing one on qBittorrent and will take that into considering. Thanks for helping me.

[–] eric@lemmy.ca 1 points 1 month ago (3 children)

I rewrote my original quadlet article, can you have a look and let me know what you think? https://ericthomas.ca/posts/setting-up-podman-quadlets/

[–] eric@lemmy.ca 3 points 1 month ago

That's a good tip. Thanks. I think I might tweak the existing posts for readability.

[–] eric@lemmy.ca 3 points 1 month ago

I didn't know this. Thanks for the info.

[–] eric@lemmy.ca 4 points 1 month ago (6 children)

I'm still learning how to write good posts. I'll this into consideration for the next one.

[–] eric@lemmy.ca 9 points 1 month ago (3 children)

I have a Hugo site hosted on GitHub and I use CloudFlare Pages to put it on my custom domain. You don't have to use GitHub to host the repo. Except for the cost of the domain, it's free.

[–] eric@lemmy.ca 3 points 1 month ago
[–] eric@lemmy.ca 5 points 1 month ago

You're welcome, stay tuned for more posts about Quadlets.

 

cross-posted from: https://lemmy.ca/post/30126699

I created this guide on how to install Jellyfin as a Podman Quadlet on your server. Enjoy.

 

I created this guide on how to install Jellyfin as a Podman Quadlet on your server. Enjoy.

[–] eric@lemmy.ca 2 points 3 months ago* (last edited 3 months ago)

I used this guide https://www.redhat.com/sysadmin/quadlet-podman

I have a folder on my in my home folder called containers symlinked to /etc/containers/systemd with my .container files. This is my jellyfin.container for using the Nvidia Quadro on my server.

[Unit]
Description=Podman - Jellyfin
Wants=network-online.target
After=network-online.target
Requires=nvidia-ctk-generate.service
After=nvidia-ctk-generate.service

[Container]
Image=lscr.io/linuxserver/jellyfin:latest
AutoUpdate=registry
ContainerName=jellyfin
Environment=PUID=1000
Environment=PGID=100
Environment=TZ=America/St_Johns
Environment=DOCKER_MODS=ghcr.io/gilbn/theme.park:jellyfin
Environment=TP_THEME=dracula
Volume=/home/eric/services/jellyfin:/config
Volume=/home/eric/movies:/movies
Volume=/home/eric/tv:/tv
Volume=/home/eric/music:/music
PublishPort=8096:8096
PublishPort=8920:8920
PublishPort=7359:7359/udp
PublishPort=1900:1900/udp
AddDevice=nvidia.com/gpu=all
SecurityLabelDisable=true

[Service]
Restart=always
TimeoutStartSec=900

[Install]
WantedBy=default.target

I use sudo podman auto-update to update the images to utilize the AutoUpdate=registry option.

[–] eric@lemmy.ca 14 points 4 months ago (3 children)

Lenovo ThinkStation P330 Tiny. Debian + Podman systemd quadlets, running these services:

  • Jellyfin
  • Sonarr
  • Radarr
  • Qbittorrent w/ VPN
  • Linkwarden
  • Calibre Web
  • Immich
  • Lidare
  • Postgres
  • Prowlarr
  • Vaultwarden
view more: next ›