-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add a note about how to use sqlite3 and docker via docker-compose #21596
Conversation
IMO the simple config should be enough, the default db type is sqlite3. ps: not sure whether the timezone/localtime work for non-Linux systems.
|
Some backgrounds: The SQLite3 installation could be covered by https://docs.gitea.io/en-us/install-with-docker/#basics: But there seems to be a bug: if a user ever changes the UI language, then the default database value also changes ......... I could take a look later, to make sure when switching language, the default database type keeps consistent. |
Related: * #21596 (comment) There was a bug when switching language by AJAX: the irrelevant POST requests were processed by the target page's handler. Now, use GET instead of POST. The GET requests should be harmless. Co-authored-by: delvh <[email protected]> Co-authored-by: Jason Song <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
Backport #21597 Related: * #21596 (comment) There was a bug when switching language by AJAX: the irrelevant POST requests were processed by the target page's handler. Now, use GET instead of POST. The GET requests should be harmless. Co-authored-by: delvh <[email protected]> Co-authored-by: Jason Song <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Backport #21597 Related: * #21596 (comment) There was a bug when switching language by AJAX: the irrelevant POST requests were processed by the target page's handler. Now, use GET instead of POST. The GET requests should be harmless. Co-authored-by: delvh <[email protected]> Co-authored-by: Jason Song <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
No description provided.