Skip to content

Commit 4172fd9

Browse files
authored
Update README.md
1 parent a56928b commit 4172fd9

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ To see what devices and versions are compatible, look at [the compatibility list
1111

1212
# Public Instances
1313

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:
15+
None
1716

1817
## Hosting instructions
1918
For hosting, you can take two paths
20-
- 🐳 Docker (recommended) - Quick & easy to deploy + easy updating
21-
- 🖥 Bare metal - Useful when developing & debugging
19+
- 🐳 Docker - Quick & easy to deploy + easy updating
20+
- 🖥 Bare metal (recommended) - Useful when developing & debugging
21+
2222

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 :)
2325

24-
### 🐳 Docker (recommended)
2526
I assume you have some competency in docker.
2627

2728
Docker Compose:
@@ -52,7 +53,7 @@ services:
5253
|``TWITTER_BRIDGE_TRACK_ANALYTICS``| Enables tracking of analytics (at the moment the only way to view this is by looking at the database) |``true``|
5354
|``TWITTER_BRIDGE_DEVELOPER_MODE``| Enables extra loggging of data useful for debugging. WARNING!: DO NOT ENABLE ON A PUBLIC INSTANCE!!!! |``"/config/sqlite/scratchcord.db"``|
5455
55-
### 🖥 Bare metal
56+
### 🖥 Bare metal (recommended)
5657
This assumes you are somewhat competent
5758
#### 1. Clone the repo
5859
```bash
@@ -80,4 +81,4 @@ This server is no where close to 100% accurate. Most of the the time this accura
8081

8182
[@Savefade](https://github.com/Savefade), Gave me info on some of the requests
8283

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

Comments
 (0)