vault backup: 2025-01-19 19:17:27

This commit is contained in:
Nathan Price 2025-01-19 19:17:27 -05:00
parent da122502d7
commit 39dc49efca
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg
2 changed files with 3 additions and 7 deletions

View file

@ -24,7 +24,6 @@ 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. 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 > [!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.
@ -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. 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] > [!warning]
> The compose element `hostname` must be the same value as `PDS_HOSTNAME`. > The compose element `hostname` must be the same value as `PDS_HOSTNAME`.

View file

@ -63,11 +63,9 @@ Bare minimum should be `baseUrl` and `pageTitle`.
🥳 Done! 🎉 🥳 Done! 🎉
> [!NOTE] Cloudflare > [!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. > 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 ## 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. If you don't use the cron job, and don't feel like restarting the container, you can build the site manually.