vault backup: 2025-01-16 22:14:29

This commit is contained in:
Nathan Price 2025-01-16 22:14:29 -05:00
parent 34f36e4157
commit b8dc011084
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg
3 changed files with 34 additions and 35 deletions

View file

@ -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.

View file

@ -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 |