summarylogtreecommitdiffstats
path: root/01-adjust-config.patch
diff options
context:
space:
mode:
authorSam Whited2018-11-10 11:36:08 -0600
committerSam Whited2018-11-10 11:36:41 -0600
commit4b1df37b692a138c111c11505bd542d125d9bfca (patch)
tree3f583df91d022fff46e36a008bf06617db333fc2 /01-adjust-config.patch
parent0a26f1bcb499b044efca83beab6e1e56cfb421ba (diff)
downloadaur-4b1df37b692a138c111c11505bd542d125d9bfca.tar.gz
Make consistent with community/gitea
Diffstat (limited to '01-adjust-config.patch')
-rw-r--r--01-adjust-config.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/01-adjust-config.patch b/01-adjust-config.patch
deleted file mode 100644
index 5a0a262f8677..000000000000
--- a/01-adjust-config.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- app.ini.sample
-+++ app.ini.sample
-@@ -7,12 +7,12 @@
- ; App name that shows in every page title
- APP_NAME = Gitea: Git with a cup of tea
- ; Change it if you run locally
--RUN_USER = git
-+RUN_USER = gitea
- ; Either "dev", "prod" or "test", default is "dev"
- RUN_MODE = dev
-
- [repository]
--ROOT =
-+ROOT = /home/gitea/gitea-repositories/
- SCRIPT_TYPE = bash
- ; Default ANSI charset
- ANSI_CHARSET =
-@@ -141,7 +141,7 @@
- ; The port number the builtin SSH server should listen on
- SSH_LISTEN_PORT = %(SSH_PORT)s
- ; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
--SSH_ROOT_PATH =
-+SSH_ROOT_PATH = /home/gitea/.ssh
- ; For the built-in SSH server, 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
-@@ -176,7 +176,7 @@
- KEY_FILE = custom/https/key.pem
- ; Root directory containing templates and static files.
- ; default is the path where Gitea is executed
--STATIC_ROOT_PATH =
-+STATIC_ROOT_PATH = /var/lib/gitea
- ; Default path for App data
- APP_DATA_PATH = data
- ; Application level GZIP support
-@@ -431,7 +431,7 @@
- FORMAT =
-
- [log]
--ROOT_PATH =
-+ROOT_PATH = /var/log/gitea
- ; Either "console", "file", "conn", "smtp" or "database", default is "console"
- ; Use comma to separate multiple modes, e.g. "console, file"
- MODE = console