go-fed / apcore

Golang ActivityPub Server Framework
GNU Affero General Public License v3.0
104 stars 10 forks source link

Add proxy flag to skip TLS server #59

Closed zauberstuhl closed 3 years ago

zauberstuhl commented 3 years ago

This comes in handy if you want run the application behind a proxy.

I did not want to use the debug flag because this is probably used elsewhere.

Thoughts?

zauberstuhl commented 3 years ago

nvm

I decided to use a self-signed cert and TLS transport with traefik.

cjslep commented 3 years ago

Let me know if that was too much pain to set up. I am not opposed to a flag like --danger-skip-ssl if really needed.