vault backup: 2025-01-19 19:59:31
This commit is contained in:
parent
efb2d75c2b
commit
52ccb90ffb
5 changed files with 5 additions and 11 deletions
|
@ -103,7 +103,9 @@ pdsadmin create-invite-code
|
||||||
|
|
||||||
### Cloudflare DNS
|
### Cloudflare DNS
|
||||||
|
|
||||||
After various testing, I have figured out two things.
|
![[Generic/Cloudflare]]
|
||||||
|
|
||||||
|
DEPRECIATED: After various testing, I have figured out two things.
|
||||||
|
|
||||||
1. In order for email verification to work, you cannot have the DNS Proxy enabled or `AAAA` records active.
|
1. In order for email verification to work, you cannot have the DNS Proxy enabled or `AAAA` records active.
|
||||||
2. After you have verified emails, and do not intend to use the email feature, you can re-enable the DNS Proxy and `AAAA` records.
|
2. After you have verified emails, and do not intend to use the email feature, you can re-enable the DNS Proxy and `AAAA` records.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
```yaml title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
# Standalone, you'll need to add a proxy in front of this with SSL.
|
# Standalone, you'll need to add a proxy in front of this with SSL.
|
||||||
services:
|
services:
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
---
|
|
||||||
title: bluesky-pds
|
|
||||||
draft: false
|
|
||||||
date: 2025-01-18
|
|
||||||
---
|
|
||||||
|
|
||||||
```yaml title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
# Traefik Proxy
|
# Traefik Proxy
|
||||||
services:
|
services:
|
||||||
|
|
|
@ -3,7 +3,6 @@ title: quartz
|
||||||
draft: false
|
draft: false
|
||||||
date: 2025-01-16
|
date: 2025-01-16
|
||||||
---
|
---
|
||||||
|
|
||||||
| | |
|
| | |
|
||||||
| ----------------------- | ---------------------------------------------------------------------------------------------- |
|
| ----------------------- | ---------------------------------------------------------------------------------------------- |
|
||||||
| Image on Forgejo | [Forgejo](https://code.modernleft.org/gravityfargo/-/packages/container/quartz-docker/v4.4.0) |
|
| Image on Forgejo | [Forgejo](https://code.modernleft.org/gravityfargo/-/packages/container/quartz-docker/v4.4.0) |
|
||||||
|
@ -22,6 +21,7 @@ This project runs [Quartz](https://quartz.jzhao.xyz/) v4.4.0, a fast, batteries-
|
||||||
While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project. The primary audience of Quartz [seems](https://quartz.jzhao.xyz/hosting#self-hosting) to be geared towards GitHub/Cloudflare/GitLab pages users. I prefer Forejo.
|
While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project. The primary audience of Quartz [seems](https://quartz.jzhao.xyz/hosting#self-hosting) to be geared towards GitHub/Cloudflare/GitLab pages users. I prefer Forejo.
|
||||||
|
|
||||||
I made this container for users who want to self host Quartz without GitHub/Cloudflare/GitLab pages with minimal setup required. The intent is to host in a stand-alone container behind a reverse proxy like Traefik.
|
I made this container for users who want to self host Quartz without GitHub/Cloudflare/GitLab pages with minimal setup required. The intent is to host in a stand-alone container behind a reverse proxy like Traefik.
|
||||||
|
|
||||||
## Benefits
|
## Benefits
|
||||||
- [Repository setup](https://quartz.jzhao.xyz/setting-up-your-GitHub-repository) is not required. Any git repository can be used as site content.
|
- [Repository setup](https://quartz.jzhao.xyz/setting-up-your-GitHub-repository) is not required. Any git repository can be used as site content.
|
||||||
- GitHub/Cloudflare/GitLab pages is not the focus.
|
- GitHub/Cloudflare/GitLab pages is not the focus.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
> [!NOTE] Cloudflare
|
> [!NOTE] Cloudflare
|
||||||
> I am moving away from their services after their many controversies. I wont be providing support for any issues that may arise.Do with that what you will.
|
> I am moving away from their services after their many controversies. I wont be providing support for any issues that may arise. If you are a CF user and encounter issues, disable DNS proxy and restart the service.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue