summarylogtreecommitdiffstats
path: root/0001-Adjust-config-for-Arch-Linux-package.patch
diff options
context:
space:
mode:
authorAnton Kudryavtsev2017-11-26 16:30:04 +0300
committerAnton Kudryavtsev2017-11-26 16:30:04 +0300
commit67590466bd42eacf7c154b144248cb3b567f77e6 (patch)
tree9e9023eb778401fbb1e3d1f8493e250599ebc6d2 /0001-Adjust-config-for-Arch-Linux-package.patch
parent5438f1e05914a25a16d051ab7ac7b83db13edbd9 (diff)
downloadaur-67590466bd42eacf7c154b144248cb3b567f77e6.tar.gz
Config patch & path updates
Diffstat (limited to '0001-Adjust-config-for-Arch-Linux-package.patch')
-rw-r--r--0001-Adjust-config-for-Arch-Linux-package.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/0001-Adjust-config-for-Arch-Linux-package.patch b/0001-Adjust-config-for-Arch-Linux-package.patch
index 3f7b9c183714..64549fd6b45e 100644
--- a/0001-Adjust-config-for-Arch-Linux-package.patch
+++ b/0001-Adjust-config-for-Arch-Linux-package.patch
@@ -1,6 +1,6 @@
--- app.ini
-+++ app.ini 2017-11-20 12:28:24.436666669 +0300
-@@ -1,12 +1,12 @@
++++ app.ini 2017-11-26 16:26:44.503333332 +0300
+@@ -5,12 +5,12 @@
; App name that shows on every page title
APP_NAME = Gitea: Git with a cup of tea
; Change it if you run locally
@@ -16,7 +16,7 @@
SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
-@@ -36,13 +36,13 @@
+@@ -40,13 +40,13 @@
[repository.local]
; Path for uploads. Defaults to `tmp/local-repo`
@@ -32,7 +32,7 @@
; One or more allowed types, e.g. image/jpeg|image/png. Nothing means any file type
ALLOWED_TYPES =
; Max size of each file in MB. Defaults to 3MB
-@@ -124,7 +124,7 @@
+@@ -128,7 +128,7 @@
; Port number builtin SSH server listens on
SSH_LISTEN_PORT = %(SSH_PORT)s
; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
@@ -41,7 +41,7 @@
; For built-in SSH server only, choose the ciphers to support for SSH connections,
; for system SSH this setting has no effect
SSH_SERVER_CIPHERS = aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, arcfour256, arcfour128
-@@ -155,13 +155,13 @@
+@@ -159,13 +159,13 @@
; not forget to export the private key):
; $ openssl pkcs12 -in cert.pfx -out cert.pem -nokeys
; $ openssl pkcs12 -in cert.pfx -out key.pem -nocerts -nodes
@@ -59,7 +59,7 @@
; Application level GZIP support
ENABLE_GZIP = false
; Landing page, can be "home", "explore", or "organizations"
-@@ -169,7 +169,7 @@
+@@ -173,7 +173,7 @@
; Enables git-lfs support. true or false, default is false.
LFS_START_SERVER = false
; Where your lfs files put on, default is data/lfs.
@@ -68,7 +68,7 @@
; LFS authentication secret, changed this to yourself.
LFS_JWT_SECRET =
-@@ -185,22 +185,22 @@
+@@ -189,22 +189,22 @@
DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = gitea
@@ -95,7 +95,7 @@
UPDATE_BUFFER_LEN = 20
MAX_FILE_SIZE = 1048576
-@@ -324,8 +324,8 @@
+@@ -328,8 +328,8 @@
SKIP_VERIFY =
; Use client certificate
USE_CERTIFICATE = false
@@ -106,7 +106,7 @@
; Mail from address, RFC 5322. This can be just an email address, or the `"Name" <email@example.com>` format
FROM =
; Mailer user name and password
-@@ -361,7 +361,7 @@
+@@ -365,7 +365,7 @@
; file: session file path, e.g. `data/sessions`
; redis: network=tcp,addr=:6379,password=macaron,db=0,pool_size=100,idle_timeout=180
; mysql: go-sql-driver/mysql dsn config string, e.g. `root:password@/session_table`
@@ -115,7 +115,7 @@
; Session cookie name
COOKIE_NAME = i_like_gitea
; If you use session in https only, default is false
-@@ -374,7 +374,7 @@
+@@ -378,7 +378,7 @@
SESSION_LIFE_TIME = 86400
[picture]
@@ -124,7 +124,7 @@
; Chinese users can choose "duoshuo"
; or a custom avatar source, like: http://cn.gravatar.com/avatar/
GRAVATAR_SOURCE = gravatar
-@@ -389,7 +389,7 @@
+@@ -393,7 +393,7 @@
; Whether attachments are enabled. Defaults to `true`
ENABLE = true
; Path for attachments. Defaults to `data/attachments`
@@ -133,7 +133,7 @@
; One or more allowed types, e.g. image/jpeg|image/png
ALLOWED_TYPES = image/jpeg|image/png|application/zip|application/gzip
; Max size of each file. Defaults to 32MB
-@@ -404,7 +404,7 @@
+@@ -408,7 +408,7 @@
FORMAT =
[log]