-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Can Gitea support Azure file storage? #28810
Comments
Looks like your file system is readonly. |
@lunny Yes it is readonly file system according to our security requirement, below is the deployment yaml file:
Could you pls let me is this a configuration issue or Gitea has limitation on supporting Azure file storage? I feel unless I remove the PVC, I can't make it work.... |
Gitea will not know the real file system after you mount. So I don't think this is a problem can be resolved from Gitea side. It should be a configuration problem. |
Feature Description
I see #22527 about Azure Blob Storage and this is about Azure File Storage support. I'm trying to deploy Gitea on ARO with Azure file storage, according to https://help.thorntech.com/docs/next/sftp-gateway-azure/azure-file-storage-mount/#caveats-and-limitations , with Azure file storage, it is impossible to do chmod.
This is my app.ini and I have PVC mount to
/data
:The first issue I met is Gitea pod can't be started with error:
After some investigate I'm able to fix it by adding below to app.ini because I mount
/data/git
as emptyDir so change permission is fine in this folder:But then I meet another permission issue when trying to login Gitea from UI:
And error when trying to create an organization:
So unless we remove the PVC mount, it is impossible to use Azure file storage? Does Gitea support Azure file storage?
Screenshots
No response
The text was updated successfully, but these errors were encountered: