1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 17:01:47 +02:00
This commit is contained in:
Flam3rboy 2021-05-15 11:48:22 +02:00
commit b50badba34
7 changed files with 1923 additions and 12 deletions

View File

@ -27,30 +27,30 @@ Fosscord is **f**ree **o**pen **s**ource **s**oftware compatible to dis**cord**.
* Extendable
* Themeable
logo by [@nwlandas](https://twitter.com/nwlandas)
Logo by [@nwlandas](https://twitter.com/nwlandas).
### Installation
_it is in development and not yet finished_
_it is in development and not yet finished._
### Support
[https://discord.gg/ZrnGQP6p3d](https://discord.gg/ZrnGQP6p3d)
if we are finished we'll host our own support server.
If we are finished we'll host our own support server.
### Feature Additions:
* End to end encryption
* Whiteboard integration
### Repositories
| Repo name | Brief description |
| :--- | :--- |
| [UI](https://github.com/fosscord/fosscord-ui) | Open Source CSS framework in the style of Discord. |
| [UI](https://github.com/fosscord/fosscord-ui) | Open Source CSS framework in the style of Discord |
| [API](https://github.com/fosscord/fosscord-API) | Fosscord HTTP API Server for fosscord-client |
| [Gateway](https://github.com/fosscord/fosscord-gateway) | Fosscord WebSocket Gateway Server for fosscord-client |
[Docs](https://github.com/fosscord/fosscord-docs) | Documentation for Fosscord |
| [Voice/Video](https://github.com/fosscord/fosscord-voice) | Fosscord voice and video server |
| [Server-Util](https://github.com/fosscord/fosscord-server-util) | Utility functions for the all server repositories |
| [Dashboard](https://github.com/fosscord/fosscord-dashboard) | An admin dashboard for fosscord-server \(analytics, settings, administration, trust & safety\) |

2
api

@ -1 +1 @@
Subproject commit 87bbf118431bd02930dd47221ebab2cb19a86c79
Subproject commit c04d1a476c7f6b94bfec4df7e87f42aab1e1d06b

2
docs

@ -1 +1 @@
Subproject commit ff8b47428e0e4b15ba6c254877df0116b1285285
Subproject commit a90a039c14b53a1d2c434c1c17b9f95ac0041546

61
fosscord.code-workspace Normal file
View File

@ -0,0 +1,61 @@
{
"folders": [
{
"path": "."
},
{
"path": "./assets"
},
{
"path": "./cdn"
},
{
"path": "./client"
},
{
"path": "./docs"
},
{
"path": "./dashboard"
},
{
"path": "./gateway"
},
{
"path": "./fosscord.js"
},
{
"path": "./collection"
},
{
"path": "./api"
},
{
"path": "./landingpage"
},
{
"path": "./media"
},
{
"path": "./plugins"
},
{
"path": "./rpc"
},
{
"path": "./scripts"
},
{
"path": "./server-util"
},
{
"path": "./support"
},
{
"path": "./themes"
},
{
"path": "./ui"
}
]
}

@ -1 +1 @@
Subproject commit 9a649ad703d360cd31782db1d786a679b7ae8763
Subproject commit 6fdf0d75f48f41530ee7161c290ec5051ede1534

1856
rpc/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit 0e7efce655fd0cff22dc985c38d66eb49392e033
Subproject commit 9fb7bf9491e8d88ee1244624d3dedd5cce018474