ABOUT
Kometa (formerly known as Plex Meta Manager) is a powerful tool designed to give you complete control over your media libraries
infoDuring installation you will be prompted to input your TMDb key, Plex URL and Plex token. Make sure you have them ready.
infoConfiguration file is at `/opt/kometa/config/config.yml`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM8 GB disk
Config path/opt/kometa/config/config.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/kometa.sh'; sha='8ff966fc7dc9f6a833a0ae2d8f635b354b71d18626fe8e0fda012d746ede279d'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/kometa.shSHA-256 8ff966fc7dc9f6a833a0ae2d8f635b354b71d18626fe8e0fda012d746ede279d LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.