input form doesn't work behind a reverse proxy #1

Closed
opened 2021-01-01 08:23:00 +00:00 by thasos · 1 comment
thasos commented 2021-01-01 08:23:00 +00:00 (Migrated from gitlab.com)

Hi !

I've dockerized your app, lauching the daemon with gmitohtml --daemon=0.0.0.0:1967, and access behind a reverse proxy on that port.

It works well when I mannualy enter the url (ex: https://my.fqdn/gemini/gus.guru/).

But using the form, it become http://0.0.0.0:1967/gemini//gus.guru (note the protocol change to http).

I don't the see in the --help any option to set the "server name", did I miss something ?

Thanks ! :)

Hi ! I've dockerized your app, lauching the daemon with `gmitohtml --daemon=0.0.0.0:1967`, and access behind a reverse proxy on that port. It works well when I mannualy enter the url (ex: https://my.fqdn/gemini/gus.guru/). But using the form, it become `http://0.0.0.0:1967/gemini//gus.guru` (note the protocol change to `http`). I don't the see in the `--help` any option to set the "server name", did I miss something ? Thanks ! :)
tslocum commented 2021-01-06 03:00:34 +00:00 (Migrated from gitlab.com)

Thanks for reporting this. I've added a --hostname option.

Thanks for reporting this. I've added a `--hostname` option.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/gmitohtml#1
There is no content yet.