Configure Quartz for production
This commit is contained in:
19
content/blog/index.md
Normal file
19
content/blog/index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Blog
|
||||
publish: true
|
||||
---
|
||||
|
||||
Welcome to my technical blog! Here you'll find articles, tutorials, and writeups on various topics including:
|
||||
|
||||
- System Administration
|
||||
- DevOps & Automation
|
||||
- Containerization (Docker, Kubernetes)
|
||||
- Self-hosting & Homelab
|
||||
- Networking & Security
|
||||
- Programming & Scripting
|
||||
|
||||
All blog posts are listed below, sorted by date. You can also use tags to filter content by topic.
|
||||
|
||||
---
|
||||
|
||||
> **Note**: This is a folder page. All blog posts in the `blog/` directory will be automatically listed below by Quartz.
|
||||
11
content/homelab/Proxmox hosts.md
Normal file
11
content/homelab/Proxmox hosts.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
publish: true
|
||||
title: My Physical Nodes
|
||||
---
|
||||
|
||||
# All my nodes
|
||||
|
||||
My main cluster is composed of 3 Physical Nodes :
|
||||
- [[hardware/littleboy|Littleboy]] which is a Firebat T8 Pro Plus
|
||||
- [[hardware/optiplex|Optiplex]] which is an Optiplex 7070 SFF with an i7-9700 and 64GB of RAM
|
||||
- [[hardware/fatman|Fatman]] which is a custom built gaming PC repurposed into a beefy GPU workhorse
|
||||
42
content/homelab/hardware/fatman.md
Normal file
42
content/homelab/hardware/fatman.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: Fatman - GPU Workhorse
|
||||
publish: true
|
||||
tags:
|
||||
- homelab
|
||||
- hardware
|
||||
- proxmox
|
||||
- gpu
|
||||
---
|
||||
|
||||
# Fatman
|
||||
|
||||
**Type**: Custom built gaming PC repurposed as GPU workhorse
|
||||
|
||||
## Specifications
|
||||
|
||||
- **CPU**:
|
||||
- **RAM**:
|
||||
- **GPU**:
|
||||
- **Storage**:
|
||||
- **Network**:
|
||||
|
||||
## Role in Cluster
|
||||
|
||||
This node is part of the main Proxmox cluster, serving as a GPU-accelerated workstation for compute-intensive tasks.
|
||||
|
||||
## Services Running
|
||||
|
||||
- GPU-accelerated workloads
|
||||
- List specific services/VMs/containers
|
||||
|
||||
## GPU Passthrough
|
||||
|
||||
Configuration details for GPU passthrough if applicable.
|
||||
|
||||
## Notes
|
||||
|
||||
Add any additional notes, configuration details, or special considerations for this node.
|
||||
|
||||
---
|
||||
|
||||
Back to [[Proxmox hosts|Physical Nodes]]
|
||||
35
content/homelab/hardware/littleboy.md
Normal file
35
content/homelab/hardware/littleboy.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: Littleboy - Firebat T8 Pro Plus
|
||||
publish: true
|
||||
tags:
|
||||
- homelab
|
||||
- hardware
|
||||
- proxmox
|
||||
---
|
||||
|
||||
# Littleboy
|
||||
|
||||
**Model**: Firebat T8 Pro Plus
|
||||
|
||||
## Specifications
|
||||
|
||||
- **CPU**:
|
||||
- **RAM**:
|
||||
- **Storage**:
|
||||
- **Network**:
|
||||
|
||||
## Role in Cluster
|
||||
|
||||
This node is part of the main Proxmox cluster.
|
||||
|
||||
## Services Running
|
||||
|
||||
- List services/VMs/containers running on this node
|
||||
|
||||
## Notes
|
||||
|
||||
Add any additional notes, configuration details, or special considerations for this node.
|
||||
|
||||
---
|
||||
|
||||
Back to [[Proxmox hosts|Physical Nodes]]
|
||||
35
content/homelab/hardware/optiplex.md
Normal file
35
content/homelab/hardware/optiplex.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: Optiplex - Dell Optiplex 7070 SFF
|
||||
publish: true
|
||||
tags:
|
||||
- homelab
|
||||
- hardware
|
||||
- proxmox
|
||||
---
|
||||
|
||||
# Optiplex
|
||||
|
||||
**Model**: Dell Optiplex 7070 SFF
|
||||
|
||||
## Specifications
|
||||
|
||||
- **CPU**: Intel Core i7-9700
|
||||
- **RAM**: 64GB
|
||||
- **Storage**:
|
||||
- **Network**:
|
||||
|
||||
## Role in Cluster
|
||||
|
||||
This node is part of the main Proxmox cluster.
|
||||
|
||||
## Services Running
|
||||
|
||||
- List services/VMs/containers running on this node
|
||||
|
||||
## Notes
|
||||
|
||||
Add any additional notes, configuration details, or special considerations for this node.
|
||||
|
||||
---
|
||||
|
||||
Back to [[Proxmox hosts|Physical Nodes]]
|
||||
8
content/homelab/index.md
Normal file
8
content/homelab/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Everything related to my homelab
|
||||
publish: true
|
||||
---
|
||||
|
||||
# Here are all the things related to my Homelab !!!
|
||||
|
||||
Hiii
|
||||
@@ -1,6 +1,25 @@
|
||||
---
|
||||
title: Welcome to Quartz
|
||||
title: Welcome to Vorpax Wiki
|
||||
publish: true
|
||||
---
|
||||
|
||||
This is a blank Quartz installation.
|
||||
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
||||
Welcome to my personal wiki and technical blog! This site serves as both documentation for my homelab infrastructure and a platform to share technical insights, guides, and experiences.
|
||||
|
||||
## 🏠 [[homelab/index|Homelab]]
|
||||
|
||||
Explore the architecture, services, and infrastructure of my self-hosted homelab cluster. From virtualization to networking, find detailed documentation on how everything is set up and maintained.
|
||||
|
||||
## 📝 [[blog/index|Blog]]
|
||||
|
||||
Technical articles, tutorials, and writeups on various topics including system administration, DevOps, containerization, and more.
|
||||
|
||||
## 🔍 What You'll Find Here
|
||||
|
||||
- **Infrastructure Documentation**: Detailed specs and configurations of my homelab hardware and software
|
||||
- **Service Guides**: How-to guides for deploying and managing self-hosted services
|
||||
- **Technical Articles**: Deep dives into interesting technical topics and solutions
|
||||
- **Project Writeups**: Documentation of personal projects and experiments
|
||||
|
||||
---
|
||||
|
||||
*Use the search bar above or the explorer on the left to navigate through the wiki.*
|
||||
|
||||
40
content/templates/blog-post.md
Normal file
40
content/templates/blog-post.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
date: <% tp.date.now("YYYY-MM-DD") %>
|
||||
tags:
|
||||
-
|
||||
description:
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
> **TL;DR**: Brief summary of the article
|
||||
|
||||
## Introduction
|
||||
|
||||
Introduce the topic and what the reader will learn.
|
||||
|
||||
## Main Content
|
||||
|
||||
### Section 1
|
||||
|
||||
Content goes here.
|
||||
|
||||
### Section 2
|
||||
|
||||
More content.
|
||||
|
||||
## Conclusion
|
||||
|
||||
Wrap up the article and key takeaways.
|
||||
|
||||
## References
|
||||
|
||||
- Links to related resources
|
||||
- Documentation
|
||||
- Related articles
|
||||
|
||||
---
|
||||
|
||||
*Published on <% tp.date.now("MMMM DD, YYYY") %>*
|
||||
81
content/templates/guide.md
Normal file
81
content/templates/guide.md
Normal file
@@ -0,0 +1,81 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
date: <% tp.date.now("YYYY-MM-DD") %>
|
||||
tags:
|
||||
- guide
|
||||
description:
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## Overview
|
||||
|
||||
What this guide covers and what you'll accomplish.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Requirement 1
|
||||
- Requirement 2
|
||||
- Required knowledge
|
||||
|
||||
## What You'll Need
|
||||
|
||||
- Hardware/software requirements
|
||||
- Tools
|
||||
- Access requirements
|
||||
|
||||
## Steps
|
||||
|
||||
### Step 1: Setup
|
||||
|
||||
Detailed instructions for the first step.
|
||||
|
||||
```bash
|
||||
# Example commands
|
||||
```
|
||||
|
||||
### Step 2: Configuration
|
||||
|
||||
Continue with configuration steps.
|
||||
|
||||
```bash
|
||||
# More commands
|
||||
```
|
||||
|
||||
### Step 3: Verification
|
||||
|
||||
How to verify everything is working.
|
||||
|
||||
```bash
|
||||
# Verification commands
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Issue 1
|
||||
|
||||
**Problem**: Description of the problem
|
||||
|
||||
**Solution**: How to fix it
|
||||
|
||||
### Issue 2
|
||||
|
||||
**Problem**: Description
|
||||
|
||||
**Solution**: Fix
|
||||
|
||||
## Next Steps
|
||||
|
||||
- What to do after completing this guide
|
||||
- Related guides
|
||||
- Advanced configurations
|
||||
|
||||
## References
|
||||
|
||||
- Links to documentation
|
||||
- Related resources
|
||||
|
||||
---
|
||||
|
||||
*Created: <% tp.date.now("YYYY-MM-DD") %>*
|
||||
79
content/templates/homelab-doc.md
Normal file
79
content/templates/homelab-doc.md
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
tags:
|
||||
- homelab
|
||||
description:
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## Overview
|
||||
|
||||
Brief description of this service/infrastructure component.
|
||||
|
||||
## Specifications
|
||||
|
||||
- **Type**:
|
||||
- **Version**:
|
||||
- **Hardware**:
|
||||
- **OS**:
|
||||
- **Resources**:
|
||||
- CPU:
|
||||
- RAM:
|
||||
- Storage:
|
||||
|
||||
## Configuration
|
||||
|
||||
### Installation
|
||||
|
||||
Steps or notes on how this was installed.
|
||||
|
||||
### Configuration Files
|
||||
|
||||
Important configuration details.
|
||||
|
||||
```yaml
|
||||
# Example configuration
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
||||
```bash
|
||||
KEY=value
|
||||
```
|
||||
|
||||
## Network Configuration
|
||||
|
||||
- **IP Address**:
|
||||
- **Ports**:
|
||||
- **Domain**:
|
||||
- **Access**:
|
||||
|
||||
## Services/Features
|
||||
|
||||
- Feature 1
|
||||
- Feature 2
|
||||
|
||||
## Maintenance
|
||||
|
||||
### Backup Strategy
|
||||
|
||||
How this service is backed up.
|
||||
|
||||
### Update Procedure
|
||||
|
||||
How to update this service.
|
||||
|
||||
## Related Services
|
||||
|
||||
- Links to related documentation
|
||||
- Dependencies
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Common issues and solutions.
|
||||
|
||||
---
|
||||
|
||||
*Last updated: <% tp.date.now("YYYY-MM-DD") %>*
|
||||
10
content/templates/page.md
Normal file
10
content/templates/page.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
tags:
|
||||
-
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
Content goes here.
|
||||
Reference in New Issue
Block a user