- Перейти на NixOS
- Сделайть конфигурацию с disko, чтобы можно было автоматически развернуть NixOS на сервере
- Также как получиться сертификат на домен regru без токена и пароля
- Перенос ssh пота на другой порт
- Заблокировать остальный порты кроме 80, 433
- Настроить nginx с SSL (также для docker контейнера прописать путь к сертификатам)
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
| From d562f78c7a3469b8e74cdfd03ea45593a8da399b Mon Sep 17 00:00:00 2001 | |
| From: blezz-tech <markus.jenya04@yandex.ru> | |
| Date: Sat, 24 Jan 2026 21:16:10 +0300 | |
| Subject: [PATCH] fix online account | |
| --- | |
| launcher/minecraft/auth/AccountList.cpp | 7 +------ | |
| launcher/minecraft/auth/MinecraftAccount.h | 2 +- | |
| 2 files changed, 2 insertions(+), 7 deletions(-) |
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
| Running phase: qtPreHook | |
| @nix { "action": "setPhase", "phase": "qtPreHook" } | |
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/d19g6rhbll4qvzna7qakzcrjimf9giha-source | |
| source root is source | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Running phase: updateAutotoolsGnuConfigScriptsPhase | |
| @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } |
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
| location / { | |
| proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |
| proxy_set_header X-Forwarded-Proto $scheme; | |
| proxy_set_header Host $http_host; | |
| proxy_set_header X-Real-IP $remote_addr; | |
| proxy_set_header Range $http_range; | |
| proxy_set_header If-Range $http_if_range; | |
| proxy_redirect off; | |
| proxy_pass http://127.0.0.1:2053; | |
| } |
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
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/p0k5y29rqxh7a9wwadrma5wdywq927ig-source | |
| source root is source | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Executing npmConfigHook | |
| Configuring npm | |
| Validating consistency between /build/source/package-lock.json and /nix/store/4xfzi8vsdcp8l78gb19biv8ylli2iib5-kando-1.3.0-npm-deps/package-lock.json | |
| Making cache writable |