assemblrr/branding.conf
soulis-1256 22562555c9
Replace services.txt cheat-sheet with assemblrr status dashboard.
Drop writing ~/assemblrr_services.txt; status now shows live state and
localhost URLs for each service, with --docker for raw compose ps.
Health parsing is fixed under set -e; uninstall cleans legacy txt.
2026-08-11 22:55:23 +03:00

12 lines
466 B
Text

# branding.conf — Single source of truth for all names, paths, and URLs
# Change these values to rebrand the entire project
APP_NAME="assemblrr"
APP_DISPLAY_NAME="assemblrr"
APP_DESCRIPTION="Your one-click media server"
APP_CLI_NAME="assemblrr"
APP_NETWORK_NAME="assemblrr_network"
APP_REPO_URL="https://github.com/soulis-1256/assemblrr"
APP_DEFAULT_INSTALL_DIR="$HOME/$APP_NAME"
APP_DEFAULT_MEDIA_DIR="$HOME/$APP_NAME-media"
APP_BACKUP_PREFIX="assemblrr-backup"