Teevity / ice

AWS Usage Tool
2.85k stars 434 forks source link

How to change default listen url: http://localhost:8080/${appName}? #300

Open zhangsimingshannonai opened 4 years ago

zhangsimingshannonai commented 4 years ago

How to change default listen url: http://localhost:8080/${appName}?, I want to change this. Anyone can help me?

nfonrose commented 4 years ago

Hi.

You would solve that in the same way as the HTTPS question: using a reverse-proxy. The docker-ice project has the elements to solve this question too.

Nicolas

-- Nicolas Fonrose | Teevity | Founder +33.6.61.35.43.31 https://teevity.com - Cloud Costs Analytics for AWS, GCP and Azure powered by NetflixOSS Ice twitter - @nfonrose / @teevity

On Wed, Oct 30, 2019 at 4:56 AM zhangsimingshannonai < notifications@github.com> wrote:

How to change default listen url: http://localhost:8080/${appName}?, I want to change this. Anyone can help me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Teevity/ice/issues/300?email_source=notifications&email_token=AAAJJJPZ2H3CUEBSPIU3KXTQREAX5A5CNFSM4JGTCSYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HVI3CHQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJJJMAQYY4VODBX3GAX6LQREAX5ANCNFSM4JGTCSYA .

zhangsimingshannonai commented 4 years ago

But if I touch the logo, it auto rewrite to “http://localhost:8080/ice/dashboard/summary”,my service is not on localhost. I want to get the real ip to access it.