Skip to content

botfusions/opnform-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OpnForm Deployment for Botfusions

TypeForm alternatifi - Self-hosted form builder

Stack

  • OpnForm API (Laravel + PHP-FPM)
  • Nginx (Reverse Proxy)
  • OpnForm Client (Nuxt.js)
  • PostgreSQL 15
  • Redis 7

Deployment

  1. Coolify'da yeni service oluştur
  2. GitHub repo: https://github.com/botfusions/opnform-deployment
  3. Environment variables ekle (Coolify UI)
  4. Deploy!

Environment Variables (Coolify'da Ekle)

DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=opnform
DB_USERNAME=opnform
DB_PASSWORD=opnform_secure_password_123

Ports

  • 8003: Nginx → OpnForm API
  • 3001: Nuxt Client
  • 5432: PostgreSQL (internal)
  • 6379: Redis (internal)

Domain

https://forms.turklawai.com

Türkçe Notlar

  • SSL: Coolify'da Let's Encrypt aktif et
  • İlk giriş: Admin hesabı oluştur
  • N8N webhook için: forms.turklawai.com/api/webhooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors