#Help self host pls 😭

1 messages · Page 1 of 1 (latest)

short crescent
#

I'll leave some screenshots of my folders on the Apache server as well as the nodeproxy.conf file and other modifications made to some files:

My nodeproxy.conf at /etc/apache2/conf.d/userdata/ssl/2_4/woulzmind/*.woulz.com.br

ProxyPreserveHost On
ProxyPass / http:/localhost:3443/
ProxyPassReverse / http://localhost:3443/
#

My .env file

#
TAG=latest

PG_DATABASE_USER="postgres"
PG_DATABASE_PASSWORD="fake_abc"
PG_DATABASE_HOST=db
PG_DATABASE_PORT=5432
PG_DATABASE=kvoipv2_db

REDIS_URL=redis://redis:6379

SERVER_URL=https://woulz.com.br

SERVER_PORT=3443

SIGN_IN_PREFILLED=false

DISABLE_DB_MIGRATIONS=false

IS_MULTIWORKSPACE_ENABLED=true

# Use openssl rand -base64 32 for each secret
APP_SECRET="fake_abc"

STORAGE_TYPE=local

# STORAGE_S3_REGION=eu-west3
# STORAGE_S3_NAME=my-bucket
# STORAGE_S3_ENDPOINT=

REACT_APP_CHATBOT_BASE_URL=

SSL_KEY_PATH=""
SSL_CERT_PATH=""

#

Screenshot of app on IP: