Hardware: Raspberry Pi at home YunoHost version: 11.1.21.4 (stable) I have access to my server : Through SSH | through the webadmin Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Forgejo 1.19.3-0~ynh2
Description of my issue
I created an empty repo on Forgejo (after giving up on gitea) and want to push my existing local repo to it. I’m prompted for my password but I’m denied.
koantig@myComputer:~/programming/myCode$ git push -u forgejo master
Username for 'https://mydomain.com': koantig
Password for 'https://koantig@mydomain.com':
remote: Verify
fatal: Authentication failed for 'https://mydomain.com/forgejo/social/myCode.git/'
I do have my proper email now on Forgejo (instead of the cryptic local email) but I’m still not a Foregjo admin.
Forgejo is public, the organisation (social) is of public. Username and password as used for the yunohost portal.
Interesting: I can’t log in directly into https://mydomain.com/forgejo with my yunohost username and password. I have to go through the SSO to get in.
I’ve checked and /etc/yunohost/apps/forgejo/conf/app.ini does have the changes described here
Now I can’t use one more time the sso LDAP Yunohost to log in forgejo (without password from portal) and still have admin access, the Yunohost user also are logged by Yunohost LDAP…