Compare commits

..

No commits in common. "64b97c3d37c0a793aa55ff4a560a049e9ffbd942" and "4dafa04d4d2d493c23cf1892610e2fe527de9833" have entirely different histories.

4 changed files with 1 additions and 35 deletions

View file

@ -1,11 +0,0 @@
```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,13 +65,6 @@ 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`. The compose element `hostname` must be the same value as `PDS_HOSTNAME`.
![[traefik]] ![[traefik]]
Optionally, you can use the [[middleware|BlueskyHeaders]] middleware to set headers.
---
I do not run this, but it should be possible.
![[standalone]] ![[standalone]]
### Running Commands ### Running Commands
@ -100,13 +93,3 @@ 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. 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]] ![[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" ```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.

View file

@ -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: