Coder Social home page Coder Social logo

Comments (13)

pantsel avatar pantsel commented on July 19, 2024 4

Ok. I'm gonna push some scheduled updates this weekend and I'll fix that as well. Please bare with me.

from konga.

pantsel avatar pantsel commented on July 19, 2024 2

A new version has been released with a new docker instance, Check the new README.md and release info https://github.com/pantsel/konga/releases/tag/v0.5.0

from konga.

thucnc avatar thucnc commented on July 19, 2024

@bakstad do you have any idea as I found you have another konga image ?

from konga.

chris-fung avatar chris-fung commented on July 19, 2024

Why there is no docker image for backend ? I can't quite understand that why backend should deploy seperately.

from konga.

pantsel avatar pantsel commented on July 19, 2024

@thucnc ,

KONGA_BACKEND_URL
is not Kong's admin API URL. It is the URL Konga's backend is lifted.

If Konga runs on localhost, it should be

KONGA_BACKEND_URL=127.0.0.1:1338

@chris-fung ,
The backend is not deployed separately. It is bundled in the same docker image as the frontend, But it can be deployed separately from source. Backend and frontend are loosely coupled so they can meet more than one deployment strategies.

For example, I only have the backend running on my live server with Kong, and use the frontend from my local machine,

from konga.

hzbd avatar hzbd commented on July 19, 2024

qq20170308-141647 2x

docker run -d -p 5000:3000 -p 1338:1338 -e KONGA_BACKEND_URL=127.0.0.1:1338 --name konga pantsel/konga

konga still unable to login by admin - adminadminadmin at the login page...
where is the log print?
Thanks

from konga.

pantsel avatar pantsel commented on July 19, 2024

Try using the server's actual ip instead of 127.0.0.1.
Open chrome's dev console and check the login request response on the network tab. Post a screenshot if you are still not able to login.

from konga.

chris-fung avatar chris-fung commented on July 19, 2024

I'm using docker swarm mode to deploy konga, after changing KONGA_BACKEND_URL from any address you mentioned above, I still can't login.
e.g. KONGA_BACKEND_URL = 127.0.0.1:1338
KONGA_BACKEND_URL = konga:1338 (overlay network address)
KONGA_BACKEND_URL = 10.0.1.6:1338 (actual ip)
11

from konga.

alfredogordian avatar alfredogordian commented on July 19, 2024

¿Does anyone solved this? I have the same problem, I have tried by using the actual ip and changing the ports but it still doesn't work.

from konga.

pantsel avatar pantsel commented on July 19, 2024

Is this happening only on the docker image or when running Konga from source as well?

from konga.

alfredogordian avatar alfredogordian commented on July 19, 2024

I just tried with the docker image, I didn't test the source.

from konga.

alfredogordian avatar alfredogordian commented on July 19, 2024

Ok, I'll be watching this repo for the update.

from konga.

hzbd avatar hzbd commented on July 19, 2024

@pantsel done it's works. tks

from konga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.