You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -398,6 +398,7 @@ INTERNAL_TOKEN=
398
398
;; By modifying the Gitea database, users can gain Gitea administrator privileges.
399
399
;; It also enables them to access other resources available to the user on the operating system that is running the Gitea instance and perform arbitrary actions in the name of the Gitea OS user.
400
400
;; WARNING: This maybe harmful to you website or your operating system.
401
+
;; WARNING: Setting this to true does not change existing hooks in git repos; adjust it before if necessary.
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -497,6 +497,7 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
497
497
It also enables them to access other resources available to the user on the operating system that is running the
498
498
Gitea instance and perform arbitrary actions in the name of the Gitea OS user.
499
499
This maybe harmful to you website or your operating system.
500
+
Setting this to true does not change existing hooks in git repos; adjust it before if necessary.
500
501
-`DISABLE_WEBHOOKS`: **false**: Set to `true` to disable webhooks feature.
501
502
-`ONLY_ALLOW_PUSH_IF_GITEA_ENVIRONMENT_SET`: **true**: Set to `false` to allow local users to push to gitea-repositories without setting up the Gitea environment. This is not recommended and if you want local users to push to Gitea repositories you should set the environment appropriately.
502
503
-`IMPORT_LOCAL_PATHS`: **false**: Set to `false` to prevent all users (including admin) from importing local path on server.
0 commit comments