tigase / tigase-xmpp-server-docker

(M) Official Docker project for Tigase XMPP Server
https://tigase.net
22 stars 5 forks source link

Asking me to login after creation #6

Open themaster567 opened 3 years ago

themaster567 commented 3 years ago

I used the "Single, basic instance" command set and when I try to connect, it brings up a basic html login popup. I did not configure any sort of username or password for the interface itself, nor does login info set for the database work for it. What am I missing?

woj-tek commented 2 years ago

Tigase starts in the setup mode - the credentials are available in the etc/config.tdsl and are printed in the container logs:

[2021-09-14 10:49:05:990] [CONFIG  ] [                  main ] ConfigHolder.loadConfiguration() : Loaded configuration:
'config-type' = 'setup'
http () {
    setup () {
        'admin-password' = 'tigase'
        'admin-user' = 'admin'
    }
}

You can find more details in the Connect to the Web Installer