SpinCulture

Build Your Perfect Workout Playlist

✓ Server Online

🚀 Digital Ocean Deployment Active

Server: $(hostname)

IP: $(curl -s http://ipinfo.io/ip || echo "Unable to determine")

Time: $(date)

$(if [[ $(hostname) == *"frontend"* ]]; then echo "Frontend Server"; else echo "Backend API Server"; fi)