vault backup: 2025-01-19 19:17:27
This commit is contained in:
parent
da122502d7
commit
39dc49efca
2 changed files with 3 additions and 7 deletions
|
@ -24,9 +24,8 @@ It is required to run the instance behind a proxy (like [Traefik](https://doc.tr
|
|||
|
||||
This is not intended for production, and I am not responsible for any data loss or security issues. This is a personal project, and I am not affiliated with Bluesky.
|
||||
|
||||
|
||||
> [!NOTE] Custom Domain
|
||||
> You do <u>not</u> need to setup a PDS to have a custom domain in your username. Bluesky provides [documentation](https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial) for DNS setup.
|
||||
> You do <u>not</u> need to setup a PDS to have a custom domain in your username. Bluesky provides [documentation](https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial) for DNS setup.
|
||||
|
||||
> [!warning] Data Warning
|
||||
> Before changing images, upgrading, or any other modification always backup your data!
|
||||
|
@ -67,7 +66,6 @@ If you'd like to learn more about my docker setup, head over to [[getting starte
|
|||
|
||||
By default, the image uses 1000:1000 as the `UID:GID` for the user. This can be changed by setting the `PUID` and `PGID` environment variables.
|
||||
|
||||
|
||||
> [!warning]
|
||||
> The compose element `hostname` must be the same value as `PDS_HOSTNAME`.
|
||||
|
||||
|
|
|
@ -58,16 +58,14 @@ docker stop quartz-wiki
|
|||
|
||||
On first run, the container will download the necessary dependencies, build the site, and download the content repository.
|
||||
|
||||
After that, you can configure whatever you would like in `/srv/quartz/src` using the stock options found in the quartz [documentation](https://quartz.jzhao.xyz/configuration)
|
||||
After that, you can configure whatever you would like in `/srv/quartz/src` using the stock options found in the quartz [documentation](https://quartz.jzhao.xyz/configuration)
|
||||
Bare minimum should be `baseUrl` and `pageTitle`.
|
||||
|
||||
🥳 Done! 🎉
|
||||
|
||||
|
||||
> [!NOTE] Cloudflare
|
||||
> I've found that the cron schedule will eventually start having fatal git errors. Disabling Cloudflare fixed this. I am moving away from their services after their many controversies. Do with that what you will.
|
||||
|
||||
|
||||
## Manually Building the Site
|
||||
|
||||
If you don't use the cron job, and don't feel like restarting the container, you can build the site manually.
|
||||
|
@ -116,5 +114,5 @@ environment:
|
|||
| `BUILD_SCHEDULE` | Cron expression for scheduling site builds | `"*/10 * * * *"` every 10 min |
|
||||
| `CONTENT_REPO` | URL of the content repository | `https://code.modernleft.org/gravityfargo/empty.git` |
|
||||
|
||||
> [!NOTE] >
|
||||
> [!NOTE] >
|
||||
> `CONTENT_REPO` Must use https, not git.
|
||||
|
|
Loading…
Reference in a new issue