Installation ended, what do I do now?

After setting up Discourse on a standard install on my Pi, it ended with:

+ /usr/bin/docker run --shm-size=512m -d --restart=always -e LANG=en_US.UTF-8 -e RAILS_ENV=production -e UNICORN_WORKERS=8 -e UNICORN_SIDEKIQS=1 -e RUBY_GC_HEAP_GROWTH_MAX_SLOTS=40000 -e RUBY_GC_HEAP_INIT_SLOTS=400000 -e RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.5 -e DISCOURSE_DB_SOCKET=/var/run/postgresql -e DISCOURSE_DB_HOST= -e DISCOURSE_DB_PORT= -e LETSENCRYPT_DIR=/shared/letsencrypt -e DISCOURSE_FORCE_HTTPS=true -e LC_ALL=en_US.UTF-8 -e LANGUAGE=en_US.UTF-8 -e DISCOURSE_HOSTNAME=ndiscourse.obl.ong -e DISCOURSE_DEVELOPER_EMAILS=***************@gmail.com -e DISCOURSE_SMTP_ADDRESS=smtp.gmail.com -e DISCOURSE_SMTP_PORT=587 -e DISCOURSE_SMTP_USER_NAME=***************@gmail.com -e DISCOURSE_SMTP_PASSWORD=************** -e DISCOURSE_SMTP_DOMAIN=gmail.com -e DISCOURSE_NOTIFICATION_EMAIL=*************@gmail.com -e LETSENCRYPT_ACCOUNT_EMAIL=me@example.com -h raspberrypi-app -e DOCKER_HOST_IP=172.17.0.1 --name app -t -p 80:80 -p 443:443 -v /var/discourse/shared/standalone:/shared -v /var/discourse/shared/standalone/log/var-log:/var/log --mac-address 02:ee:d2:40:e1:0e local_discourse/app /sbin/boot
e3e6d64cbec56cdf8672ace7d60f60a2e843d2b590e443f9b09dd1ca8b58cb70

Surely the use of a Gmail email isn’t the cause?
https://ndiscourseforum.obl.ong doesn’t seem to be working.

i can’t see a error but it’s looks like your ssl certificate is not working. Can you past the entire log?

crt.sh | ndiscourseforum.obl.ong

1 Like

Oh dear. 40+ minutes wasted. I will have to try another domain then sigh.

Actually, is the issue the fact that I didn’t make an A record? Perhaps I need to do that with the value as the IP?

1 Like

Yeah A record is important you need that set to server I.P.

1 Like