Maybe hardcode that IP in your local hosts file?
Thanks Falco! I will check that out.
I tried hardcode the IP in my clientâs hosts file, and the browser always redirect me to the external connection.
Is it possible to provide more than one domain name to the DISCOURSE_HOSTNAME
?
Do i need to set DISCOURSE_FORCE_HTTPS:
to false to allow local connection? I got this from one of your article.
I am trying to install Discourse on my Raspberry Pi 4 using Dietpi OS and some apps working with Nginx like Nextcloud. I am trying to use Cloudflared service as a tunnel but after the Discourse installation is complete I canât access Discourse site and i got 502 bad gateway error.
What kind of customization is required on Nginx? Which port should we use?
I applied this guide but without success
@pfaffman edited this heavily 2022.02.24. Blame me if itâs broken. If you want to run other websites on the same machine as Discourse, you need to set up an extra NGINX or HAProxy proxy in front of the Docker container. NOTE: This is for advanced admins This guide assumes you already have Discourse working - if you donât, it may be hard to tell whether or not the configuration is working. You cannot use ./discourse-setup to set up Discourse if another server is using port 80 or 443. You will âŚ
My guide assumes that Discourse is the only app on the Pi, and then runs the tunnel exposing the port 80 that is assigned to the Discourse container.
Running multiple apps that share a reverse proxy, while possible, is a more advanced setup and out of the scope of this guide.
I got this working by setting DISCOURSE_BACKUP_HOSTNAME to machinename.local and DISCOURSE_FORCE_HTTPS to false. Now i can access with my domain name and local network domain name.
Well done. Maybe should be a How To in #howto:admins ?
Thanks @merefield. Sure!
There is one problem when using a backup hostname, the images doesnât display properly.
If the postâs images created with main hostname and when access with the backup hostname, the images will be missing. This also happens in vice-versa.
What happens when you rebake a Post? (Rebuild HTML)
Perhaps you will need to stick to one access address.
Yeah, Rebuild HTML works. But the vpn access is broken because it depends on the local address (backup hostname).
i guess there is no solution to thisâŚ
Just to add a voice and to agree with @sam, weâve already had some switcheroos with our domains and relative URLs is most certainly needed.
Will this work on an armv7l?
No it wonât. I did try, but there are some missing packages on the 32 bit ARM debian repositories that made it a no go.
The demo site link seems dead
Same as before, I moved houses again. Will plug it back on as soon as I can find it.
now that is the kind of infrastructure bug i like to deal with
looking forward to giving this a whirl
hope youâre settling in well to your new place @Falco
So I recently got one of these:
And decided to get the development install running, which tbh required a significantly manual effort as the scripted solutions donât work at present, but
Thanks to everyone whoâs made this possible, very cool indeed!
And decided to get the development install running, which tbh required a significantly manual effort as the scripted solutions donât work at present
What âscripted solutionsâ work on ANY Pi? I have a few Pi4âs that would like to try this one, but not being a Linux guru, I donât have the knowledge to deal with manual âdependenciesâ.
I do have a recursive PiHole running on my network though which I think will allow me to at least deal with the doman name issueâŚmaybe.
Been very happy with mine. I would recommend
- 8gb Raspberry Pi since mine is regularly hitting 4gb
- SSD disk. Microsd is too slow.