vault backup: 2025-01-16 22:14:29
This commit is contained in:
parent
34f36e4157
commit
b8dc011084
3 changed files with 34 additions and 35 deletions
|
@ -1 +1 @@
|
||||||
> This project runs **Quartz 4**, a fast, batteries-included static site generator, inside a **Docker container**. It transforms Markdown content into a fully functional website.
|
[[Applications/quartz-docker/index|quartz-docker]] which is [quartz](https://quartz.jzhao.xyz/), in a docker container, obviously. This wiki is running on it.
|
|
@ -3,12 +3,11 @@ title: Environment Variables
|
||||||
draft: false
|
draft: false
|
||||||
date: 2025-01-16
|
date: 2025-01-16
|
||||||
---
|
---
|
||||||
|
|
||||||
[Configuration](https://quartz.jzhao.xyz/configuration) options from the typescript file that are configurable via environment variable.
|
[Configuration](https://quartz.jzhao.xyz/configuration) options from the typescript file that are configurable via environment variable.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
| **Variable** | **Default** | **Purpose** |
|
| **Variable** | **Default** | **Purpose** |
|
||||||
|---|---|---|
|
| --------------------- | -------------------------- | ----------------------------------------------------- |
|
||||||
| `NGINX_PORT` | `8080` | Port on which the NGINX server runs |
|
| `NGINX_PORT` | `8080` | Port on which the NGINX server runs |
|
||||||
| `ENABLE_CRON` | `false` | Enable or disable the cron job |
|
| `ENABLE_CRON` | `false` | Enable or disable the cron job |
|
||||||
| `BUILD_SCHEDULE` | `*/10 * * * *` | Cron schedule for running `git pull` and Quartz build |
|
| `BUILD_SCHEDULE` | `*/10 * * * *` | Cron schedule for running `git pull` and Quartz build |
|
||||||
|
|
Loading…
Reference in a new issue