Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Cannot Find Default Username and Password #59

Closed
hifihedgehog opened this issue Jan 30, 2019 · 3 comments
Closed

Cannot Find Default Username and Password #59

hifihedgehog opened this issue Jan 30, 2019 · 3 comments

Comments

@hifihedgehog
Copy link

hifihedgehog commented Jan 30, 2019

My understanding was whenever left unspecified at install, admin was the default username and password but those don't seem to work for logging in at https://mydomainname.com:9980/loleaflet/dist/admin/admin.html. How and where do I get the username and password?

@aliceinwire
Copy link

aliceinwire commented Feb 23, 2019

From the little i investigated,
you need to set up it by using -e option when you start the docker machine.
Explained here:
https://www.collaboraoffice.com/code/docker/

$ docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=<your-dot-escaped-domain>" \
        -e "username=admin" -e "password=S3cRet" --restart always collabora/code

If you don't set username and password, you have no access to the administration panel in others way. AFAIK

    <admin_console desc="Web admin console settings.">
        <enable desc="Enable the admin console functionality" type="bool" default="true">true</enable>
        <enable_pam desc="Enable admin user authentication with PAM" type="bool" default="false">false</enable_pam>
        <username desc="The username of the admin console. Ignored if PAM is enabled."></username>
        <password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or loolconfig to set up a secure password."></password>
    </admin_console>

Would be anyway nice to have some opinion of someone more involved with collabora online project.

P.S.
The admin panel just show the name of the current open document, you cannot see the document.

@pptyasar
Copy link

pptyasar commented Oct 5, 2020

how to load document in frontend @aliceinwire

@thebearon
Copy link

@pptyasar you need to set up a file sync&share solution like Nextcloud or ownCloud, for details see https://www.collaboraoffice.com/code/ .
Also, let's close this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants