uncloseai-speech/vars.sh.example
Russell Ballestrini 4aebcc037f Rebrand project to UncloseAI Speech
Renamed all references from openedai-speech to uncloseai-speech across
the entire codebase, including:
- Project name in README and documentation
- Docker image names in compose files
- Makefile deployment paths and container names
- Configuration examples in vars.sh.example

This establishes our raccoon mission fork as UncloseAI Speech, a unified
TTS system supporting multiple engines (Piper, XTTS, etc.) with OpenAI
API compatibility.

🦝 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 09:11:09 -05:00

8 lines
281 B
Bash

#!/bin/bash
# Copy this file to vars.sh and fill in your values
# vars.sh is gitignored for security
export REMOTE_HOST="your.server.hostname"
export REMOTE_USER="your_username"
export REMOTE_PATH="~/uncloseai-speech-fresh"
export CONTAINER_NAME="uncloseai-speech-fresh-server-1"