syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

First login for apps - credentials? #353

Closed chegeiser closed 5 years ago

chegeiser commented 5 years ago

I added 4 apps (Nextcloud, Syncthing, GOGS and Diaspora) - for the first two the Syncloud login credentials got me logged in, for GOGS and Diaspora I'm not able to log in with those same credentials. Are there default credentials for GOGS and Diaspora?

Thank you!

cyberb commented 5 years ago

The only exception is Diaspora. Gogs should allow device credentials. What error do you get?

chegeiser commented 5 years ago

The error that shows up when I use my Syncloud login is ‘Username or password is not correct’.

If it makes a difference I am not using xxx.syncloud.it but instead am hosting at my own domain.

I’ll send the log file to support immediately.

Thank you, Che

On Nov 7, 2018, at 2:24 PM, Boris Rybalkin notifications@github.com wrote:

The only exception is Diaspora. Gogs should allow device credentials. What error do you get?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

chegeiser commented 5 years ago

What is the exception for Diaspora? How do we log in as an admin for the first time?

Thank you!

On Nov 7, 2018, at 4:22 PM, Che Geiser chegeiser@gmail.com wrote:

The error that shows up when I use my Syncloud login is ‘Username or password is not correct’.

If it makes a difference I am not using xxx.syncloud.it but instead am hosting at my own domain.

I’ll send the log file to support immediately.

Thank you, Che

On Nov 7, 2018, at 2:24 PM, Boris Rybalkin notifications@github.com wrote:

The only exception is Diaspora. Gogs should allow device credentials. What error do you get?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

cyberb commented 5 years ago

You need to use exactly the same username/passowrd as eas user for device credentials.

What format of username are you using, username or username@domain.com?

Can you uninstall all other apps and try again?

Can you reflash the image, activate and just install gogs?

chegeiser commented 5 years ago

I used a username, just text, like: thisguy

The password has lowercase/uppercase letters, a number, and another character like (*,#,@,&).

I tried uninstalling all other apps and tried again - no luck.

I refreshed the image and tried again with Gogs as the only app installed - no luck.

I'm trying this with my own DNS instead of a ***.syncloud.it account.

cyberb commented 5 years ago

Juat tried custom domain and used test/test1234 activation credentials.

Installed only gogs and was able to login.

Could you try the same to check if is related to login password incompatible symbols or not?

chegeiser commented 5 years ago

I tried with a fresh flash using the test/test1234 activation credentials and Gogs worked. Then I tried again with my credentials and it wouldn’t work. I finally figured out that a username of ‘admin’ is the problem. Changing to a different username fixed the issue. Then I retried with a password that does have a symbol and that worked. So the issue was that ‘admin’ can’t be used as a username.

On Nov 12, 2018, at 2:47 PM, Boris Rybalkin notifications@github.com wrote:

test/test1234 activation credentials

cyberb commented 5 years ago

Missed your diaspora roles question, check this instruction: https://github.com/syncloud/platform/wiki/Diaspora

Let me check why admin is not allowed in Gogs.

cyberb commented 5 years ago

admin is reserved name in gogs: https://github.com/gogs/gogs/issues/2040

cyberb commented 5 years ago

Should we close this issue?

chegeiser commented 5 years ago

This has resolved the issue: don't use 'admin' as the username for Gogs.

Thank you!