1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-09 20:22:45 +01:00

📝 updated links to fosscord-server

This commit is contained in:
Flam3rboy 2021-08-13 13:18:48 +02:00
parent 7c3ff8d676
commit 046a30e9a6
5 changed files with 5 additions and 25 deletions

View File

@ -48,15 +48,9 @@ If we are finished we'll host our own support server.
| Repo name | Brief description | | 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 | | [Server](https://github.com/fosscord/fosscord-Server) | Fosscord WebSocket Gateway 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 | [Docs](https://github.com/fosscord/fosscord-docs) | Documentation for Fosscord |
| [WebRTC Server](https://github.com/fosscord/fosscord-rtc) | Fosscord voice and video server |
| [Voice Gateway](https://github.com/fosscord/fosscord-voice-gateway) | Fosscord voice gateway |
| [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\) |
| [Client](https://github.com/fosscord/fosscord-client) | Fosscord Client compatible with fosscord-server and discord.com | | [Client](https://github.com/fosscord/fosscord-client) | Fosscord Client compatible with fosscord-server and discord.com |
| [CDN](https://github.com/fosscord/fosscord-cdn) | [Content-delivery-network](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) for the server, used to store images and assets |
| [~~React Native CSS~~](https://github.com/fosscord/react-native-withcss) \(archived\) | ~~Library to enable css support for the client especially for themes~~ | | [~~React Native CSS~~](https://github.com/fosscord/react-native-withcss) \(archived\) | ~~Library to enable css support for the client especially for themes~~ |
| [~~React Native Mediaquery~~](https://github.com/fosscord/css-mediaquery) \(archived\) | ~~Use CSS media queries with react native~~ | | [~~React Native Mediaquery~~](https://github.com/fosscord/css-mediaquery) \(archived\) | ~~Use CSS media queries with react native~~ |

View File

@ -42,7 +42,7 @@
<image href="https://img.shields.io/discord/806142446094385153?color=7489d5&amp;logo=discord&amp;logoColor=ffffff"></image> <image href="https://img.shields.io/discord/806142446094385153?color=7489d5&amp;logo=discord&amp;logoColor=ffffff"></image>
</a> </a>
<a href="https://github.com/fosscord/fosscord-api/issues/140"> <a href="https://github.com/fosscord/fosscord-server/issues/140">
<image x="125" href="https://img.shields.io/static/v1?label=Status&amp;message=Development&amp;color=blue"></image> <image x="125" href="https://img.shields.io/static/v1?label=Status&amp;message=Development&amp;color=blue"></image>
</a> </a>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -71,7 +71,7 @@ class GithubNotionSync {
* @returns array of issues for the given repo in the following json form: * @returns array of issues for the given repo in the following json form:
* ``` * ```
* { * {
* url: 'https://api.github.com/repos/fosscord/fosscord-api/issues/78', * url: 'https://api.github.com/repos/fosscord/fosscord-server/issues/78',
* title: '[Route] /guilds/:id/regions', * title: '[Route] /guilds/:id/regions',
* body: '- [ ] regions', * body: '- [ ] regions',
* number: 78, * number: 78,

View File

@ -1,21 +1,13 @@
git clone git://github.com/fosscord/css-mediaquery.git css-mediaquery git clone git://github.com/fosscord/css-mediaquery.git css-mediaquery
git clone git://github.com/fosscord/docker.git docker git clone git://github.com/fosscord/docker.git docker
git clone git://github.com/fosscord/fosscord.git fosscord git clone git://github.com/fosscord/fosscord.git fosscord
git clone git://github.com/fosscord/fosscord-api.git api git clone git://github.com/fosscord/fosscord-server.git server
git clone git://github.com/fosscord/fosscord-cdn.git cdn
git clone git://github.com/fosscord/fosscord-client.git client git clone git://github.com/fosscord/fosscord-client.git client
git clone git://github.com/fosscord/fosscord-client-native.git client-native git clone git://github.com/fosscord/fosscord-client-native.git client-native
git clone git://github.com/fosscord/fosscord-dashboard.git dashboard
git clone git://github.com/fosscord/fosscord-docs.git docs git clone git://github.com/fosscord/fosscord-docs.git docs
git clone git://github.com/fosscord/fosscord-gateway.git gateway
git clone git://github.com/fosscord/fosscord-landingpage.git landingpage git clone git://github.com/fosscord/fosscord-landingpage.git landingpage
git clone git://github.com/fosscord/fosscord-plugins.git plugins git clone git://github.com/fosscord/fosscord-plugins.git plugins
git clone git://github.com/fosscord/fosscord-rtc.git rtc
git clone git://github.com/fosscord/fosscord-server.git server
git clone git://github.com/fosscord/fosscord-server-util.git server-util
git clone git://github.com/fosscord/fosscord-themes.git themes git clone git://github.com/fosscord/fosscord-themes.git themes
git clone git://github.com/fosscord/fosscord-ui.git ui git clone git://github.com/fosscord/fosscord-ui.git ui
git clone git://github.com/fosscord/fosscord-voice-gateway.git voice-gateway
git clone git://github.com/fosscord/fosscord-webrtc-server.git webrtc-server
git clone git://github.com/fosscord/fosscord.js.git fosscord.js git clone git://github.com/fosscord/fosscord.js.git fosscord.js
git clone git://github.com/fosscord/react-native-withcss.git react-native-withcss git clone git://github.com/fosscord/react-native-withcss.git react-native-withcss

View File

@ -48,17 +48,11 @@ cd fosscord
ECHO Cloning all repositories ECHO Cloning all repositories
ECHO. ECHO.
git clone https://github.com/fosscord/fosscord overview git clone https://github.com/fosscord/fosscord overview
git clone https://github.com/fosscord/fosscord-api api git clone https://github.com/fosscord/fosscord-server server
git clone https://github.com/fosscord/fosscord-gateway gateway
git clone https://github.com/fosscord/fosscord-themes themes git clone https://github.com/fosscord/fosscord-themes themes
git clone https://github.com/fosscord/fosscord-plugins plugins git clone https://github.com/fosscord/fosscord-plugins plugins
git clone https://github.com/fosscord/fosscord-gateway gateway
git clone https://github.com/fosscord/fosscord-media media
git clone https://github.com/fosscord/fosscord-server-util server-util
git clone https://github.com/fosscord/fosscord-cdn cdn
git clone https://github.com/fosscord/fosscord-ui ui git clone https://github.com/fosscord/fosscord-ui ui
git clone https://github.com/fosscord/fosscord-client client git clone https://github.com/fosscord/fosscord-client client
git clone https://github.com/fosscord/fosscord-dashboard dashboard
git clone https://github.com/fosscord/fosscord-landingpage landingpage git clone https://github.com/fosscord/fosscord-landingpage landingpage
git clone https://github.com/fosscord/css-mediaquery css-mediaquery git clone https://github.com/fosscord/css-mediaquery css-mediaquery
git clone https://github.com/fosscord/react-native-withcss react-native-withcss git clone https://github.com/fosscord/react-native-withcss react-native-withcss