Automated update: 2026-06-08 21:05:43
This commit is contained in:
parent
18dfd5d012
commit
3e059ca69b
69 changed files with 1413 additions and 2 deletions
102
apps/forgejo/data/gitea/conf/app.ini
Normal file
102
apps/forgejo/data/gitea/conf/app.ini
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
APP_NAME = Forgejo
|
||||
RUN_MODE = prod
|
||||
APP_SLOGAN = Beyond coding. We Forge.
|
||||
RUN_USER = git
|
||||
WORK_PATH = /data/gitea
|
||||
|
||||
[repository]
|
||||
ROOT = /data/git/repositories
|
||||
|
||||
[repository.local]
|
||||
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
|
||||
|
||||
[repository.upload]
|
||||
TEMP_PATH = /data/gitea/uploads
|
||||
|
||||
[server]
|
||||
APP_DATA_PATH = /data/gitea
|
||||
DOMAIN = gitforge.kitestacks.com
|
||||
SSH_DOMAIN = gitforge.kitestacks.com
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL = https://gitforge.kitestacks.com/
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 2222
|
||||
SSH_LISTEN_PORT = 22
|
||||
LFS_START_SERVER = true
|
||||
LFS_JWT_SECRET = YeYSRy6CEkBtsEfLcOMYMYE9zaLzkasbGYKYIEHpCy8
|
||||
OFFLINE_MODE = true
|
||||
|
||||
[database]
|
||||
PATH = /data/gitea/gitea.db
|
||||
DB_TYPE = sqlite3
|
||||
HOST = localhost:3306
|
||||
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
|
||||
REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars
|
||||
|
||||
[attachment]
|
||||
PATH = /data/gitea/attachments
|
||||
|
||||
[log]
|
||||
MODE = console
|
||||
LEVEL = info
|
||||
ROOT_PATH = /data/gitea/log
|
||||
|
||||
[security]
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY =
|
||||
REVERSE_PROXY_LIMIT = 1
|
||||
REVERSE_PROXY_TRUSTED_PROXIES = *
|
||||
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3ODA1OTQyMjF9.PGkWSZBBewFeF3GQkHJambuJPBV_guaBaEw_x2Gu6e8
|
||||
PASSWORD_HASH_ALGO = pbkdf2_hi
|
||||
|
||||
[service]
|
||||
DISABLE_REGISTRATION = true
|
||||
REQUIRE_SIGNIN_VIEW = false
|
||||
REGISTER_EMAIL_CONFIRM = false
|
||||
ENABLE_NOTIFY_MAIL = false
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
|
||||
ENABLE_CAPTCHA = false
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = false
|
||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
|
||||
DEFAULT_ENABLE_TIMETRACKING = true
|
||||
NO_REPLY_ADDRESS = noreply.forgejo.kitestacks.com
|
||||
|
||||
[lfs]
|
||||
PATH = /data/git/lfs
|
||||
|
||||
[mailer]
|
||||
ENABLED = false
|
||||
|
||||
[openid]
|
||||
ENABLE_OPENID_SIGNIN = false
|
||||
ENABLE_OPENID_SIGNUP = false
|
||||
|
||||
[oauth2_client]
|
||||
ACCOUNT_LINKING = auto
|
||||
|
||||
[cron.update_checker]
|
||||
ENABLED = true
|
||||
|
||||
[repository.pull-request]
|
||||
DEFAULT_MERGE_STYLE = merge
|
||||
|
||||
[repository.signing]
|
||||
DEFAULT_TRUST_MODEL = committer
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = mMBxEI04S-b3TX7OwrfKzxpQfJ63dA4h_HwiI8-7Ibw
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
MANIFEST-000025
|
||||
MANIFEST-000039
|
||||
|
|
|
|||
|
|
@ -103,3 +103,62 @@
|
|||
22:04:40.725273 table@compaction committed F-1 S-1KiB Ke·0 D·60 T·27.331976ms
|
||||
22:04:40.726191 table@remove removed @23
|
||||
22:04:40.726242 table@remove removed @22
|
||||
=============== Jun 6, 2026 (UTC) ===============
|
||||
22:36:44.379830 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
22:36:44.382717 version@stat F·[0 1] S·553B[0B 553B] Sc·[0.00 0.00]
|
||||
22:36:44.382754 db@open opening
|
||||
22:36:44.383095 journal@recovery F·1
|
||||
22:36:44.383226 journal@recovery recovering @24
|
||||
22:36:44.383438 version@stat F·[0 1] S·553B[0B 553B] Sc·[0.00 0.00]
|
||||
22:36:44.399505 db@janitor F·3 G·0
|
||||
22:36:44.399561 db@open done T·16.793018ms
|
||||
=============== Jun 6, 2026 (UTC) ===============
|
||||
23:35:17.095793 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
23:35:17.096495 version@stat F·[0 1] S·553B[0B 553B] Sc·[0.00 0.00]
|
||||
23:35:17.096534 db@open opening
|
||||
23:35:17.096739 journal@recovery F·1
|
||||
23:35:17.096847 journal@recovery recovering @27
|
||||
23:35:17.097061 version@stat F·[0 1] S·553B[0B 553B] Sc·[0.00 0.00]
|
||||
23:35:17.108101 db@janitor F·3 G·0
|
||||
23:35:17.108145 db@open done T·11.591018ms
|
||||
=============== Jun 8, 2026 (UTC) ===============
|
||||
07:08:10.305211 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
07:08:10.306202 version@stat F·[0 1] S·553B[0B 553B] Sc·[0.00 0.00]
|
||||
07:08:10.306212 db@open opening
|
||||
07:08:10.306258 journal@recovery F·1
|
||||
07:08:10.308238 journal@recovery recovering @29
|
||||
07:08:10.312706 memdb@flush created L0@31 N·502 S·8KiB "pus..igh,v8837":"rep..e-3,v8349"
|
||||
07:08:10.313039 version@stat F·[1 1] S·9KiB[8KiB 553B] Sc·[0.25 0.00]
|
||||
07:08:10.326707 db@janitor F·4 G·0
|
||||
07:08:10.326735 db@open done T·20.514368ms
|
||||
07:09:07.495615 table@compaction L0·1 -> L1·1 S·9KiB Q·8847
|
||||
07:09:07.500271 table@build created L1@34 N·26 S·559B "act..igh,v26":"web..low,v17"
|
||||
07:09:07.500387 version@stat F·[0 1] S·559B[0B 559B] Sc·[0.00 0.00]
|
||||
07:09:07.503724 table@compaction committed F-1 S-8KiB Ke·0 D·502 T·8.054553ms
|
||||
07:09:07.503805 table@remove removed @31
|
||||
07:09:07.503839 table@remove removed @26
|
||||
=============== Jun 8, 2026 (UTC) ===============
|
||||
10:20:54.044248 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
10:20:54.046883 version@stat F·[0 1] S·559B[0B 559B] Sc·[0.00 0.00]
|
||||
10:20:54.046912 db@open opening
|
||||
10:20:54.048038 journal@recovery F·1
|
||||
10:20:54.048215 journal@recovery recovering @32
|
||||
10:20:54.048489 version@stat F·[0 1] S·559B[0B 559B] Sc·[0.00 0.00]
|
||||
10:20:54.065842 db@janitor F·3 G·0
|
||||
10:20:54.065874 db@open done T·18.94988ms
|
||||
=============== Jun 9, 2026 (UTC) ===============
|
||||
01:55:59.985093 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
|
||||
01:55:59.986097 version@stat F·[0 1] S·559B[0B 559B] Sc·[0.00 0.00]
|
||||
01:55:59.986125 db@open opening
|
||||
01:55:59.986343 journal@recovery F·1
|
||||
01:55:59.986421 journal@recovery recovering @35
|
||||
01:55:59.990444 memdb@flush created L0@37 N·512 S·9KiB "pus..igh,v9350":"rep..e-9,v9324"
|
||||
01:55:59.990551 version@stat F·[1 1] S·10KiB[9KiB 559B] Sc·[0.25 0.00]
|
||||
01:56:00.001795 db@janitor F·4 G·0
|
||||
01:56:00.002019 db@open done T·15.860549ms
|
||||
01:56:57.192733 table@compaction L0·1 -> L1·1 S·10KiB Q·9360
|
||||
01:56:57.198346 table@build created L1@40 N·26 S·558B "act..igh,v26":"web..low,v17"
|
||||
01:56:57.198922 version@stat F·[0 1] S·558B[0B 558B] Sc·[0.00 0.00]
|
||||
01:56:57.201842 table@compaction committed F-1 S-9KiB Ke·0 D·512 T·8.514645ms
|
||||
01:56:57.202356 table@remove removed @37
|
||||
01:56:57.202976 table@remove removed @34
|
||||
|
|
|
|||
BIN
apps/forgejo/data/gitea/queues/common/MANIFEST-000039
Normal file
BIN
apps/forgejo/data/gitea/queues/common/MANIFEST-000039
Normal file
Binary file not shown.
BIN
apps/forgejo/data/gitea/sessions/4/5/4583963473a73250
Normal file
BIN
apps/forgejo/data/gitea/sessions/4/5/4583963473a73250
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue