-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] - mkdir jwt - permission denied #16218
Comments
I also encountered this issue - this is caused by the application setting permissions on |
You can set:
More information is available here: https://docs.gitea.io/en-us/config-cheat-sheet/#oauth2-oauth2 |
Thanks for the additional feedback @zeripath - I still believe the folder permissions should be altered, or changed after the subfolder is created. This should be a fairly trivial alteration to
I would be happy to submit a PR, but I have no further information as to why these permissions are set to |
Yeah it appears to be a breaking change by default - I'm gonna mark it as breaking and we're gonna need to think about what we do by default here. |
Well two options: |
thanks @6543 - I would guess we should have the default be a fallback to the old case when it can't create - with a log Error. |
good idear :) cc @KN4CK3R |
1.15.0+dev-453-g4fcae3d06
via Docker imagegitea/gitea:latest-rootless
Description
This causes the Docker container to continually restart.
Related issue: #15912
Related pull request: #16010
The text was updated successfully, but these errors were encountered: