autopushed

This commit is contained in:
2023-12-25 17:14:16 +01:00
parent 39b09b0034
commit a7a809b571
+12
View File
@@ -1,3 +1,15 @@
- a [[bridge]]. - a [[bridge]].
- [[bluesky]] [[fediverse]] - [[bluesky]] [[fediverse]]
- #go https://fietkau.software/pinhole - #go https://fietkau.software/pinhole
Trying this out on [[2023-12-25]] :) I got it to run in dev mode as such:
```
> git clone git clone https://fietkau.software/Pinhole.git
> cd Pinhole
> poetry init
> poetry add pycryptodome flask requests
> poetry run pinhole.py
```
Now considering whether I take the step to set up nginx to serve this in a way 'readable' to ActivityPub ecosystem as per instructions in [[go/pinhole]] :)