From f984a3b78214208566ffa94d1746ae152223c540 Mon Sep 17 00:00:00 2001 From: pvk Date: Wed, 11 Jan 2023 06:47:01 +0000 Subject: [PATCH] Update patch-custom_conf_app_example_ini, noticed by sthen@, thanks! --- .../patches/patch-custom_conf_app_example_ini | 152 ++++++++---------- 1 file changed, 69 insertions(+), 83 deletions(-) diff --git a/www/gitea/patches/patch-custom_conf_app_example_ini b/www/gitea/patches/patch-custom_conf_app_example_ini index 517070c727e..acc8d538b8c 100644 --- a/www/gitea/patches/patch-custom_conf_app_example_ini +++ b/www/gitea/patches/patch-custom_conf_app_example_ini @@ -10,7 +10,7 @@ Index: custom/conf/app.example.ini ;; ;; Application run mode, affects performance and debugging. Either "dev", "prod" or "test", default is "prod" RUN_MODE = ; prod -@@ -95,7 +95,7 @@ RUN_MODE = ; prod +@@ -115,7 +115,7 @@ RUN_MODE = ; prod ;SSH_LISTEN_HOST = ;; ;; Port number to be exposed in clone URL @@ -19,7 +19,7 @@ Index: custom/conf/app.example.ini ;; ;; The port number the builtin SSH server should listen on ;SSH_LISTEN_PORT = %(SSH_PORT)s -@@ -224,7 +224,7 @@ RUN_MODE = ; prod +@@ -244,7 +244,7 @@ RUN_MODE = ; prod ;STATIC_ROOT_PATH = ;; ;; Default path for App data @@ -28,7 +28,7 @@ Index: custom/conf/app.example.ini ;; ;; Enable gzip compression for runtime-generated content, static resources excluded ;ENABLE_GZIP = false -@@ -235,7 +235,7 @@ RUN_MODE = ; prod +@@ -255,7 +255,7 @@ RUN_MODE = ; prod ;ENABLE_PPROF = false ;; ;; PPROF_DATA_PATH, use an absolute path when you start gitea as service @@ -37,7 +37,7 @@ Index: custom/conf/app.example.ini ;; ;; Landing page, can be "home", "explore", "organizations", "login", or any URL such as "/org/repo" or even "https://anotherwebsite.com" ;; The "login" choice is not a security measure but just a UI flow change, use REQUIRE_SIGNIN_VIEW to force users to log in. -@@ -284,10 +284,10 @@ LFS_JWT_SECRET = +@@ -304,10 +304,10 @@ LFS_JWT_SECRET = ;; ;; MySQL Configuration ;; @@ -52,7 +52,7 @@ Index: custom/conf/app.example.ini ;PASSWD = ;Use PASSWD = `your password` for quoting if you use special characters in the password. ;SSL_MODE = false ; either "false" (default), "true", or "skip-verify" ;CHARSET = utf8mb4 ;either "utf8" or "utf8mb4", default is "utf8mb4". -@@ -299,9 +299,9 @@ USER = root +@@ -319,9 +319,9 @@ USER = root ;; Postgres Configuration ;; ;DB_TYPE = postgres @@ -64,7 +64,7 @@ Index: custom/conf/app.example.ini ;PASSWD = ;SCHEMA = ;SSL_MODE=disable ;either "disable" (default), "require", or "verify-full" -@@ -310,8 +310,8 @@ USER = root +@@ -330,8 +330,8 @@ USER = root ;; ;; SQLite Configuration ;; @@ -73,18 +73,18 @@ Index: custom/conf/app.example.ini +DB_TYPE = sqlite3 +PATH = ${LOCALSTATEDIR}/gitea/data/gitea.db ;SQLITE_TIMEOUT = ; Query timeout defaults to: 500 + ;SQLITE_JOURNAL_MODE = ; defaults to sqlite database default (often DELETE), can be used to enable WAL mode. https://www.sqlite.org/pragma.html#pragma_journal_mode ;; - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@@ -362,7 +362,7 @@ INSTALL_LOCK = false - SECRET_KEY = +@@ -388,7 +388,7 @@ SECRET_KEY = + ;SECRET_KEY_URI = file:/etc/gitea/secret_key ;; ;; Secret used to validate communication within Gitea binary. -INTERNAL_TOKEN= +INTERNAL_TOKEN = ;; - ;; Instead of defining internal token in the configuration, this configuration option can be used to give Gitea a path to a file that contains the internal token (example value: file:/etc/gitea/internal_token) - ;INTERNAL_TOKEN_URI = ;e.g. /etc/gitea/internal_token -@@ -397,7 +397,7 @@ INTERNAL_TOKEN= + ;; Alternative location to specify internal token, instead of this file; you cannot specify both this and INTERNAL_TOKEN, and must pick one + ;INTERNAL_TOKEN_URI = file:/etc/gitea/internal_token +@@ -424,7 +424,7 @@ INTERNAL_TOKEN= ;; This enables the users to access and modify this config file and the Gitea database and interrupt the Gitea service. ;; By modifying the Gitea database, users can gain Gitea administrator privileges. ;; 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. @@ -93,7 +93,7 @@ Index: custom/conf/app.example.ini ;; WARNING: Setting this to true does not change existing hooks in git repos; adjust it before if necessary. ;DISABLE_GIT_HOOKS = true ;; -@@ -457,7 +457,7 @@ ENABLE = true +@@ -484,7 +484,7 @@ ENABLE = true ;; Private key file path used to sign OAuth2 tokens. The path is relative to APP_DATA_PATH. ;; This setting is only needed if JWT_SIGNING_ALGORITHM is set to RS256, RS384, RS512, ES256, ES384 or ES512. ;; The file must contain a RSA or ECDSA private key in the PKCS8 format. If no key exists a 4096 bit key will be created for you. @@ -102,25 +102,7 @@ Index: custom/conf/app.example.ini ;; ;; OAuth2 authentication secret for access and refresh tokens, change this yourself to a unique string. CLI generate option is helpful in this case. https://docs.gitea.io/en-us/command-line/#generate ;; This setting is only needed if JWT_SIGNING_ALGORITHM is set to HS256, HS384 or HS512. -@@ -477,7 +477,7 @@ ENABLE = true - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; --[U2F] -+;[U2F] - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;; -@@ -486,7 +486,7 @@ ENABLE = true - ;; https://developers.yubico.com/U2F/App_ID.html - ;; - ;; DEPRECATED - this only applies to previously registered security keys using the U2F standard --APP_ID = ; e.g. http://localhost:3000/ -+;APP_ID = ; e.g. http://localhost:3000/ - - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@@ -495,14 +495,14 @@ APP_ID = ; e.g. http://localhost:3000/ +@@ -508,14 +508,14 @@ ENABLE = true ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Root path for the log files - defaults to %(GITEA_WORK_DIR)/log @@ -137,7 +119,7 @@ Index: custom/conf/app.example.ini ;; ;; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical" or "None", default is "Info" LEVEL = Info -@@ -683,7 +683,7 @@ ROUTER = console +@@ -697,7 +697,7 @@ ROUTER = console ;EMAIL_DOMAIN_BLOCKLIST = ;; ;; Disallow registration, only allow admins to create accounts. @@ -146,7 +128,7 @@ Index: custom/conf/app.example.ini ;; ;; Allow registration only using gitea itself, it works only when DISABLE_REGISTRATION is false ;ALLOW_ONLY_INTERNAL_REGISTRATION = false -@@ -692,7 +692,7 @@ ROUTER = console +@@ -706,7 +706,7 @@ ROUTER = console ;ALLOW_ONLY_EXTERNAL_REGISTRATION = false ;; ;; User must sign in to view anything. @@ -155,7 +137,7 @@ Index: custom/conf/app.example.ini ;; ;; Mail notification ;ENABLE_NOTIFY_MAIL = false -@@ -727,11 +727,11 @@ ROUTER = console +@@ -749,11 +749,11 @@ ROUTER = console ;; ;; Default value for KeepEmailPrivate ;; Each new user will get the value of this setting copied into their profile @@ -169,7 +151,7 @@ Index: custom/conf/app.example.ini ;; Default value for IsRestricted ;; Every new user will have restricted permissions depending on this setting ;DEFAULT_USER_IS_RESTRICTED = false -@@ -740,7 +740,7 @@ ROUTER = console +@@ -762,7 +762,7 @@ ROUTER = console ;; Limited is for users visible only to signed users ;; Private is for users visible only to members of their organizations ;; Public is for users visible for everyone @@ -178,7 +160,7 @@ Index: custom/conf/app.example.ini ;; ;; Set which visibility modes a user can have ;ALLOWED_USER_VISIBILITY_MODES = public,limited,private -@@ -749,7 +749,7 @@ ROUTER = console +@@ -771,7 +771,7 @@ ROUTER = console ;; Limited is for organizations visible only to signed users ;; Private is for organizations visible only to members of the organization ;; Public is for organizations visible to everyone @@ -187,7 +169,12 @@ Index: custom/conf/app.example.ini ;; ;; Default value for DefaultOrgMemberVisible ;; True will make the membership of the users visible when added to the organisation -@@ -818,10 +818,10 @@ ROUTER = console +@@ -836,14 +836,14 @@ ROUTER = console + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[repository] ++[repository] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Root path for storing all repository data. By default, it is set to %(APP_DATA_PATH)/gitea-repositories. ;; A relative path is interpreted as %(GITEA_WORK_DIR)/%(ROOT) @@ -200,7 +187,7 @@ Index: custom/conf/app.example.ini ;; ;; DETECTED_CHARSETS_ORDER tie-break order for detected charsets. ;; If the charsets have equal confidence, tie-breaking will be done by order in this list -@@ -836,7 +836,7 @@ ROUTER = console +@@ -858,7 +858,7 @@ ROUTER = console ;FORCE_PRIVATE = false ;; ;; Default privacy setting when creating a new repository, allowed values: last, private, public. Default is last which means the last setting used. @@ -209,7 +196,7 @@ Index: custom/conf/app.example.ini ;; ;; Default private when using push-to-create ;DEFAULT_PUSH_CREATE_PRIVATE = true -@@ -852,7 +852,7 @@ ROUTER = console +@@ -874,7 +874,7 @@ ROUTER = console ;; ;; Preferred Licenses to place at the top of the List ;; The name here must match the filename in options/license or custom/options/license @@ -218,7 +205,7 @@ Index: custom/conf/app.example.ini ;; ;; Disable the ability to interact with repositories using the HTTP protocol ;DISABLE_HTTP_GIT = false -@@ -911,16 +911,16 @@ ROUTER = console +@@ -933,16 +933,16 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -238,7 +225,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -@@ -928,7 +928,7 @@ ROUTER = console +@@ -950,7 +950,7 @@ ROUTER = console ;ENABLED = true ;; ;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on gitea restart) @@ -247,7 +234,7 @@ Index: custom/conf/app.example.ini ;; ;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types. ;ALLOWED_TYPES = -@@ -1087,7 +1087,7 @@ ROUTER = console +@@ -1112,7 +1112,7 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -256,7 +243,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -@@ -1118,7 +1118,7 @@ ROUTER = console +@@ -1146,7 +1146,7 @@ ROUTER = console ;MAX_DISPLAY_FILE_SIZE = 8388608 ;; ;; Whether the email of the user should be shown in the Explore Users page @@ -265,7 +252,7 @@ Index: custom/conf/app.example.ini ;; ;; Set the default theme for the Gitea install ;DEFAULT_THEME = auto -@@ -1253,7 +1253,7 @@ ROUTER = console +@@ -1288,7 +1288,7 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -274,7 +261,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -@@ -1264,7 +1264,7 @@ ROUTER = console +@@ -1299,7 +1299,7 @@ ROUTER = console ;ISSUE_INDEXER_TYPE = bleve ;; ;; Issue indexer storage path, available when ISSUE_INDEXER_TYPE is bleve @@ -283,7 +270,7 @@ Index: custom/conf/app.example.ini ;; ;; Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch ;ISSUE_INDEXER_CONN_STR = http://elastic:changeme@localhost:9200 -@@ -1282,7 +1282,7 @@ ROUTER = console +@@ -1317,7 +1317,7 @@ ROUTER = console ;; When ISSUE_INDEXER_QUEUE_TYPE is levelqueue, this will be the path where the queue will be saved. ;; This can be overridden by `ISSUE_INDEXER_QUEUE_CONN_STR`. ;; default is queues/common @@ -292,7 +279,7 @@ Index: custom/conf/app.example.ini ;; ;; When `ISSUE_INDEXER_QUEUE_TYPE` is `redis`, this will store the redis connection string. ;; When `ISSUE_INDEXER_QUEUE_TYPE` is `levelqueue`, this is a directory or additional options of -@@ -1303,7 +1303,7 @@ ROUTER = console +@@ -1338,7 +1338,7 @@ ROUTER = console ;REPO_INDEXER_TYPE = bleve ;; ;; Index file used for code search. available when `REPO_INDEXER_TYPE` is bleve @@ -301,7 +288,7 @@ Index: custom/conf/app.example.ini ;; ;; Code indexer connection string, available when `REPO_INDEXER_TYPE` is elasticsearch. i.e. http://elastic:changeme@localhost:9200 ;REPO_INDEXER_CONN_STR = -@@ -1383,19 +1383,19 @@ ROUTER = console +@@ -1418,19 +1418,19 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -324,7 +311,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -@@ -1416,7 +1416,7 @@ ROUTER = console +@@ -1451,7 +1451,7 @@ ROUTER = console ;; - .livejournal.com ;; ;; Whether to allow signin in via OpenID @@ -333,7 +320,7 @@ Index: custom/conf/app.example.ini ;; ;; Whether to allow registering via OpenID ;; Do not include to rely on rhw DISABLE_REGISTRATION setting -@@ -1501,7 +1501,7 @@ ROUTER = console +@@ -1536,7 +1536,7 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -342,27 +329,29 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -@@ -1518,7 +1518,7 @@ ROUTER = console - ;; QQ: smtp.qq.com:465 - ;; As per RFC 8314 using Implicit TLS/SMTPS on port 465 (if supported) is recommended, - ;; otherwise STARTTLS on port 587 should be used. --;HOST = -+HOST = localhost:25 +@@ -1559,12 +1559,12 @@ ROUTER = console + ;; If your provider does not explicitly say which protocol it uses but does provide a port, + ;; you can set SMTP_PORT instead and this will be inferred. + ;; (Before 1.18, see the notice, this was controlled via MAILER_TYPE and IS_TLS_ENABLED.) +-;PROTOCOL = ++PROTOCOL = smtp ;; - ;; Disable HELO operation when hostnames are different. - ;DISABLE_HELO = -@@ -1531,15 +1531,15 @@ ROUTER = console + ;; Mail server address, e.g. smtp.gmail.com. + ;; For smtp+unix, this should be a path to a unix socket instead. + ;; (Before 1.18, see the notice, this was combined with SMTP_PORT as HOST.) +-;SMTP_ADDR = ++SMTP_ADDR = localhost:25 ;; - ;; Use client certificate - ;USE_CERTIFICATE = false --;CERT_FILE = custom/mailer/cert.pem --;KEY_FILE = custom/mailer/key.pem -+CERT_FILE = ${LOCALSTATEDIR}/gitea/custom/mailer/cert.pem -+KEY_FILE = ${LOCALSTATEDIR}/gitea/custom/mailer/key.pem + ;; Mail server port. Common ports are: + ;; 25: insecure SMTP +@@ -1587,11 +1587,11 @@ ROUTER = console ;; - ;; Should SMTP connect with TLS, (if port ends with 465 TLS will always be used.) - ;; If this is false but STARTTLS is supported the connection will be upgraded to TLS opportunistically. - ;IS_TLS_ENABLED = false + ;; Use client certificate in connection. + ;USE_CLIENT_CERT = false +-;CLIENT_CERT_FILE = custom/mailer/cert.pem +-;CLIENT_KEY_FILE = custom/mailer/key.pem ++;CLIENT_CERT_FILE = ${LOCALSTATEDIR}/gitea/custom/mailer/cert.pem ++;CLIENT_KEY_FILE = ${LOCALSTATEDIR}/gitea/custom/mailer/key.pem ;; ;; Mail from address, RFC 5322. This can be just an email address, or the `"Name" ` format -;FROM = @@ -370,15 +359,12 @@ Index: custom/conf/app.example.ini ;; ;; Sometimes it is helpful to use a different address on the envelope. Set this to use ENVELOPE_FROM as the from on the envelope. Set to `<>` to send an empty address. ;ENVELOPE_FROM = -@@ -1552,13 +1552,13 @@ ROUTER = console +@@ -1603,10 +1603,10 @@ ROUTER = console ;PASSWD = ;; - ;; Send mails as plain text + ;; Send mails only in plain text, without HTML alternative -;SEND_AS_PLAIN_TEXT = false +SEND_AS_PLAIN_TEXT = true - ;; - ;; Set Mailer Type (either SMTP, sendmail or dummy to just send to the log) - ;MAILER_TYPE = smtp ;; ;; Specify an alternative sendmail binary -;SENDMAIL_PATH = sendmail @@ -386,7 +372,7 @@ Index: custom/conf/app.example.ini ;; ;; Specify any extra sendmail arguments ;; WARNING: if your sendmail program interprets options you should set this to "--" or terminate these args with "--" -@@ -1614,20 +1614,20 @@ ROUTER = console +@@ -1662,20 +1662,20 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -410,7 +396,7 @@ Index: custom/conf/app.example.ini ;; ;; Session cookie name ;COOKIE_NAME = i_like_gitea -@@ -1646,12 +1646,12 @@ ROUTER = console +@@ -1694,12 +1694,12 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -426,7 +412,7 @@ Index: custom/conf/app.example.ini ;; ;; How Gitea deals with missing repository avatars ;; none = no avatar will be displayed; random = random avatar will be displayed; image = default image will be used -@@ -1676,7 +1676,7 @@ ROUTER = console +@@ -1724,7 +1724,7 @@ ROUTER = console ;GRAVATAR_SOURCE = gravatar ;; ;; This value will always be true in offline mode. @@ -435,7 +421,7 @@ Index: custom/conf/app.example.ini ;; ;; Federated avatar lookup uses DNS to discover avatar associated ;; with emails, see https://www.libravatar.org -@@ -1685,7 +1685,7 @@ ROUTER = console +@@ -1733,7 +1733,7 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -444,7 +430,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -@@ -1710,7 +1710,7 @@ ROUTER = console +@@ -1758,7 +1758,7 @@ ROUTER = console ;SERVE_DIRECT = false ;; ;; Path for attachments. Defaults to `data/attachments` only available when STORAGE_TYPE is `local` @@ -453,7 +439,7 @@ Index: custom/conf/app.example.ini ;; ;; Minio endpoint to connect only available when STORAGE_TYPE is `minio` ;MINIO_ENDPOINT = localhost:9000 -@@ -1735,14 +1735,14 @@ ROUTER = console +@@ -1783,14 +1783,14 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -470,7 +456,7 @@ Index: custom/conf/app.example.ini ;; ;; Location the UI time display i.e. Asia/Shanghai ;; Empty means server's location setting -@@ -2143,14 +2143,14 @@ ROUTER = console +@@ -2191,14 +2191,14 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -488,7 +474,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@@ -2268,7 +2268,7 @@ ROUTER = console +@@ -2336,7 +2336,7 @@ ROUTER = console ;ENABLED = true ;; ;; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload` @@ -497,7 +483,7 @@ Index: custom/conf/app.example.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@@ -2298,7 +2298,7 @@ ROUTER = console +@@ -2366,7 +2366,7 @@ ROUTER = console ;STORAGE_TYPE = local ;; ;; Where your lfs files reside, default is data/lfs.