This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
@@ -0,0 +1,164 @@
{
"recentFiles": [
{
"basename": "Secure Server Build",
"path": "Linux/Security/Secure Server Build.md"
},
{
"basename": "IP Address Tracking",
"path": "IP Address Tracking.md"
},
{
"basename": "Configuring Arr Stack",
"path": "Application Install Notes/ArrStack - Testing/Configuring Arr Stack.md"
},
{
"basename": "arrstack One-command media server (SonarrRadarrProwlarrqBittorrent behind a VPN). Now maintained as SparkBox → tomsparkbox.com",
"path": "Application Install Notes/ArrStack - Testing/arrstack One-command media server (SonarrRadarrProwlarrqBittorrent behind a VPN). Now maintained as SparkBox → tomsparkbox.com.md"
},
{
"basename": "wg-down.sh",
"path": "Scripts/wireguard/wg-down.sh.md"
},
{
"basename": "APT - Update and Upgrade",
"path": "Scripts/APT - Update and Upgrade.md"
},
{
"basename": "Initial Server Setup with Debian-Based Distributions",
"path": "Linux/Security/Initial Server Setup with Debian-Based Distributions.md"
},
{
"basename": "zshrc - Zsh aliases and functions",
"path": "Linux/zshrc - Zsh aliases and functions.md"
},
{
"basename": "SSH Config file for desktop",
"path": "Linux/SSH Config file for desktop.md"
},
{
"basename": "Automatic Deployment Rollback",
"path": "Learning CI-CD/Automatic Deployment Rollback.md"
},
{
"basename": "Build & Push to Gitea Container Registry First",
"path": "Learning CI-CD/Build & Push to Gitea Container Registry First.md"
},
{
"basename": "Handle Local Storage Path Differences",
"path": "Learning CI-CD/Handle Local Storage Path Differences.md"
},
{
"basename": "README",
"path": "Desktop/Chemoi_Doc/dotfiles_samples/LoganDonley/README.md"
},
{
"basename": "ChezmoiNotes",
"path": "Desktop/Chemoi_Doc/ChezmoiNotes.md"
},
{
"basename": "Installing Targus Display Driver",
"path": "Desktop/Installing Targus Display Driver.md"
},
{
"basename": "Asusctl",
"path": "Desktop/Asusctl.md"
},
{
"basename": "web-application-firewall-waf",
"path": "Bookstack/web-application-firewall-waf.md"
},
{
"basename": "scripts",
"path": "Bookstack/scripts.md"
},
{
"basename": "Hestia Setup",
"path": "Application Install Notes/Hestia Setup.md"
},
{
"basename": "Hermes agent Troubleshooting",
"path": "Hermes agent Troubleshooting.md"
},
{
"basename": "AI - Persona entries",
"path": "AI - Persona entries.md"
},
{
"basename": "rClone sync to OneDrive",
"path": "Application Install Notes/rClone sync to OneDrive.md"
},
{
"basename": "Hermes agent Troubleshooting",
"path": "AI Brain/Hermes agent Troubleshooting.md"
},
{
"basename": "Project_Docker_Boilerplates_Master",
"path": "AI Brain/Project_Docker_Boilerplates_Master.md"
},
{
"basename": "Initial Server Setup with Windows Server 2019",
"path": "Microsoft Windows/Initial Server Setup with Windows Server 2019.md"
},
{
"basename": "Git",
"path": "Cheat Sheets/Git.md"
},
{
"basename": "ARRSTACK CONFIG",
"path": "Application Install Notes/ArrStack - Testing/ARRSTACK CONFIG.md"
},
{
"basename": "Trilium Notes - Install Syncing Server and Desktop App",
"path": "Application Install Notes/Docker Apps/Trilium Notes - Install Syncing Server and Desktop App.md"
},
{
"basename": "Watchtower - Update Docker Containers Automatically 1",
"path": "Application Install Notes/Docker Apps/Watchtower - Update Docker Containers Automatically 1.md"
},
{
"basename": "Portainer",
"path": "Application Install Notes/Docker Apps/Portainer.md"
},
{
"basename": "CheckMK - Open Source Network, Server, and Machine Monitoring",
"path": "Application Install Notes/Docker Apps/CheckMK - Open Source Network, Server, and Machine Monitoring.md"
},
{
"basename": "Zabbix - Setup and Install",
"path": "Application Install Notes/Docker Apps/Zabbix - Setup and Install.md"
},
{
"basename": "wg-easy - install",
"path": "Application Install Notes/Docker Apps/wg-easy - install.md"
},
{
"basename": "Authelia - Setup and Install",
"path": "Application Install Notes/Docker Apps/Authelia - Setup and Install.md"
},
{
"basename": "Authentik - Install and Setup",
"path": "Application Install Notes/Docker Apps/Authentik - Install and Setup.md"
},
{
"basename": "AI - Persona entries",
"path": "AI Brain/AI - Persona entries.md"
},
{
"basename": "Docker Install Script",
"path": "Application Install Notes/Docker Apps/Docker Install Script.md"
},
{
"basename": "arrstack",
"path": "Bookstack/arrstack.md"
},
{
"basename": "docker",
"path": "Bookstack/docker.md"
}
],
"omittedPaths": [],
"omittedTags": [],
"updateOn": "file-open",
"omitBookmarks": false
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
{
"id": "recent-files-obsidian",
"name": "Recent Files",
"version": "1.7.9",
"minAppVersion": "0.16.3",
"description": "List files by most recently opened.",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"isDesktopOnly": false,
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
}
}
@@ -0,0 +1,34 @@
.recent-files-file {
.tree-item-spacer {
flex-grow: 1;
}
}
.recent-files-title {
justify-content: flex-start;
align-items: unset;
}
.recent-files-file-delete {
justify-content: right;
display: none;
}
.recent-files-title:hover .recent-files-file-delete {
display: flex;
cursor: var(--cursor);
}
.recent-files-file-delete:hover {
color: var(--nav-item-color-hover);
}
.recent-files-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.recent-files-donate-button {
margin: 10px;
}