Auto base sync: 2026-01-27 10:03:22

This commit is contained in:
2026-01-27 10:03:22 +04:00
parent e014806488
commit 209f2db6cd
7 changed files with 5224 additions and 5 deletions

View File

@@ -2,5 +2,6 @@
"obsidian-git",
"dataview",
"mood-tracker",
"meld-encrypt"
"meld-encrypt",
"eccirian"
]

5148
.obsidian/plugins/eccirian/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "eccirian",
"name": "Eccirian Encrypt",
"version": "1.0.8",
"minAppVersion": "0.15.0",
"description": "Next-generation file encryption solution based on modern cryptography.",
"author": "Entropiex",
"authorUrl": "https://github.com/Enthalpiex",
"fundingUrl": "https://afdian.com/a/entropiex"
}

60
.obsidian/plugins/eccirian/styles.css vendored Normal file
View File

@@ -0,0 +1,60 @@
.eccirian-lock-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
text-align: center;
background-color: var(--background-primary);
z-index: 1000;
pointer-events: auto;
}
.eccirian-lock-icon {
font-size: 48px;
margin-bottom: 10px;
}
.eccirian-unlock-button {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
.peccirian-lock-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
text-align: center;
background-color: var(--background-primary);
z-index: 1000;
pointer-events: auto;
}
.peccirian-lock-icon {
font-size: 48px;
margin-bottom: 10px;
}
.peccirian-unlock-button {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}

View File

@@ -186,10 +186,11 @@
"mood-tracker:Open Mood Tracking History": false
}
},
"active": "21838e3412a13823",
"active": "4f612fc579d5b8a3",
"lastOpenFiles": [
"2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/Создание сертификатов и их внесение в marzban.md",
"Без названия.md",
"2. Проекты/Windows server 2019 + exchange/Инструкция настройки windows.md",
"2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/Создание сертификатов и их внесение в marzban.md",
"2. Проекты/Windows server 2019 + exchange",
"2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/Cache/Pasted image 20260122125750.png",
"2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/Cache/Pasted image 20260122125746.png",
@@ -230,7 +231,6 @@
"5. Job/1. Отчетности/2025 год/Ноябрь 2025/13.11.2025.md",
"5. Job/1. Отчетности/2025 год/Ноябрь 2025/12.11.2025.md",
"5. Job/1. Отчетности/2025 год/Ноябрь 2025/11.11.2025.md",
"5. Job/1. Отчетности/2025 год/Ноябрь 2025/10.11.2025.md",
"5. Job/1. Отчетности/2025 год/Ноябрь 2025",
"5. Job/1. Отчетности/2025 год/1. Декабрь",
"2. Проекты/Kasm/Cache/Screen"

View File

@@ -57,6 +57,6 @@
Add-DnsServerResourceRecordA -ZoneName "YOUR_DOMEN" -Name "mail" -IPv4Address "192.168.60.212"
Add-DnsServerResourceRecordCName -ZoneName "YOUR_DOMEN" -Name "autodiscover" -HostNameAlias "mail.YOUR_DOMEN"
>>```
>>
>>ЗАМЕНИТЬ ДАННЫЕ IP
>>```

View File