Data path should be in a writable location, ie. /var
Build and provide rpm of gitea / rpmbuild (f44) (release) Successful in 6m31s
Build and provide rpm of gitea / rpmbuild (rawhide) (release) Successful in 6m16s

This commit is contained in:
2026-05-17 17:51:50 +02:00
parent 755fb6b25f
commit 60b7561edd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,2 +1,6 @@
.idea/
BUILD/
RPMS/
+1 -1
View File
@@ -11,7 +11,7 @@ index a7476ad..bc86fb3 100644
;;
;; Default path for App data
-;APP_DATA_PATH = data ; relative paths will be made absolute with _`AppWorkPath`_
+APP_DATA_PATH = /usr/lib/gitea/data
+APP_DATA_PATH = /var/lib/gitea/data
;;
;; Base path for App's temp files, leave empty to use the managed tmp directory in APP_DATA_PATH
;APP_TEMP_PATH =