Initial commit

This commit is contained in:
svoboda200786@gmail.com 2025-05-21 12:31:49 +03:00
parent c25a1f8922
commit 550212e18d
4 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -4,7 +4,9 @@
// которые могут зависеть от process.env
// Убедитесь, что путь к .env правильный относительно места запуска приложения.
// Если bc.js запускается из папки server/, а .env в корне, то путь должен быть '../.env'
// Но обычно dotenv ищет .env в process.cwd() Test-Test
// Но обычно dotenv ищет .env в process.cwd()
// Но обычно dotenv ищет .env в process.cwd()
require('dotenv').config({ path: require('node:path').resolve(process.cwd(), '.env') });

View File

@ -0,0 +1,5 @@
● gitea.service - Gitea (Git with a cup of tea)
Loaded: loaded (/etc/systemd/system/gitea.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2025-05-09 13:00:38 UTC; 13ms ago
Process: 137377 ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini (code=exited, status=217/USER)
Main PID: 137377 (code=exited, status=217/USER)