vault backup: 2025-01-18 15:12:18

This commit is contained in:
Nathan Price 2025-01-18 15:12:18 -05:00
parent f6976fc118
commit 225aabac33
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -65,7 +65,10 @@ By default, the image uses 1000:1000 as the UID:GID for the user. This can be ch
### Running Commands ### Running Commands
Nothing has changed in this department. Nothing has changed in this department, other than not needing `sudo`. The commands are the same as the upstream project. Such as
- [Creating an account using pdsadmin](https://github.com/bluesky-social/pds?tab=readme-ov-file#creating-an-account-using-pdsadmin)
- [Creating an account using an invite code](https://github.com/bluesky-social/pds?tab=readme-ov-file#creating-an-account-using-an-invite-code)
```bash ```bash
docker exec -it bluesky-pds bash docker exec -it bluesky-pds bash
@ -73,6 +76,11 @@ pdsadmin account create
pdsadmin create-invite-code pdsadmin create-invite-code
``` ```
> [!danger] Update Warning
> Do not under any circumstances update the image using `pdsadmin update`. I have not tested this, and
### Cloudflare DNS ### Cloudflare DNS
After various testing, I have figured out two things. After various testing, I have figured out two things.