You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,26 @@ I do not recommend hosting a public instance of this software yet, as work is st
8
8
9
9
I will not be guarenting anything. I'll try to target both bluesky & mastodon, but no guarentee yet. Right now looking like bluesky will be the primary target due to some technical challenges with mastodon
10
10
11
+
## Hosting instructions
12
+
13
+
Docker
14
+
```yaml
15
+
services:
16
+
twitter-bridge:
17
+
image: ghcr.io/preloading/twitterapibridge:dev # main = releases/stable, dev=latest commits/test version
0 commit comments