Auto base sync: 2026-01-27 10:03:22
This commit is contained in:
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -2,5 +2,6 @@
|
||||
"obsidian-git",
|
||||
"dataview",
|
||||
"mood-tracker",
|
||||
"meld-encrypt"
|
||||
"meld-encrypt",
|
||||
"eccirian"
|
||||
]
|
||||
5148
.obsidian/plugins/eccirian/main.js
vendored
Normal file
5148
.obsidian/plugins/eccirian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/eccirian/manifest.json
vendored
Normal file
10
.obsidian/plugins/eccirian/manifest.json
vendored
Normal 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
60
.obsidian/plugins/eccirian/styles.css
vendored
Normal 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;
|
||||
}
|
||||
|
||||
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
@@ -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"
|
||||
|
||||
@@ -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
|
||||
>>```
|
||||
|
||||
|
||||
0
Без названия.md
Normal file
0
Без названия.md
Normal file
Reference in New Issue
Block a user