/app.ini Secret
Created
November 28, 2020 21:49
gitea log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN_MODE=dev | |
APP_NAME = Carabi Git | |
#RUN_MODE = prod | |
RUN_USER = root | |
[repository] | |
ROOT = /data/git/repositories | |
FORCE_PRIVATE = true | |
[repository.local] | |
LOCAL_COPY_PATH = /data/gitea/tmp/local-repo | |
[repository.upload] | |
TEMP_PATH = /data/gitea/uploads | |
[server] | |
APP_DATA_PATH = /data/gitea | |
DOMAIN = git.cara.bi | |
SSH_DOMAIN = git.cara.bi | |
HTTP_PORT = 3000 | |
ROOT_URL = https://git.cara.bi/ | |
DISABLE_SSH = false | |
START_SSH_SERVER = true | |
BUILTIN_SSH_SERVER_USER = gitea | |
SSH_PORT = 2200 | |
SSH_LISTEN_PORT = 2200 | |
LFS_START_SERVER = true | |
LFS_CONTENT_PATH = /data/git/lfs | |
LFS_JWT_SECRET = ***** | |
OFFLINE_MODE = false | |
[database] | |
PATH = /data/gitea/gitea.db | |
DB_TYPE = mysql | |
HOST = mysql_main_1:3306 | |
NAME = gitea | |
USER = gitea | |
PASSWD = ***** | |
LOG_SQL = false | |
SCHEMA = | |
SSL_MODE = disable | |
CHARSET = utf8mb4 | |
[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 | |
GRAVATAR_SOURCE = gravatar | |
DISABLE_GRAVATAR = true | |
ENABLE_FEDERATED_AVATAR = false | |
REPOSITORY_AVATAR_FALLBACK = random | |
[attachment] | |
PATH = /data/gitea/attachments | |
[log] | |
MODE = console | |
LEVEL = info | |
REDIRECT_MACARON_LOG = true | |
MACARON = console | |
ROUTER = console | |
ROOT_PATH = /data/gitea/log | |
[security] | |
INSTALL_LOCK = true | |
SECRET_KEY = ***** | |
INTERNAL_TOKEN = ***** | |
[service] | |
DISABLE_REGISTRATION = true | |
REQUIRE_SIGNIN_VIEW = true | |
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.git.cara.bi | |
[oauth2] | |
JWT_SECRET = ***** | |
[mailer] | |
ENABLED = false | |
[openid] | |
ENABLE_OPENID_SIGNIN = false | |
ENABLE_OPENID_SIGNUP = false | |
[indexer] | |
REPO_INDEXER_ENABLED = false | |
[cache] | |
ENABLED = false | |
[cache.last_commit] | |
ENABLED = false | |
[log] | |
MODE = console | |
LEVEL = debug ; please set the level to debug when we are debugging a problem | |
REDIRECT_MACARON_LOG = true | |
MACARON = console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Could not load host certificate "/data/ssh/ssh_host_ed25519_cert": No such file or directory | |
Could not load host certificate "/data/ssh/ssh_host_rsa_cert": No such file or directory | |
Could not load host certificate "/data/ssh/ssh_host_ecdsa_cert": No such file or directory | |
Could not load host certificate "/data/ssh/ssh_host_dsa_cert": No such file or directory | |
Server listening on :: port 22. | |
Server listening on 0.0.0.0 port 22. | |
2020/11/29 00:34:58 cmd/web.go:108:runWeb() [I] Starting Gitea on PID: 19 | |
2020/11/29 00:34:58 ...dules/setting/git.go:91:newGit() [I] Git Version: 2.26.2, Wire Protocol Version 2 Enabled | |
2020/11/29 00:34:58 routers/init.go:127:GlobalInit() [T] AppPath: /app/gitea/gitea | |
2020/11/29 00:34:58 routers/init.go:128:GlobalInit() [T] AppWorkPath: /app/gitea | |
2020/11/29 00:34:58 routers/init.go:129:GlobalInit() [T] Custom path: /data/gitea | |
2020/11/29 00:34:58 routers/init.go:130:GlobalInit() [T] Log path: /data/gitea/log | |
2020/11/29 00:34:58 ...dules/setting/log.go:297:newLogService() [I] Gitea v1.13.0+rc2 built with GNU Make 4.3, go1.15.4 : bindata, timetzdata, sqlite, sqlite_unlock_notify | |
2020/11/29 00:34:58 ...dules/setting/log.go:343:newLogService() [I] Gitea Log Mode: Console(Console:debug) | |
2020/11/29 00:34:58 ...dules/setting/log.go:249:generateNamedLogger() [I] Macaron Log: Console(console:debug) | |
2020/11/29 00:34:58 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:debug) | |
2020/11/29 00:34:58 ...s/setting/session.go:63:newSessionService() [I] Session Service Enabled | |
2020/11/29 00:34:58 ...s/storage/storage.go:151:initAttachments() [I] Initialising Attachment storage with type: | |
2020/11/29 00:34:58 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/gitea/attachments | |
2020/11/29 00:34:58 ...s/storage/storage.go:145:initAvatars() [I] Initialising Avatar storage with type: | |
2020/11/29 00:34:58 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/gitea/avatars | |
2020/11/29 00:34:58 ...s/storage/storage.go:163:initRepoAvatars() [I] Initialising Repository Avatar storage with type: | |
2020/11/29 00:34:58 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/gitea/repo-avatars | |
2020/11/29 00:34:58 ...s/storage/storage.go:157:initLFS() [I] Initialising LFS storage with type: | |
2020/11/29 00:34:58 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/git/lfs | |
2020/11/29 00:34:58 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting | |
2020/11/29 00:34:58 ...ue/queue_bytefifo.go:95:Run() [D] level: push_update-level Starting | |
2020/11/29 00:34:58 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting | |
2020/11/29 00:34:58 ...ue/queue_bytefifo.go:95:Run() [D] level: notification-service-level Starting | |
2020/11/29 00:34:58 routers/init.go:72:initDBEngine() [I] Beginning ORM engine initialization. | |
2020/11/29 00:34:58 routers/init.go:79:initDBEngine() [I] ORM engine initialization attempt #1/10... | |
2020/11/29 00:34:58 ...rm/session_schema.go:25:Ping() [I] PING DATABASE mysql | |
2020/11/29 00:35:04 ...rm/session_schema.go:360:Sync2() [W] Table user Column keep_activity_private db default is , struct default is false | |
2020/11/29 00:35:04 ...rm/session_schema.go:365:Sync2() [W] Table user Column keep_activity_private db nullable is true, struct nullable is false | |
2020/11/29 00:35:04 ...rm/session_schema.go:360:Sync2() [W] Table repository Column original_service_type db default is 0, struct default is | |
2020/11/29 00:35:04 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_assignee_id but struct has not related field | |
2020/11/29 00:35:04 ...rm/session_schema.go:360:Sync2() [W] Table webhook Column is_system_webhook db default is 0, struct default is | |
2020/11/29 00:35:04 ...rm/session_schema.go:365:Sync2() [W] Table webhook Column is_system_webhook db nullable is false, struct nullable is true | |
2020/11/29 00:35:04 ...rm/session_schema.go:360:Sync2() [W] Table webhook Column http_method db default is 'POST', struct default is | |
2020/11/29 00:35:04 ...rm/session_schema.go:365:Sync2() [W] Table tracked_time Column time db nullable is true, struct nullable is false | |
2020/11/29 00:35:04 ...rm/session_schema.go:365:Sync2() [W] Table language_stat Column language db nullable is true, struct nullable is false | |
2020/11/29 00:35:04 routers/init.go:142:GlobalInit() [I] ORM engine initialization successful! | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: update_mirrors | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: repo_health_check | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: check_repo_stats | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: archive_cleanup | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: sync_external_users | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: deleted_branches_cleanup | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: update_migration_poster_id | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_inactive_accounts | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_repo_archives | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: git_gc_repos | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_sshkeys | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_sshprincipals | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_hooks | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: reinit_missing_repos | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_missing_repos | |
2020/11/29 00:35:04 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_generated_repository_avatars | |
2020/11/29 00:35:05 ...er/issues/indexer.go:142:func2() [I] PID 19: Initializing Issue Indexer: bleve | |
2020/11/29 00:35:05 ...er/issues/indexer.go:171:func2() [D] Created Bleve Indexer | |
2020/11/29 00:35:05 ...er/issues/indexer.go:221:func3() [I] Issue Indexer Initialization took 258.469884ms | |
2020/11/29 00:35:05 ...ue/queue_bytefifo.go:95:Run() [D] level: issue_indexer Starting | |
2020/11/29 00:35:06 ...xer/stats/indexer.go:38:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories | |
2020/11/29 00:35:06 ...ueue_disk_channel.go:157:Run() [D] PersistableChannelUniqueQueue: repo_stats_update Starting | |
2020/11/29 00:35:06 ...ue/queue_bytefifo.go:95:Run() [D] unique-level: repo_stats_update-level Starting | |
2020/11/29 00:35:06 ...ueue_disk_channel.go:157:Run() [D] PersistableChannelUniqueQueue: pr_patch_checker Starting | |
2020/11/29 00:35:06 ...ue/queue_bytefifo.go:95:Run() [D] unique-level: pr_patch_checker-level Starting | |
2020/11/29 00:35:06 ...xer/stats/indexer.go:84:populateRepoIndexer() [I] Done (re)populating the repo stats indexer with existing repositories | |
2020/11/29 00:35:06 routers/init.go:171:GlobalInit() [I] SQLite3 Supported | |
2020/11/29 00:35:06 routers/init.go:53:checkRunMode() [I] Run Mode: Development | |
2020/11/29 00:35:06 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: task Starting | |
2020/11/29 00:35:06 ...ue/queue_bytefifo.go:95:Run() [D] level: task-level Starting | |
2020/11/29 00:35:06 routers/init.go:181:GlobalInit() [I] SSH server started on :2200. Cipher list ([aes128-ctr aes192-ctr aes256-ctr aes128-gcm@openssh.com arcfour256 arcfour128]), key exchange algorithms ([diffie-hellman-group1-sha1 diffie-hellman-group14-sha1 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 curve25519-sha256@libssh.org]), MACs ([hmac-sha2-256-etm@openssh.com hmac-sha2-256 hmac-sha1 hmac-sha1-96]) | |
2020/11/29 00:35:06 ...s/graceful/server.go:55:NewServer() [I] Starting new server: tcp::2200 on PID: 19 | |
2020/11/29 00:35:06 ...s/graceful/server.go:66:func1() [D] Starting server on tcp::2200 (PID: 19) | |
2020/11/29 00:35:09 cmd/web.go:163:runWeb() [I] Listen: http://0.0.0.0:3000 | |
2020/11/29 00:35:09 cmd/web.go:166:runWeb() [I] LFS server enabled | |
2020/11/29 00:35:09 ...s/graceful/server.go:55:NewServer() [I] Starting new server: tcp:0.0.0.0:3000 on PID: 19 | |
2020/11/29 00:35:09 ...s/graceful/server.go:66:func1() [D] Starting server on tcp:0.0.0.0:3000 (PID: 19) | |
2020/11/29 00:35:51 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 188.243.182.241 | |
2020/11/29 00:35:51 ...s/context/context.go:332:func1() [D] Session ID: 665007e8cec9b34a | |
2020/11/29 00:35:51 ...s/context/context.go:333:func1() [D] CSRF Token: fN5MYFHRhluT9MKTvX7sNq_dFyk6MTYwNjU5OTM1MTM2OTk3ODc4NQ | |
2020/11/29 00:35:51 Completed GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack 401 Unauthorized in 257.040205ms | |
2020/11/29 00:35:51 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 188.243.182.241 | |
2020/11/29 00:36:02 ...s/context/context.go:332:func1() [D] Session ID: 94812d6fe62191f7 | |
2020/11/29 00:36:02 ...s/context/context.go:333:func1() [D] CSRF Token: v1_KcosECfKrG03C9Xc0wDqxQQw6MTYwNjU5OTM1MTg5MDMxNTEwOQ | |
[git-module] /data/git/repositories/kuznetz/carabi-x.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . | |
[git-module] stdout: | |
00fad36147601a4a1b97ef798f3e44fc8e501533da15 HEAD multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed no-done symref=HEAD:refs/heads/master agent=git/2.26.2 | |
004109c328a647fe78497c05332366efbeeb59ae90f1 refs/heads/asterion | |
003cd36147601a4a1b97ef798f3e44fc8e501533da15 refs/heads/dev | |
0041f3a1993783b312f3c4d143a18d7b59ff087465e8 refs/heads/glavpivo | |
003fd36147601a4a1b97ef798f3e44fc8e501533da15 refs/heads/master | |
003b474c8d0209936ee78930f85e2005d248ea128ae6 refs/tags/0.9 | |
003d8660a06bac69e73c568cab9eb672e780585dce69 refs/tags/1.1.0 | |
003d3765a338b47c0699b61b44d80f4c96a8e5c993ab refs/tags/1.2.1 | |
003dfe077dfe9c035010648f212961a4c856e96d9968 refs/tags/1.3.0 | |
003d33a77f7b65e9069153d8cb81cf45eb6501394c48 refs/tags/1.4.0 | |
003d4996ea5337ba3aff031c5aa525bec2e810275025 refs/tags/1.5.0 | |
003d2ed030e17a98eca26102d138c91be4f0f857f2a6 refs/tags/1.6.0 | |
0000 | |
2020/11/29 00:36:17 Completed GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack 200 OK in 25.88572839s | |
2020/11/29 00:37:38 Started GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack for 91.151.195.26 | |
2020/11/29 00:37:38 ...s/context/context.go:332:func1() [D] Session ID: 691df97798942f70 | |
2020/11/29 00:37:38 ...s/context/context.go:333:func1() [D] CSRF Token: _JcirThkHFFheWIg8hFgViMDD8Y6MTYwNjU5OTQ1ODYxOTM2ODUyNA | |
2020/11/29 00:37:38 Completed GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack 401 Unauthorized in 716.330573ms | |
2020/11/29 00:37:39 Started GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack for 91.151.195.26 | |
2020/11/29 00:37:43 ...s/context/context.go:332:func1() [D] Session ID: d3e403f941d0dfe3 | |
2020/11/29 00:37:43 ...s/context/context.go:333:func1() [D] CSRF Token: vzlvIUCOn0gZ5o29HnHUw5FH30c6MTYwNjU5OTQ1OTI0MTE4MzU1MA | |
[git-module] /data/git/repositories/kuznetz/eshop-load.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . | |
[git-module] stdout: | |
00fa1bc7df771a61e2a7e3fd9913453e32f001f1d15c HEAD multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed no-done symref=HEAD:refs/heads/master agent=git/2.26.2 | |
003f1bc7df771a61e2a7e3fd9913453e32f001f1d15c refs/heads/master | |
0000 | |
2020/11/29 00:37:44 Completed GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack 200 OK in 5.546483224s | |
2020/11/29 00:37:59 Started GET / for 188.243.182.241 | |
2020/11/29 00:37:59 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:37:59 ...s/context/context.go:333:func1() [D] CSRF Token: n9yZGKn0FwddcefKWGHGwjFD6Uo6MTYwNjU5OTQ3OTM0NDU4NTcyNg | |
2020/11/29 00:37:59 Completed GET / 302 Found in 10.740573ms | |
2020/11/29 00:37:59 Started GET /user/login for 188.243.182.241 | |
2020/11/29 00:37:59 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:37:59 ...s/context/context.go:333:func1() [D] CSRF Token: n9yZGKn0FwddcefKWGHGwjFD6Uo6MTYwNjU5OTQ3OTM0NDU4NTcyNg | |
2020/11/29 00:37:59 Completed GET /user/login 302 Found in 494.637473ms | |
2020/11/29 00:38:00 Started GET / for 188.243.182.241 | |
2020/11/29 00:38:00 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:00 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:01 ...s/context/context.go:139:HTML() [D] Template: user/dashboard/dashboard | |
2020/11/29 00:38:03 Completed GET / 200 OK in 3.003965877s | |
2020/11/29 00:38:03 Started GET /img/gitea-sm.png for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /css/index.css?v=49425ff6d358e720cd043cf7753c2670 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/kuznetz/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/cpk/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/oracle/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/imt8/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /avatar/fcfbd24c5cc5bbd0092f46cae0ef396f for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/oleg/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /js/index.js?v=49425ff6d358e720cd043cf7753c2670 for 188.243.182.241 | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /img/gitea-sm.png | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /css/index.css | |
2020/11/29 00:38:03 Completed GET /img/gitea-sm.png 304 Not Modified in 27.325712ms | |
2020/11/29 00:38:03 Completed GET /css/index.css?v=49425ff6d358e720cd043cf7753c2670 304 Not Modified in 26.557936ms | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /js/index.js | |
2020/11/29 00:38:03 Completed GET /js/index.js?v=49425ff6d358e720cd043cf7753c2670 304 Not Modified in 3.547879ms | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user imt8 and size -1 | |
2020/11/29 00:38:03 Completed GET /user/avatar/imt8/-1 302 Found in 57.367361ms | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user cpk and size -1 | |
2020/11/29 00:38:03 Completed GET /user/avatar/cpk/-1 302 Found in 61.898793ms | |
2020/11/29 00:38:03 Started GET /avatar/fcfbd24c5cc5bbd0092f46cae0ef396f for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/oleg/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/cpk/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 Started GET /user/avatar/kuznetz/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /user/avatar/oracle/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size -1 | |
2020/11/29 00:38:03 Started GET /user/avatar/imt8/-1 for 188.243.182.241 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user oleg and size -1 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user cpk and size -1 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size -1 | |
2020/11/29 00:38:03 Completed GET /user/avatar/cpk/-1 302 Found in 5.662514ms | |
2020/11/29 00:38:03 Completed GET /user/avatar/kuznetz/-1 302 Found in 9.168815ms | |
2020/11/29 00:38:03 Completed GET /user/avatar/kuznetz/-1 302 Found in 78.931204ms | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user oleg and size -1 | |
2020/11/29 00:38:03 Completed GET /user/avatar/oleg/-1 302 Found in 120.849034ms | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user oracle and size -1 | |
2020/11/29 00:38:03 Completed GET /avatar/fcfbd24c5cc5bbd0092f46cae0ef396f 302 Found in 72.198255ms | |
2020/11/29 00:38:03 Completed GET /user/avatar/oracle/-1 302 Found in 142.509744ms | |
2020/11/29 00:38:03 Completed GET /avatar/fcfbd24c5cc5bbd0092f46cae0ef396f 302 Found in 141.443952ms | |
2020/11/29 00:38:03 Started GET /fonts/icons.woff2 for 188.243.182.241 | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /fonts/icons.woff2 | |
2020/11/29 00:38:03 Completed GET /fonts/icons.woff2 304 Not Modified in 191.166µs | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user oracle and size -1 | |
2020/11/29 00:38:03 Completed GET /user/avatar/oracle/-1 302 Found in 109.337615ms | |
2020/11/29 00:38:03 Completed GET /user/avatar/oleg/-1 302 Found in 187.34795ms | |
2020/11/29 00:38:03 Started GET /avatars/17 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /img/avatar_default.png for 188.243.182.241 | |
2020/11/29 00:38:03 Completed GET /img/avatar_default.png 304 Not Modified in 123.135µs | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /img/avatar_default.png | |
2020/11/29 00:38:03 Started GET /avatars/15 for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /avatars/e3a1b9d554ad9b7e4e44fac748f1821f for 188.243.182.241 | |
2020/11/29 00:38:03 Completed GET /avatars/17 200 OK in 32.873742ms | |
2020/11/29 00:38:03 Completed GET /avatars/15 200 OK in 30.719981ms | |
2020/11/29 00:38:03 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 34.633142ms | |
2020/11/29 00:38:03 Completed GET /avatars/e3a1b9d554ad9b7e4e44fac748f1821f 200 OK in 21.755237ms | |
2020/11/29 00:38:03 Started GET /api/v1/repos/search?sort=updated&order=desc&uid=1&q=&page=1&mode= for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /api/v1/repos/search?sort=updated&order=desc&uid=1&q=&page=1&limit=15&mode=&archived=false for 188.243.182.241 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 Started GET /api/v1/users/kuznetz/heatmap for 188.243.182.241 | |
2020/11/29 00:38:03 Started GET /js/eventsource.sharedworker.js for 188.243.182.241 | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /js/eventsource.sharedworker.js | |
2020/11/29 00:38:03 Completed GET /js/eventsource.sharedworker.js 304 Not Modified in 232.108µs | |
2020/11/29 00:38:03 Started GET /user/events for 188.243.182.241 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user imt8 and size -1 | |
2020/11/29 00:38:03 Completed GET /user/avatar/imt8/-1 302 Found in 642.013921ms | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 Started GET /avatars/2 for 188.243.182.241 | |
2020/11/29 00:38:03 Completed GET /avatars/2 200 OK in 452.77µs | |
2020/11/29 00:38:03 Started GET /manifest.json for 188.243.182.241 | |
2020/11/29 00:38:03 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:03 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:03 ...s/context/context.go:139:HTML() [D] Template: pwa/manifest_json | |
2020/11/29 00:38:03 Started GET /img/favicon.png for 188.243.182.241 | |
2020/11/29 00:38:03 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /img/favicon.png | |
2020/11/29 00:38:03 Completed GET /img/favicon.png 200 OK in 718.904µs | |
2020/11/29 00:38:04 Started GET /img/favicon.svg for 188.243.182.241 | |
2020/11/29 00:38:04 Completed GET /img/favicon.svg 304 Not Modified in 207.897µs | |
2020/11/29 00:38:04 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /img/favicon.svg | |
2020/11/29 00:38:04 Completed GET /api/v1/repos/search?sort=updated&order=desc&uid=1&q=&page=1&limit=15&mode=&archived=false 200 OK in 683.662511ms | |
2020/11/29 00:38:04 Completed GET /api/v1/repos/search?sort=updated&order=desc&uid=1&q=&page=1&mode= 200 OK in 738.899653ms | |
2020/11/29 00:38:04 Completed GET /manifest.json 200 OK in 707.158954ms | |
2020/11/29 00:38:04 Started GET /img/gitea-192.png for 188.243.182.241 | |
2020/11/29 00:38:04 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /img/gitea-192.png | |
2020/11/29 00:38:04 Completed GET /img/gitea-192.png 304 Not Modified in 239.569µs | |
2020/11/29 00:38:04 Completed GET /api/v1/users/kuznetz/heatmap 200 OK in 1.167395015s | |
2020/11/29 00:38:05 Started GET /serviceworker.js for 188.243.182.241 | |
2020/11/29 00:38:05 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /serviceworker.js | |
2020/11/29 00:38:05 Completed GET /serviceworker.js 200 OK in 835.961µs | |
2020/11/29 00:38:07 Completed GET /user/events 200 OK in 3.647998829s | |
2020/11/29 00:38:07 Started GET /kuznetz for 188.243.182.241 | |
2020/11/29 00:38:07 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:07 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:07 ...s/context/context.go:139:HTML() [D] Template: user/profile | |
2020/11/29 00:38:08 Completed GET /kuznetz 200 OK in 937.109777ms | |
2020/11/29 00:38:08 Started GET /user/avatar/kuznetz/-1 for 188.243.182.241 | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:08 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size -1 | |
2020/11/29 00:38:08 Completed GET /user/avatar/kuznetz/-1 302 Found in 4.515635ms | |
2020/11/29 00:38:08 Started GET /user/avatar/kuznetz/290 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /user/avatar/cpk/-1 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /user/avatar/imt8/-1 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /user/avatar/oracle/-1 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/53 for 188.243.182.241 | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:08 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user cpk and size -1 | |
2020/11/29 00:38:08 Started GET /repo-avatars/67 for 188.243.182.241 | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 Started GET /repo-avatars/51 for 188.243.182.241 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:08 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size 290 | |
2020/11/29 00:38:08 Completed GET /user/avatar/cpk/-1 302 Found in 5.54719ms | |
2020/11/29 00:38:08 Started GET /repo-avatars/77 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/80 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/68 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/12 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /repo-avatars/53 200 OK in 12.269237ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/67 200 OK in 11.723028ms | |
2020/11/29 00:38:08 Started GET /repo-avatars/78 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /repo-avatars/68 200 OK in 7.611357ms | |
2020/11/29 00:38:08 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 172.016µs | |
2020/11/29 00:38:08 Started GET /repo-avatars/10 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/11 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/81 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/14 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/16 for 188.243.182.241 | |
2020/11/29 00:38:08 Started GET /repo-avatars/17 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /repo-avatars/77 200 OK in 13.401953ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/81 200 OK in 1.058885ms | |
2020/11/29 00:38:08 Started GET /repo-avatars/57 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /repo-avatars/78 200 OK in 18.88506ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/11 200 OK in 20.888796ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/10 200 OK in 21.071323ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/12 200 OK in 28.554682ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/51 200 OK in 32.635683ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/14 200 OK in 18.42494ms | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:08 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user oracle and size -1 | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:08 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user imt8 and size -1 | |
2020/11/29 00:38:08 Completed GET /user/avatar/oracle/-1 302 Found in 57.010732ms | |
2020/11/29 00:38:08 Completed GET /user/avatar/imt8/-1 302 Found in 62.952378ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/80 200 OK in 59.817962ms | |
2020/11/29 00:38:08 Completed GET /user/avatar/kuznetz/290 302 Found in 68.635232ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/16 200 OK in 59.123827ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/57 200 OK in 58.561228ms | |
2020/11/29 00:38:08 Completed GET /repo-avatars/17 200 OK in 61.110827ms | |
2020/11/29 00:38:08 Started GET /avatars/17 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /avatars/17 200 OK in 402.986µs | |
2020/11/29 00:38:08 Started GET /avatars/15 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /avatars/15 200 OK in 159.643µs | |
2020/11/29 00:38:08 Started GET /avatars/2 for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /avatars/2 200 OK in 184.078µs | |
2020/11/29 00:38:08 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:08 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 166.984µs | |
2020/11/29 00:38:08 Started GET /manifest.json for 188.243.182.241 | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:08 ...s/context/context.go:139:HTML() [D] Template: pwa/manifest_json | |
2020/11/29 00:38:08 Started GET /user/events for 188.243.182.241 | |
2020/11/29 00:38:08 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:08 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:09 Completed GET /manifest.json 200 OK in 869.84719ms | |
2020/11/29 00:38:10 Started GET /serviceworker.js for 188.243.182.241 | |
2020/11/29 00:38:10 Completed GET /serviceworker.js 304 Not Modified in 235.609µs | |
2020/11/29 00:38:10 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /serviceworker.js | |
2020/11/29 00:38:15 Completed GET /user/events 200 OK in 7.214546725s | |
2020/11/29 00:38:16 Started GET /kuznetz/carabi-x for 188.243.182.241 | |
2020/11/29 00:38:16 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:16 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
[git-module] /data/git/repositories/kuznetz/carabi-x.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count d36147601a4a1b97ef798f3e44fc8e501533da15 | |
[git-module] stdout: | |
1312 | |
2020/11/29 00:38:19 routers/repo/view.go:180:renderDirectory() [D] README.md | |
2020/11/29 00:38:19 routers/repo/view.go:191:renderDirectory() [D] false | |
2020/11/29 00:38:19 ...s/charset/charset.go:122:DetectEncoding() [D] Detected encoding: utf-8 (fast) | |
2020/11/29 00:38:19 ...s/context/context.go:139:HTML() [D] Template: repo/home | |
2020/11/29 00:38:20 Completed GET /kuznetz/carabi-x 200 OK in 4.172976399s | |
2020/11/29 00:38:20 Started GET /user/avatar/kuznetz/-1 for 188.243.182.241 | |
2020/11/29 00:38:20 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:20 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:20 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size -1 | |
2020/11/29 00:38:20 Completed GET /user/avatar/kuznetz/-1 302 Found in 5.681738ms | |
2020/11/29 00:38:20 Started GET /repo-avatars/53 for 188.243.182.241 | |
2020/11/29 00:38:20 Completed GET /repo-avatars/53 200 OK in 229.691µs | |
2020/11/29 00:38:20 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:20 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 211.273µs | |
2020/11/29 00:38:20 Started GET /js/clipboard.js for 188.243.182.241 | |
2020/11/29 00:38:20 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /js/clipboard.js | |
2020/11/29 00:38:20 Completed GET /js/clipboard.js 200 OK in 22.587847ms | |
2020/11/29 00:38:20 Started GET /user/events for 188.243.182.241 | |
2020/11/29 00:38:20 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:20 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:20 Started GET /manifest.json for 188.243.182.241 | |
2020/11/29 00:38:20 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:20 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:20 ...s/context/context.go:139:HTML() [D] Template: pwa/manifest_json | |
2020/11/29 00:38:21 Completed GET /manifest.json 200 OK in 667.842503ms | |
2020/11/29 00:38:22 Started GET /serviceworker.js for 188.243.182.241 | |
2020/11/29 00:38:22 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /serviceworker.js | |
2020/11/29 00:38:22 Completed GET /serviceworker.js 304 Not Modified in 249.136µs | |
2020/11/29 00:38:35 Completed GET /user/events 200 OK in 14.997382952s | |
2020/11/29 00:38:35 Started GET /kuznetz for 188.243.182.241 | |
2020/11/29 00:38:35 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:35 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:35 ...s/context/context.go:139:HTML() [D] Template: user/profile | |
2020/11/29 00:38:36 Completed GET /kuznetz 200 OK in 987.503204ms | |
2020/11/29 00:38:36 Started GET /user/avatar/kuznetz/-1 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /user/avatar/kuznetz/290 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /user/avatar/cpk/-1 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /user/avatar/imt8/-1 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /user/avatar/oracle/-1 for 188.243.182.241 | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size 290 | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 Started GET /repo-avatars/53 for 188.243.182.241 | |
2020/11/29 00:38:36 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size -1 | |
2020/11/29 00:38:36 Started GET /repo-avatars/67 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/67 200 OK in 145.103µs | |
2020/11/29 00:38:36 Completed GET /user/avatar/kuznetz/290 302 Found in 4.948651ms | |
2020/11/29 00:38:36 Completed GET /repo-avatars/53 200 OK in 2.023295ms | |
2020/11/29 00:38:36 Started GET /repo-avatars/51 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/51 200 OK in 234.979µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/81 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /repo-avatars/77 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/81 200 OK in 159.591µs | |
2020/11/29 00:38:36 Completed GET /repo-avatars/77 200 OK in 152.394µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/80 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/80 200 OK in 136.548µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/68 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/68 200 OK in 135.949µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/12 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /repo-avatars/78 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/12 200 OK in 139.345µs | |
2020/11/29 00:38:36 Completed GET /repo-avatars/78 200 OK in 135.269µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/16 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/16 200 OK in 131.797µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/17 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/17 200 OK in 151.374µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/10 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/10 200 OK in 154.808µs | |
2020/11/29 00:38:36 Started GET /repo-avatars/11 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /repo-avatars/14 for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /repo-avatars/57 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /repo-avatars/14 200 OK in 135.803µs | |
2020/11/29 00:38:36 Completed GET /repo-avatars/57 200 OK in 182.398µs | |
2020/11/29 00:38:36 Completed GET /user/avatar/kuznetz/-1 302 Found in 13.262931ms | |
2020/11/29 00:38:36 Completed GET /repo-avatars/11 200 OK in 2.14522ms | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user cpk and size -1 | |
2020/11/29 00:38:36 Completed GET /user/avatar/cpk/-1 302 Found in 42.091908ms | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user imt8 and size -1 | |
2020/11/29 00:38:36 Completed GET /user/avatar/imt8/-1 302 Found in 48.995496ms | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user oracle and size -1 | |
2020/11/29 00:38:36 Completed GET /user/avatar/oracle/-1 302 Found in 76.431893ms | |
2020/11/29 00:38:36 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 165.92µs | |
2020/11/29 00:38:36 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 150.905µs | |
2020/11/29 00:38:36 Started GET /avatars/17 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /avatars/17 200 OK in 319.931µs | |
2020/11/29 00:38:36 Started GET /avatars/2 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /avatars/2 200 OK in 134.039µs | |
2020/11/29 00:38:36 Started GET /avatars/15 for 188.243.182.241 | |
2020/11/29 00:38:36 Completed GET /avatars/15 200 OK in 135.904µs | |
2020/11/29 00:38:36 Started GET /manifest.json for 188.243.182.241 | |
2020/11/29 00:38:36 Started GET /user/events for 188.243.182.241 | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:36 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:36 ...s/context/context.go:139:HTML() [D] Template: pwa/manifest_json | |
2020/11/29 00:38:37 Completed GET /manifest.json 200 OK in 740.314944ms | |
2020/11/29 00:38:38 Started GET /serviceworker.js for 188.243.182.241 | |
2020/11/29 00:38:38 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /serviceworker.js | |
2020/11/29 00:38:38 Completed GET /serviceworker.js 304 Not Modified in 256.104µs | |
2020/11/29 00:38:50 Completed GET /user/events 200 OK in 13.638927837s | |
2020/11/29 00:38:50 Started GET /kuznetz/nfermer_app for 188.243.182.241 | |
2020/11/29 00:38:50 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:50 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
[git-module] /data/git/repositories/kuznetz/nfermer_app.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count 090df17e70e54e85cef0b369312f93be83ddcdec | |
[git-module] stdout: | |
60 | |
2020/11/29 00:38:51 ...s/context/context.go:139:HTML() [D] Template: repo/home | |
2020/11/29 00:38:52 Completed GET /kuznetz/nfermer_app 200 OK in 1.851215014s | |
2020/11/29 00:38:52 Started GET /repo-avatars/51 for 188.243.182.241 | |
2020/11/29 00:38:52 Started GET /user/avatar/kuznetz/-1 for 188.243.182.241 | |
2020/11/29 00:38:52 Completed GET /repo-avatars/51 200 OK in 194.265µs | |
2020/11/29 00:38:52 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:52 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:52 ...uters/user/avatar.go:27:Avatar() [D] Asked avatar for user kuznetz and size -1 | |
2020/11/29 00:38:52 Completed GET /user/avatar/kuznetz/-1 302 Found in 5.860416ms | |
2020/11/29 00:38:52 Started GET /avatars/59c189f9b1b595a148ef3bdc3a79679b for 188.243.182.241 | |
2020/11/29 00:38:52 Completed GET /avatars/59c189f9b1b595a148ef3bdc3a79679b 200 OK in 737.03µs | |
2020/11/29 00:38:52 Started GET /user/events for 188.243.182.241 | |
2020/11/29 00:38:52 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:52 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:52 Started GET /manifest.json for 188.243.182.241 | |
2020/11/29 00:38:52 ...s/context/context.go:332:func1() [D] Session ID: 9efaa8109ab961c5 | |
2020/11/29 00:38:52 ...s/context/context.go:333:func1() [D] CSRF Token: 2gI8VsMBzx7B15INYxp1FpTT_3o6MTYwNjU5OTQ4MDA4ODY2ODA0NA | |
2020/11/29 00:38:52 ...s/context/context.go:139:HTML() [D] Template: pwa/manifest_json | |
2020/11/29 00:38:53 Completed GET /manifest.json 200 OK in 650.9127ms | |
2020/11/29 00:38:54 Started GET /serviceworker.js for 188.243.182.241 | |
2020/11/29 00:38:54 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /serviceworker.js | |
2020/11/29 00:38:54 Completed GET /serviceworker.js 304 Not Modified in 253.121µs | |
2020/11/29 00:39:16 Completed GET /user/events 200 OK in 23.187923802s | |
2020/11/29 00:39:17 Started GET /serviceworker.js for 188.243.182.241 | |
2020/11/29 00:39:17 ...les/public/public.go:156:handle() [I] [Macaron] [Static] Serving /serviceworker.js | |
2020/11/29 00:39:17 Completed GET /serviceworker.js 304 Not Modified in 275.862µs | |
2020/11/29 00:40:06 Started GET /kuznetz/nfermer_app.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 Started GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 Started GET /kuznetz/carabiweb.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 Started GET /kuznetz/carabi-utils.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: 00d3867886e9ae10 | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: 1561f0ecac3c341c | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: cd31e70f2acd57e0 | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: c27bf4e059587ad5 | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: dnNzCmULgbXR6UemEYCNjrNHVx06MTYwNjU5OTYwNjY5NDY2NDYzNg | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: NqII-FF7s6X-Wl44_PepCNl0k5I6MTYwNjU5OTYwNjY5NDY3MzU4OQ | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: Ry3Pw0dPd659ZwVwUUcgeUIWzLk6MTYwNjU5OTYwNjY5NDY2MzI5MQ | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: Ry3Pw0dPd659ZwVwUUcgeUIWzLk6MTYwNjU5OTYwNjY5NDY2MzI5MQ | |
2020/11/29 00:40:06 Started GET /kuznetz/carabi-admin.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 Started GET /kuznetz/carabi8-queryeditor.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: ad28380c424327ad | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: 63d901cd91dc8739 | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: e85293f986647b8b | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: L3DBObBlZdN41H30iT69bUgCRnE6MTYwNjU5OTYwNjcwNjI3MTQyMA | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: -ucWyCqCLb9E2qZI-7k5K7ZXhl46MTYwNjU5OTYwNjcwNjI1NTQ0MA | |
2020/11/29 00:40:06 ...s/context/context.go:332:func1() [D] Session ID: 3e0a8e8a2364f220 | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: 8FGh8YWppm-BNknXgV2-mUxitdk6MTYwNjU5OTYwNjcwNjczNDU4MQ | |
2020/11/29 00:40:06 ...s/context/context.go:333:func1() [D] CSRF Token: zI53OE6xyHmsyxpBnt2R4PJtvbQ6MTYwNjU5OTYwNjcwNjMwODY5OA | |
2020/11/29 00:40:06 Completed GET /kuznetz/carabi-utils.git/info/refs?service=git-upload-pack 401 Unauthorized in 55.190075ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack 401 Unauthorized in 87.174104ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack 401 Unauthorized in 142.964498ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/carabi8-queryeditor.git/info/refs?service=git-upload-pack 401 Unauthorized in 130.692682ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/carabiweb.git/info/refs?service=git-upload-pack 401 Unauthorized in 149.068593ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack 401 Unauthorized in 152.152136ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/nfermer_app.git/info/refs?service=git-upload-pack 401 Unauthorized in 196.925557ms | |
2020/11/29 00:40:06 Completed GET /kuznetz/carabi-admin.git/info/refs?service=git-upload-pack 401 Unauthorized in 192.393898ms | |
2020/11/29 00:40:07 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:07 Started GET /kuznetz/carabi8-queryeditor.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:07 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:07 Started GET /kuznetz/carabi-admin.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:07 Started GET /kuznetz/carabiweb.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:08 Started GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:08 Started GET /kuznetz/nfermer_app.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:08 Started GET /kuznetz/carabi-utils.git/info/refs?service=git-upload-pack for 172.10.1.1 | |
2020/11/29 00:40:46 ...s/context/context.go:332:func1() [D] Session ID: 60d012066ca594c6 | |
2020/11/29 00:40:47 ...s/context/context.go:333:func1() [D] CSRF Token: ax2jAFOEw88P9NvvfwOQ2BymDD46MTYwNjU5OTYwNzEzNjg4NjMzMQ | |
2020/11/29 00:40:47 ...s/context/context.go:332:func1() [D] Session ID: 99f16255397f1c6f | |
2020/11/29 00:40:47 ...s/context/context.go:333:func1() [D] CSRF Token: B-l4j33sVYay8xSsI1_cX7WJPTw6MTYwNjU5OTYwNzEzNjg4MTc2OA | |
2020/11/29 00:40:47 ...s/context/context.go:333:func1() [D] CSRF Token: iUS5hJkz5CTFC0Qgdg4bUlBDL646MTYwNjU5OTYwNzE0MTg0NTUxNQ | |
2020/11/29 00:41:19 ...s/context/context.go:332:func1() [D] Session ID: 06eaebb7363d4703 | |
2020/11/29 00:41:21 ...s/context/context.go:333:func1() [D] CSRF Token: FzVdjSrtvLot9EPmD41c-6INgKU6MTYwNjU5OTYwNzE0NjMyMDM4NQ | |
2020/11/29 00:41:27 ...s/context/context.go:332:func1() [D] Session ID: 3d7cd52a0210248f | |
2020/11/29 00:41:30 ...s/context/context.go:333:func1() [D] CSRF Token: AHGR3DGPAHSMOeaUh2VNzu7M9so6MTYwNjU5OTYwODE0ODI0Mjc4NA | |
2020/11/29 00:41:31 ...s/context/context.go:332:func1() [D] Session ID: e64d8aaf62517d0d | |
2020/11/29 00:41:31 ...s/context/context.go:333:func1() [D] CSRF Token: M4JF-quHZWkudDZ8JHmXD_t4F7k6MTYwNjU5OTYwODcyMDE3MzQ3Ng | |
2020/11/29 00:41:32 Started GET /kuznetz/carabi-x.git/info/refs?service=git-upload-pack for 188.243.182.241 | |
2020/11/29 00:41:39 ...s/context/context.go:332:func1() [D] Session ID: 2604b5825c028b3c | |
2020/11/29 00:41:39 ...s/context/context.go:333:func1() [D] CSRF Token: A5qVopsZS7eFn7JPa2hi5UgfiMk6MTYwNjU5OTY5NTQyMzc3MzI5Mw | |
Could not load host certificate "/data/ssh/ssh_host_ed25519_cert": No such file or directory | |
Could not load host certificate "/data/ssh/ssh_host_rsa_cert": No such file or directory | |
Could not load host certificate "/data/ssh/ssh_host_ecdsa_cert": No such file or directory | |
Could not load host certificate "/data/ssh/ssh_host_dsa_cert": No such file or directory | |
Server listening on :: port 22. | |
Server listening on 0.0.0.0 port 22. | |
2020/11/29 00:42:28 cmd/web.go:108:runWeb() [I] Starting Gitea on PID: 14 | |
2020/11/29 00:42:28 ...dules/setting/git.go:91:newGit() [I] Git Version: 2.26.2, Wire Protocol Version 2 Enabled | |
2020/11/29 00:42:28 routers/init.go:127:GlobalInit() [T] AppPath: /app/gitea/gitea | |
2020/11/29 00:42:28 routers/init.go:128:GlobalInit() [T] AppWorkPath: /app/gitea | |
2020/11/29 00:42:28 routers/init.go:129:GlobalInit() [T] Custom path: /data/gitea | |
2020/11/29 00:42:28 routers/init.go:130:GlobalInit() [T] Log path: /data/gitea/log | |
2020/11/29 00:42:28 ...dules/setting/log.go:297:newLogService() [I] Gitea v1.13.0+rc2 built with GNU Make 4.3, go1.15.4 : bindata, timetzdata, sqlite, sqlite_unlock_notify | |
2020/11/29 00:42:28 ...dules/setting/log.go:343:newLogService() [I] Gitea Log Mode: Console(Console:debug) | |
2020/11/29 00:42:28 ...dules/setting/log.go:249:generateNamedLogger() [I] Macaron Log: Console(console:debug) | |
2020/11/29 00:42:28 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:debug) | |
2020/11/29 00:42:28 ...s/setting/session.go:63:newSessionService() [I] Session Service Enabled | |
2020/11/29 00:42:28 ...s/storage/storage.go:151:initAttachments() [I] Initialising Attachment storage with type: | |
2020/11/29 00:42:28 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/gitea/attachments | |
2020/11/29 00:42:28 ...s/storage/storage.go:145:initAvatars() [I] Initialising Avatar storage with type: | |
2020/11/29 00:42:28 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/gitea/avatars | |
2020/11/29 00:42:28 ...s/storage/storage.go:163:initRepoAvatars() [I] Initialising Repository Avatar storage with type: | |
2020/11/29 00:42:28 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/gitea/repo-avatars | |
2020/11/29 00:42:28 ...s/storage/storage.go:157:initLFS() [I] Initialising LFS storage with type: | |
2020/11/29 00:42:28 ...les/storage/local.go:43:NewLocalStorage() [I] Creating new Local Storage at /data/git/lfs | |
2020/11/29 00:42:29 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting | |
2020/11/29 00:42:29 ...ue/queue_bytefifo.go:95:Run() [D] level: push_update-level Starting | |
2020/11/29 00:42:29 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting | |
2020/11/29 00:42:29 ...ue/queue_bytefifo.go:95:Run() [D] level: notification-service-level Starting | |
2020/11/29 00:42:29 routers/init.go:72:initDBEngine() [I] Beginning ORM engine initialization. | |
2020/11/29 00:42:29 routers/init.go:79:initDBEngine() [I] ORM engine initialization attempt #1/10... | |
2020/11/29 00:42:29 ...rm/session_schema.go:25:Ping() [I] PING DATABASE mysql | |
2020/11/29 00:42:30 ...rm/session_schema.go:360:Sync2() [W] Table user Column keep_activity_private db default is , struct default is false | |
2020/11/29 00:42:30 ...rm/session_schema.go:365:Sync2() [W] Table user Column keep_activity_private db nullable is true, struct nullable is false | |
2020/11/29 00:42:30 ...rm/session_schema.go:360:Sync2() [W] Table repository Column original_service_type db default is 0, struct default is | |
2020/11/29 00:42:30 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_assignee_id but struct has not related field | |
2020/11/29 00:42:30 ...rm/session_schema.go:360:Sync2() [W] Table webhook Column is_system_webhook db default is 0, struct default is | |
2020/11/29 00:42:30 ...rm/session_schema.go:365:Sync2() [W] Table webhook Column is_system_webhook db nullable is false, struct nullable is true | |
2020/11/29 00:42:30 ...rm/session_schema.go:360:Sync2() [W] Table webhook Column http_method db default is 'POST', struct default is | |
2020/11/29 00:42:31 ...rm/session_schema.go:365:Sync2() [W] Table tracked_time Column time db nullable is true, struct nullable is false | |
2020/11/29 00:42:31 ...rm/session_schema.go:365:Sync2() [W] Table language_stat Column language db nullable is true, struct nullable is false | |
2020/11/29 00:42:31 routers/init.go:142:GlobalInit() [I] ORM engine initialization successful! | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: update_mirrors | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: repo_health_check | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: check_repo_stats | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: archive_cleanup | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: sync_external_users | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: deleted_branches_cleanup | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: update_migration_poster_id | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_inactive_accounts | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_repo_archives | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: git_gc_repos | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_sshkeys | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_sshprincipals | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_hooks | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: reinit_missing_repos | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_missing_repos | |
2020/11/29 00:42:31 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_generated_repository_avatars | |
2020/11/29 00:42:31 ...er/issues/indexer.go:142:func2() [I] PID 14: Initializing Issue Indexer: bleve | |
2020/11/29 00:42:31 ...xer/stats/indexer.go:38:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories | |
2020/11/29 00:42:31 ...ueue_disk_channel.go:157:Run() [D] PersistableChannelUniqueQueue: repo_stats_update Starting | |
2020/11/29 00:42:31 ...ue/queue_bytefifo.go:95:Run() [D] unique-level: repo_stats_update-level Starting | |
2020/11/29 00:42:31 ...er/issues/indexer.go:171:func2() [D] Created Bleve Indexer | |
2020/11/29 00:42:31 ...er/issues/indexer.go:221:func3() [I] Issue Indexer Initialization took 161.362977ms | |
2020/11/29 00:42:31 ...ue/queue_bytefifo.go:95:Run() [D] level: issue_indexer Starting | |
2020/11/29 00:42:31 ...ueue_disk_channel.go:157:Run() [D] PersistableChannelUniqueQueue: pr_patch_checker Starting | |
2020/11/29 00:42:31 ...ue/queue_bytefifo.go:95:Run() [D] unique-level: pr_patch_checker-level Starting | |
2020/11/29 00:42:31 ...xer/stats/indexer.go:84:populateRepoIndexer() [I] Done (re)populating the repo stats indexer with existing repositories | |
2020/11/29 00:42:31 routers/init.go:171:GlobalInit() [I] SQLite3 Supported | |
2020/11/29 00:42:31 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: task Starting | |
2020/11/29 00:42:31 routers/init.go:53:checkRunMode() [I] Run Mode: Development | |
2020/11/29 00:42:31 ...ue/queue_bytefifo.go:95:Run() [D] level: task-level Starting | |
2020/11/29 00:42:31 routers/init.go:181:GlobalInit() [I] SSH server started on :2200. Cipher list ([aes128-ctr aes192-ctr aes256-ctr aes128-gcm@openssh.com arcfour256 arcfour128]), key exchange algorithms ([diffie-hellman-group1-sha1 diffie-hellman-group14-sha1 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 curve25519-sha256@libssh.org]), MACs ([hmac-sha2-256-etm@openssh.com hmac-sha2-256 hmac-sha1 hmac-sha1-96]) | |
2020/11/29 00:42:32 ...s/graceful/server.go:55:NewServer() [I] Starting new server: tcp::2200 on PID: 14 | |
2020/11/29 00:42:32 ...s/graceful/server.go:66:func1() [D] Starting server on tcp::2200 (PID: 14) | |
2020/11/29 00:42:34 cmd/web.go:163:runWeb() [I] Listen: http://0.0.0.0:3000 | |
2020/11/29 00:42:34 cmd/web.go:166:runWeb() [I] LFS server enabled | |
2020/11/29 00:42:34 ...s/graceful/server.go:55:NewServer() [I] Starting new server: tcp:0.0.0.0:3000 on PID: 14 | |
2020/11/29 00:42:34 ...s/graceful/server.go:66:func1() [D] Starting server on tcp:0.0.0.0:3000 (PID: 14) | |
2020/11/29 00:42:47 Started GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack for 91.151.195.26 | |
2020/11/29 00:42:47 ...s/context/context.go:332:func1() [D] Session ID: 5cf4c72c72dcd783 | |
2020/11/29 00:42:47 ...s/context/context.go:333:func1() [D] CSRF Token: oIltaN-9jeJNqZE2fs2MAkGKcrI6MTYwNjU5OTc2Nzc3NzMwODIzOQ | |
2020/11/29 00:42:47 Completed GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack 401 Unauthorized in 111.29781ms | |
2020/11/29 00:42:48 Started GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack for 91.151.195.26 | |
2020/11/29 00:42:49 ...s/context/context.go:332:func1() [D] Session ID: f3c2059912501a55 | |
2020/11/29 00:42:49 ...s/context/context.go:333:func1() [D] CSRF Token: P3fz6-bbXWzEp7g_t49Jql2U6AQ6MTYwNjU5OTc2ODI0NzQwODUwNQ | |
[git-module] /data/git/repositories/kuznetz/eshop-load.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . | |
[git-module] stdout: | |
00fa1bc7df771a61e2a7e3fd9913453e32f001f1d15c HEAD multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed no-done symref=HEAD:refs/heads/master agent=git/2.26.2 | |
003f1bc7df771a61e2a7e3fd9913453e32f001f1d15c refs/heads/master | |
0000 | |
2020/11/29 00:43:12 Completed GET /kuznetz/eshop-load.git/info/refs?service=git-upload-pack 200 OK in 23.949359929s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment