Install Rallly on Ubuntu 24.04

Install Docker

$curl -L https://github.com/lukevella/rallly-selfhosted/archive/master.tar.gz | tar -xz
$cd rallly-selfhosted-main

$openssl rand -base64 32
$nano config.env
set SECRET_PASSWORD to your secret key
set NEXT_PUBLIC_BASE_URL to your domain (https://[your domain])

set
SUPPORT_EMAIL = [your email]
SMTP_HOST = smtp.gmail.com
SMTP_PORT = 465
SMTP_SECURE=true
SMTP_TLS_ENABLED=true
SMTP_USER = [your email]
SMTP_PWD = [your app password, gmail app password]

ALLOWED_EMAILS = [your allowed email]

$nano docker-compose.yml
ports:
- 3045:3000

$docker compose up -d

nginx reverse proxy port 3045 and let's encrypt