Vaughn

Results 66 comments of Vaughn

@louislam Are we ready to merge this yet? I have a strange setup that this may fix. I have nginx in front of the app, proxied root to `uptime.internal.lan/` and...

Not 100% However the source for the update client they use is on Github: https://github.com/Domain-Connect/DomainConnectDDNS-Python Thanks! Sent from ProtonMail mobile -------- Original Message -------- On 14 Apr 2021, 04:17, Quentin...

You can try the Docker setup on my fork(unmerged PR). You don't need all the API keys, just Twilio and whatever socials you're using. However, nobody has socials working yet...

Unfortunately yes. The various API calls fail at different stages. Most can't even log in. I'm working on an alternative and will post updates in my Discord(link in my bio).

> Is this a fork or a completely new thing? My SocioBoard fork is still up. OpenSMM is a completely new project.

Have you tried changing the URL scheme in `socioboard-web-php/.env`?

@C0pywriting I see you have the api on localhost, is that intentional? Also, what reverse proxy are you using? Edit: I will look into it and get back to you

@C0pywriting aside from restarting the frontend, nothing that I know of. I'll try to replicate the issue and get back to you soon.

@C0pywriting I've found the issue. The frontend is basically built to write paths the way it is given. So when using a proxy it gives the URI we gave to...

@C0pywriting Here is a sample for haproxy: ``` option forwardfor http-request set-header Host socioboard.mydomain.example if { srv_id 1 } http-request set-header Host socioboard-api.mydomain.example if { srv_id 2 } ```