1
0
Fork 0

Clean up some private files

This commit is contained in:
Alexander Schäferdiek 2022-09-04 15:16:19 +02:00
parent 0e5f0fc3eb
commit 81e83e1534
5 changed files with 5 additions and 233 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.obsidian/workspace

116
.obsidian/workspace vendored
View file

@ -1,116 +0,0 @@
{
"main": {
"id": "fd558c09649c907c",
"type": "split",
"children": [
{
"id": "c628b2d43de4836e",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
}
}
],
"direction": "vertical"
},
"left": {
"id": "226303c284f2eb89",
"type": "split",
"children": [
{
"id": "4c21dc49c09cdec6",
"type": "tabs",
"children": [
{
"id": "0889e053c850e925",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "b7646ee3a0699675",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "tag:#ssh",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "98c3ed8c61dcefc3",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 389.5
},
"right": {
"id": "899055bb84f9c389",
"type": "split",
"children": [
{
"id": "d8ce90da79d6ae34",
"type": "tabs",
"children": [
{
"id": "719efb2f0badd730",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "d65ca718a25595c6",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
}
]
}
],
"direction": "horizontal",
"width": 464.5
},
"active": "0889e053c850e925",
"lastOpenFiles": [
"_Templates/Note Template.md",
"README.md",
"KB/Windows/Bootstrap.md",
"KB/Linux/Pacman.md",
"KB/Linux/Kernel.md",
"KB/Linux/GNOME.md",
"KB/Linux/Desktop/sway.md",
"KB/Linux/Desktop/i3.md",
"KB/Linux/DNS.md",
"KB/Linux/Disk Speed.md"
]
}

View file

@ -1,113 +0,0 @@
{
"main": {
"id": "fd558c09649c907c",
"type": "split",
"children": [
{
"id": "72ef023041609715",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Dashboard.md",
"mode": "preview"
}
}
}
],
"direction": "vertical"
},
"left": {
"id": "bbd5552cc2265ed7",
"type": "mobile-drawer",
"children": [
{
"id": "469caf0b4dac940f",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "32301a9a6d6e778c",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "faaeb522347e58dd",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "aa35be4745a5e953",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
],
"currentTab": 0
},
"right": {
"id": "037a8ffb8a65df83",
"type": "mobile-drawer",
"children": [
{
"id": "a9be7e06fe9ed2c7",
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
}
},
{
"id": "4bbab23eb04e103b",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "_Dashboard.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
}
]
},
"active": "72ef023041609715",
"lastOpenFiles": [
"_Dashboard.md",
"Daily Notes/2022-01-09.md",
"Daily Notes/2022-01-08.md",
"Notes/Music.md",
"Notes/Shopping.md",
"KB/Linux/Setup/Desktop/Disk Speed.md",
"KB/Linux/Setup/Desktop/Audio/EQ.md",
"KB/Linux/Android/ADB Backup.md",
"KB/Hardware/Oneplus 7T Pro.md",
"KB/Hardware/Router.md"
]
}

View file

@ -2,8 +2,8 @@
# config # config
hostname=$(hostname) hostname=$(hostname)
mail_from="monitoring@myservermanager.com"; mail_from="alias@domain.tld";
mail_to="monitoring@myservermanager.com"; mail_to="alias@domain.tld";
mail_enabled="true" mail_enabled="true"
# helper # helper

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
hostname=$(hostname) hostname=$(hostname)
mail_from="monitoring@myservermanager.com"; mail_from="alias@domain.tld";
mail_to="monitoring@myservermanager.com"; mail_to="alias@domain.tld";
mail_enabled="true" mail_enabled="true"
# action # action