Configure environment
SexySoft reads its configuration from environment variables. Set these in Coolify or your Docker compose .env.
| Variable | Description |
|---|---|
| LICENSE_KEY | Your SS-XXX-XXX-XXX-XXX-XXX-XXX license key. |
| NEXT_PUBLIC_SITE_URL | Public URL of your site, e.g. https://tube.alice.com |
| DATABASE_URL | Postgres connection string. |
| STORAGE_BUCKET | S3-compatible bucket for video storage. |
| APP_VERSION | Set automatically by the image; do not override. |
License verification
SexySoft verifies your license against the master site once per boot and once every 24 hours. It caches signed responses so transient outages don't take you offline.