mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-10 04:25:20 +02:00
Added fediverse bridge draft
This commit is contained in:
20
roles/web-app-bridgy-fed/templates/Administration.md.j2
Normal file
20
roles/web-app-bridgy-fed/templates/Administration.md.j2
Normal file
@@ -0,0 +1,20 @@
|
||||
# Administration
|
||||
|
||||
## Local dev shell (inside container)
|
||||
```bash
|
||||
docker compose exec application bash
|
||||
```
|
||||
|
||||
## Logs
|
||||
```bash
|
||||
docker compose logs -f application
|
||||
docker compose logs -f emulator # if enabled
|
||||
```
|
||||
|
||||
## Notes
|
||||
- Upstream dev run example:
|
||||
```bash
|
||||
export APPVIEW_HOST=api.bsky.app PLC_HOST=plc.directory BGS_HOST=bsky.network PDS_HOST=atproto.brid.gy
|
||||
flask --debug run -p 8080
|
||||
```
|
||||
(We run via gunicorn in this role.)
|
Reference in New Issue
Block a user