vault backup: 2025-01-18 15:12:18
This commit is contained in:
parent
f6976fc118
commit
225aabac33
1 changed files with 9 additions and 1 deletions
|
@ -65,7 +65,10 @@ By default, the image uses 1000:1000 as the UID:GID for the user. This can be ch
|
|||
|
||||
### 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
|
||||
docker exec -it bluesky-pds bash
|
||||
|
@ -73,6 +76,11 @@ pdsadmin account create
|
|||
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
|
||||
|
||||
After various testing, I have figured out two things.
|
||||
|
|
Loading…
Reference in a new issue