after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
forgejo/data/gitea/avatars/aab74637b6c33c04d73a89d1f584f407
Normal file
BIN
forgejo/data/gitea/avatars/aab74637b6c33c04d73a89d1f584f407
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -1,5 +1,8 @@
|
|||
APP_NAME = Forgejo: Beyond coding. We forge.
|
||||
APP_NAME = einszwovier forge
|
||||
RUN_MODE = prod
|
||||
APP_SLOGAN =
|
||||
RUN_USER = git
|
||||
WORK_PATH = /data/gitea
|
||||
|
||||
[repository]
|
||||
ROOT = /data/git/repositories
|
||||
|
|
@ -13,14 +16,16 @@ TEMP_PATH = /data/gitea/uploads
|
|||
|
||||
[server]
|
||||
APP_DATA_PATH = /data/gitea
|
||||
DOMAIN = localhost
|
||||
SSH_DOMAIN = localhost
|
||||
DOMAIN = 124.local
|
||||
SSH_DOMAIN = 124.local
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL =
|
||||
ROOT_URL = http://124.local:3003/
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 22
|
||||
SSH_LISTEN_PORT = 22
|
||||
LFS_START_SERVER = false
|
||||
LFS_START_SERVER = true
|
||||
LFS_JWT_SECRET = hZvHy32wQr50I0x51W9WqQvYqNEfm45PqAoq7KJcw2k
|
||||
OFFLINE_MODE = true
|
||||
|
||||
[database]
|
||||
PATH = /data/gitea/gitea.db
|
||||
|
|
@ -30,12 +35,15 @@ NAME = gitea
|
|||
USER = root
|
||||
PASSWD =
|
||||
LOG_SQL = false
|
||||
SCHEMA =
|
||||
SSL_MODE = disable
|
||||
|
||||
[indexer]
|
||||
ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
|
||||
|
||||
[session]
|
||||
PROVIDER_CONFIG = /data/gitea/sessions
|
||||
PROVIDER = file
|
||||
|
||||
[picture]
|
||||
AVATAR_UPLOAD_PATH = /data/gitea/avatars
|
||||
|
|
@ -50,14 +58,43 @@ LEVEL = info
|
|||
ROOT_PATH = /data/gitea/log
|
||||
|
||||
[security]
|
||||
INSTALL_LOCK = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY =
|
||||
REVERSE_PROXY_LIMIT = 1
|
||||
REVERSE_PROXY_TRUSTED_PROXIES = *
|
||||
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3NjI3NzI1NDN9.XRM_LxqMxCNJC4odRqZcNZ-C8LNxCV1pDFGi5ks789s
|
||||
PASSWORD_HASH_ALGO = pbkdf2_hi
|
||||
|
||||
[service]
|
||||
DISABLE_REGISTRATION = false
|
||||
REQUIRE_SIGNIN_VIEW = false
|
||||
REGISTER_EMAIL_CONFIRM = false
|
||||
ENABLE_NOTIFY_MAIL = false
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
|
||||
ENABLE_CAPTCHA = true
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = false
|
||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
|
||||
DEFAULT_ENABLE_TIMETRACKING = true
|
||||
NO_REPLY_ADDRESS = noreply.localhost
|
||||
|
||||
[lfs]
|
||||
PATH = /data/git/lfs
|
||||
|
||||
[mailer]
|
||||
ENABLED = false
|
||||
|
||||
[openid]
|
||||
ENABLE_OPENID_SIGNIN = true
|
||||
ENABLE_OPENID_SIGNUP = true
|
||||
|
||||
[cron.update_checker]
|
||||
ENABLED = true
|
||||
|
||||
[repository.pull-request]
|
||||
DEFAULT_MERGE_STYLE = merge
|
||||
|
||||
[repository.signing]
|
||||
DEFAULT_TRUST_MODEL = committer
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = DCWJLYmNbdJngkBLfZBNHX9IHBFE1A-Op3EvURtCsU0
|
||||
|
|
|
|||
22
forgejo/data/gitea/home/.gitconfig
Normal file
22
forgejo/data/gitea/home/.gitconfig
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[diff]
|
||||
algorithm = histogram
|
||||
[core]
|
||||
logallrefupdates = true
|
||||
quotePath = false
|
||||
commitGraph = true
|
||||
[gc]
|
||||
reflogexpire = 90
|
||||
writeCommitGraph = true
|
||||
[user]
|
||||
name = Gitea
|
||||
email = gitea@fake.local
|
||||
[receive]
|
||||
advertisePushOptions = true
|
||||
procReceiveRefs = refs/for
|
||||
[fetch]
|
||||
writeCommitGraph = true
|
||||
[safe]
|
||||
directory = *
|
||||
[uploadpack]
|
||||
allowfilter = true
|
||||
allowAnySHA1InWant = true
|
||||
1
forgejo/data/gitea/indexers/issues.bleve/index_meta.json
Normal file
1
forgejo/data/gitea/indexers/issues.bleve/index_meta.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"storage":"boltdb","index_type":"scorch"}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"version":4}
|
||||
BIN
forgejo/data/gitea/indexers/issues.bleve/store/root.bolt
Normal file
BIN
forgejo/data/gitea/indexers/issues.bleve/store/root.bolt
Normal file
Binary file not shown.
BIN
forgejo/data/gitea/queues/common/000002.ldb
Normal file
BIN
forgejo/data/gitea/queues/common/000002.ldb
Normal file
Binary file not shown.
1
forgejo/data/gitea/queues/common/CURRENT
Normal file
1
forgejo/data/gitea/queues/common/CURRENT
Normal file
|
|
@ -0,0 +1 @@
|
|||
MANIFEST-000004
|
||||
0
forgejo/data/gitea/queues/common/LOCK
Normal file
0
forgejo/data/gitea/queues/common/LOCK
Normal file
16
forgejo/data/gitea/queues/common/LOG
Normal file
16
forgejo/data/gitea/queues/common/LOG
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
=============== Nov 10, 2025 (CET) ===============
|
||||
12:02:27.139922 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
12:02:27.141510 db@open opening
|
||||
12:02:27.141943 version@stat F·[] S·0B[] Sc·[]
|
||||
12:02:27.142289 db@janitor F·2 G·0
|
||||
12:02:27.142333 db@open done T·789.083µs
|
||||
=============== Nov 10, 2025 (CET) ===============
|
||||
14:41:11.536178 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
14:41:11.537691 version@stat F·[] S·0B[] Sc·[]
|
||||
14:41:11.537733 db@open opening
|
||||
14:41:11.537879 journal@recovery F·1
|
||||
14:41:11.537972 journal@recovery recovering @1
|
||||
14:41:11.538886 memdb@flush created L0@2 N·26 S·542B "act..igh,v26":"web..low,v17"
|
||||
14:41:11.539093 version@stat F·[1] S·542B[542B] Sc·[0.25]
|
||||
14:41:11.543912 db@janitor F·3 G·0
|
||||
14:41:11.543982 db@open done T·6.225416ms
|
||||
BIN
forgejo/data/gitea/queues/common/MANIFEST-000004
Normal file
BIN
forgejo/data/gitea/queues/common/MANIFEST-000004
Normal file
Binary file not shown.
BIN
forgejo/data/gitea/sessions/6/7/671ec6cf26e818fa
Normal file
BIN
forgejo/data/gitea/sessions/6/7/671ec6cf26e818fa
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue