Compare commits

...

2 commits

Author SHA1 Message Date
64b97c3d37
vault backup: 2025-01-18 15:25:04 2025-01-18 15:25:04 -05:00
dec627c188
vault backup: 2025-01-18 15:22:18 2025-01-18 15:22:18 -05:00
4 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,11 @@
```json title="/etc/docker/daemon.json"
{
"ipv6": true,
"fixed-cidr-v6": "2001:db8:1::/64"
}
```
```bash
sudo systemctl reboot
docker network create --subnet=192.168.1.0/24 --ipv6 --attachable proxy
```

View file

@ -65,6 +65,13 @@ By default, the image uses 1000:1000 as the UID:GID for the user. This can be ch
The compose element `hostname` must be the same value as `PDS_HOSTNAME`.
![[traefik]]
Optionally, you can use the [[middleware|BlueskyHeaders]] middleware to set headers.
---
I do not run this, but it should be possible.
![[standalone]]
### Running Commands
@ -93,3 +100,13 @@ After various testing, I have figured out two things.
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.
![[bluesky-pds-cloudflare.png]]
## SMTP
I use protonmail for my SMTP server. You can use any SMTP server you like, but I figured I'd share this information.
These are the environment variables I use.
```
PDS_EMAIL_SMTP_URL: smtp://user@example.com:TOKEN@smtp.protonmail.ch:587/
PDS_EMAIL_FROM_ADDRESS: user@example.com
```

View file

@ -1,4 +1,4 @@
I do not run this, but it should be possible.
```yaml title="docker-compose.yml"
# Standalone, you'll need to add a proxy in front of this with SSL.

View file

@ -1,3 +1,9 @@
---
title: bluesky-pds
draft: false
date: 2025-01-18
---
```yaml title="docker-compose.yml"
# Traefik Proxy
services: