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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,18 @@ To see what devices and versions are compatible, look at [the compatibility list
11
11
12
12
# Public Instances
13
13
14
-
I do not recommend hosting a public instance of this software yet, as work is still being done, major breaking changes with updates that reqiure relogging are still happening, and credentials may be visible to the hoster.
15
-
16
-
Once completed, I will make a public instance of my own.
14
+
My public instance is currently undergoing small sample testing to avoid critical bugs. Will be released soon:tm:
- 🖥 Bare metal (recommended) - Useful when developing & debugging
21
+
22
22
23
+
### 🐳 Docker
24
+
Warning: Docker at present moment has some *preformance issues*, if anyone competent in docker has any idea why, please leave a github issue :)
23
25
24
-
### 🐳 Docker (recommended)
25
26
I assume you have some competency in docker.
26
27
27
28
Docker Compose:
@@ -52,7 +53,7 @@ services:
52
53
|``TWITTER_BRIDGE_TRACK_ANALYTICS``| Enables tracking of analytics (at the moment the only way to view this is by looking at the database) |``true``|
53
54
|``TWITTER_BRIDGE_DEVELOPER_MODE``| Enables extra loggging of data useful for debugging. WARNING!: DO NOT ENABLE ON A PUBLIC INSTANCE!!!! |``"/config/sqlite/scratchcord.db"``|
54
55
55
-
### 🖥 Bare metal
56
+
### 🖥 Bare metal (recommended)
56
57
This assumes you are somewhat competent
57
58
#### 1. Clone the repo
58
59
```bash
@@ -80,4 +81,4 @@ This server is no where close to 100% accurate. Most of the the time this accura
80
81
81
82
[@Savefade](https://github.com/Savefade), Gave me info on some of the requests
82
83
83
-
[@retrofoxxo](https://github.com/retrofoxxo), Helped with getting android working with this server
84
+
[@retrofoxxo](https://github.com/retrofoxxo), Helped with getting android working with this server
0 commit comments