• Joined on 2021-12-28
aileoia commented on pull request coop-cloud/gitea#26 2021-12-31 13:16:05 +00:00
docs(README): correct command creating new user

Sorry, I sneaked in the next PR... I hope it doesn't make history a mess...

aileoia pushed to master at aileoia/gitea 2021-12-31 12:51:37 +00:00
975fc775c1 docs(README): how to enable SSH
199196461e docs(README): correct command creating new user
8c5ba669aa Merge pull request 'docs(README): instruction to create first user' (#24) from aileoia/gitea:master into master
Compare 3 commits »
aileoia pushed to master at aileoia/gitea 2021-12-31 12:45:48 +00:00
112da3826a docs(README): how to enable SSH
aileoia created pull request coop-cloud/gitea#26 2021-12-31 12:34:21 +00:00
docs(README): correct command creating new user
aileoia pushed to master at aileoia/gitea 2021-12-31 12:33:14 +00:00
03891fe8ad docs(README): correct command creating new user
aileoia commented on issue coop-cloud/gitea#25 2021-12-31 12:30:11 +00:00
Unable to use ssh

Hey @decentral1se , thank you so much, that did work ideed! (I had seen these lines while configuring traefik, but I had forgot about it...) Should I make a PR to add this to the README?

aileoia opened issue coop-cloud/gitea#25 2021-12-30 18:55:55 +00:00
Unable to use ssh
aileoia commented on issue coop-cloud/gitea#22 2021-12-30 18:47:21 +00:00
Document how to create initial admin user

I think this issue can be closed :)

aileoia created pull request coop-cloud/gitea#24 2021-12-29 17:15:14 +00:00
docs(README): instruction to create first user
aileoia pushed to master at aileoia/gitea 2021-12-29 17:14:05 +00:00
a907b39ea5 docs(README): instruction to create first user
aileoia created repository aileoia/gitea 2021-12-29 17:07:46 +00:00
aileoia commented on issue coop-cloud/gitea#22 2021-12-29 16:50:43 +00:00
Document how to create initial admin user

Does it mean something for this repo? Should I make a PR updating at least the README? Is there a way to easily create a new user with abra? Or maybe generate the password for the first user…

aileoia commented on issue coop-cloud/gitea#22 2021-12-29 16:31:35 +00:00
Document how to create initial admin user

worked, with the -c /etc/gitea/app.ini

Thanks!

aileoia commented on issue coop-cloud/gitea#22 2021-12-29 16:29:55 +00:00
Document how to create initial admin user

I confirm that it works:

$ abra app run git app gitea -c /etc/gitea/app.ini admin user list
ID   Username Email IsActive IsAdmin

I'll now try to create an admin user.

aileoia commented on issue coop-cloud/gitea#22 2021-12-28 19:33:34 +00:00
Document how to create initial admin user

Hello @3wordchant , thanks for the reply. In the mean time I had the chance to dig a bit and I came up with roughly the same command as the one you suggest and I run into the next problems: It…

aileoia commented on issue coop-cloud/gitea#22 2021-12-28 13:59:34 +00:00
Document how to create initial admin user

Hello, I juste deployed gitea, unfortunately I don't know how to create the first user. Could you provide some instructionns on how to proceed? Thank you in advance.