input form doesn't work behind a reverse proxy #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/gmitohtml#1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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 tohttp
).I don't the see in the
--help
any option to set the "server name", did I miss something ?Thanks ! :)
Thanks for reporting this. I've added a
--hostname
option.