Compare commits

...

2 commits

Author SHA1 Message Date
71dfbd1af0
vault backup: 2025-01-16 22:16:21 2025-01-16 22:16:22 -05:00
b8dc011084
vault backup: 2025-01-16 22:14:29 2025-01-16 22:14:29 -05:00
4 changed files with 36 additions and 36 deletions

View file

@ -1 +0,0 @@
> 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.

View file

@ -19,7 +19,7 @@ This project runs **Quartz 4**, a fast, batteries-included static site generator
```sh ```sh
docker run docker run
``` ```
See a list of all Environment Variables [[environment variables|here.]]
```yaml ```yaml
docker compose file docker compose file
``` ```

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 |

View file

@ -8,3 +8,5 @@ date: 2025-01-16
This is a consolidated wiki for most of my projects. This is a consolidated wiki for most of my projects.
--- ---
## Applications
- [[Applications/quartz-docker/README|quartz-docker]] which is [quartz](https://quartz.jzhao.xyz/), in a docker container, obviously. This wiki is running on it.