ABOUT
Ampache is a web-based audio streaming application and file manager that allows you to access your music & videos from anywhere. It features a powerful music catalog, multiple user support, transcoding, streaming, and more.
infoComplete the web-based setup at http://IP/install.php
infoDatabase credentials are stored in `~/ampache.creds` - use only the MySQL username and password from this file
infoDuring installation, only check 'Create Tables' - leave 'Create Database' and 'Create Database User' unchecked
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU2048 MB RAM5 GB disk
Config path/opt/ampache/config/ampache.cfg.php
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/ampache.sh'; sha='194c56d1a5c66bfe4bc042ae9d5c07a31c2c4236c8296561320af2943e6e174c'; 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/ampache.shSHA-256 194c56d1a5c66bfe4bc042ae9d5c07a31c2c4236c8296561320af2943e6e174c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.