vault backup: 2025-01-17 17:30:42

This commit is contained in:
Nathan Price 2025-01-17 17:30:42 -05:00
parent 63df7da6a2
commit 17cfa5061b
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg
2 changed files with 11 additions and 16 deletions

View file

@ -86,15 +86,13 @@ environment:
See a list of all environment variables [here](#environment-variables). See a list of all environment variables [here](#environment-variables).
| Variable | Description | Default Value | | Variable | Description | Default Value |
| -------------------- | -------------------------------------------- | ----------------------------- | | -------------------- | ----------------------------------------------------- | ----------------------------- |
| `NGINX_PORT` | Port for the Nginx server | `80` | | `NGINX_PORT` | Port for the Nginx server | `80` |
| `SERVER_NAME` | NGINX server name | `quartz.zhao.xyz` | | `SERVER_NAME` | NGINX server name | `quartz.zhao.xyz` |
| `ENABLE_CRON` | Enables scheduled builds (`true` or `false`) | `false` | | `ENABLE_CRON` | Enables scheduled builds (`true` or `false`) | `false` |
| `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min | | `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min |
| `QUARTZ_CONFIG_PATH` | Path to the Quartz configuration file | `/config/quartz.json` | | `QUARTZ_CONFIG_PATH` | Path to the Quartz configuration file | `/config/quartz.json` |
| `USER_ID` | | | | `USER_ID` | UID that` /content` and` /config` will be chown'd to. | `1000` |
| `GROUP_ID` | GID that` /content` and` /config` will be chown'd to. | `1000` |
You shouldn't need to change `QUARTZ_CONFIG_PATH` You shouldn't need to change `QUARTZ_CONFIG_PATH`
USER_ID: 0
GROUP_ID: 0

View file

@ -1,11 +1,8 @@
--- ---
title: Home title: ModernLeft - Home
draft: false draft: false
date: 2025-01-16 date: 2025-01-16
--- ---
# Introduction
Welcome to the ModernLeft Documentation! Welcome to the ModernLeft Documentation!
This is a consolidated wiki for most of my projects. This is a consolidated wiki for most of my projects.