Compare commits
2 commits
26fc9fc228
...
17cfa5061b
Author | SHA1 | Date | |
---|---|---|---|
17cfa5061b | |||
63df7da6a2 |
2 changed files with 11 additions and 12 deletions
|
@ -85,12 +85,14 @@ environment:
|
|||
|
||||
See a list of all environment variables [here](#environment-variables).
|
||||
|
||||
| Variable | Description | Default Value |
|
||||
| -------------------- | -------------------------------------------- | ----------------------------- |
|
||||
| `NGINX_PORT` | Port for the Nginx server | `80` |
|
||||
| `SERVER_NAME` | NGINX server name | `quartz.zhao.xyz` |
|
||||
| `ENABLE_CRON` | Enables scheduled builds (`true` or `false`) | `false` |
|
||||
| `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min |
|
||||
| `QUARTZ_CONFIG_PATH` | Path to the Quartz configuration file | `/config/quartz.json` |
|
||||
| Variable | Description | Default Value |
|
||||
| -------------------- | ----------------------------------------------------- | ----------------------------- |
|
||||
| `NGINX_PORT` | Port for the Nginx server | `80` |
|
||||
| `SERVER_NAME` | NGINX server name | `quartz.zhao.xyz` |
|
||||
| `ENABLE_CRON` | Enables scheduled builds (`true` or `false`) | `false` |
|
||||
| `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min |
|
||||
| `QUARTZ_CONFIG_PATH` | Path to the Quartz configuration file | `/config/quartz.json` |
|
||||
| `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`
|
||||
|
|
5
index.md
5
index.md
|
@ -1,11 +1,8 @@
|
|||
---
|
||||
title: Home
|
||||
title: ModernLeft - Home
|
||||
draft: false
|
||||
date: 2025-01-16
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
Welcome to the ModernLeft Documentation!
|
||||
This is a consolidated wiki for most of my projects.
|
||||
|
||||
|
|
Loading…
Reference in a new issue