jfa-go icon indicating copy to clipboard operation
jfa-go copied to clipboard

SWAG Integration

Open wildland7752 opened this issue 3 years ago • 4 comments

Not really a bug but can you please provide SWAG integration config file. Thanks

wildland7752 avatar Apr 19 '22 13:04 wildland7752

I have submitted a pull request for the SWAG reverse-proxy-confs, hopefully it will get merged soon. In the meantime, anyone can manually copy my proxy confs from that PR.

Alternatively, if using SWAG auto-proxy mod - these labels can be added to a jfa-go docker-compose.yml file:

    labels:
      - "swag=enable"
      - "swag_port=8056"
      - "swag_proto=http"
      - "swag_url=jfa-go.*"

roib20 avatar Feb 19 '23 22:02 roib20

I'm not familiar with SWAG, @roib20 would you mind if I include a link to your PR in the wiki for now?

hrfee avatar Feb 20 '23 10:02 hrfee

Yes it will be helpful to mention SWAG on wiki.jfa-go.com/docs/reverse-proxy/

However it will be easier to use jfa-go with SWAG once my PR for SWAG reverse-proxy-confs gets merged. How can I contribute to the wiki directly?

roib20 avatar Feb 20 '23 10:02 roib20

Submit a PR on https://github.com/hrfee/jfa-go-wiki in contents/docs/reverse-proxy.md. It might be useful to install hugo to preview your changes, but it is just markdown so you can use anything to view it.

hrfee avatar Feb 20 '23 10:02 hrfee