-
-
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
APP_DATA_PATH vs WORK_PATH #33157
Comments
I think you are using docker, nothing need to do.
At the moment, no, Gitea will do the best to avoid conflicting.
Not that easy. |
Thank you for your reply. Yes - I'm using Docker. But in terms of filesystem structure, there is probably no much difference, so that's why I didn't mention it.
Ah ok. If it was a matter of simply moving a number of folders to the new location, I'd be happy to do it. Thank you again.
|
It's not worth to do that, and it would break the docker's default config (although the default config is not that right, since it has been widely used so it won't cause problem) |
I think this issue could be closed? |
Sure. I appreciate your replies. Thanks! |
Hello.
I've just realized that I have these two configs the same:
When reviewing the example
app.example.ini
, I see thatAPP_DATA_PATH
should have its own dedicated folder.Is there a risk in having both of these the same? Like, if there are directories with the same name that could conflict with each other?
If I want to move
APP_DATA_PATH
to its own directory, is there an easy way to know which subdirectories I need to move into that newAPP_DATA_PATH
?Many thanks!
The text was updated successfully, but these errors were encountered: