You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously I used only the token entry, and it worked, as per example shown above.
In latest WUD, in order to make it work, I had to add all 3 entries, and I also added the {REGISTRY_NAME} (I used PUBLIC), which is not present in documentation:
But it wouldn't work. I then tried to use a personal token to access the API, and it worked. So docs should be amended with WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}TOKEN vs WUD_REGISTRY_FORGEJO{REGISTRY_NAME}_PASSWORD.
Thanks for the great release.
The text was updated successfully, but these errors were encountered:
alexdelprete
changed the title
Registries issues in documentation: GITLAB / FORGEJO
WUD 8.0.0 - Registries issues in documentation: GITLAB / FORGEJO
Jan 15, 2025
Since this works, I guess it's better to rename the WUD_REGISTRY_FORGEJO_CODEBERG_PASSWORD variable WUD_REGISTRY_FORGEJO_CODEBERG_TOKEN.
I didn't read the Forgejo API docs, are you sure the API works with user/pw and not with user/token? For me it worked when using the PAT and not the password.
Regarding GITLAB, in docs I read this:
Previously I used only the token entry, and it worked, as per example shown above.
In latest WUD, in order to make it work, I had to add all 3 entries, and I also added the {REGISTRY_NAME} (I used PUBLIC), which is not present in documentation:
Regarding FORGEJO, docs say:
But it wouldn't work. I then tried to use a personal token to access the API, and it worked. So docs should be amended with WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}TOKEN vs WUD_REGISTRY_FORGEJO{REGISTRY_NAME}_PASSWORD.
Thanks for the great release.
The text was updated successfully, but these errors were encountered: