diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b57fdde..fd459cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,6 @@ name: Build to GitHub Pages on: + workflow_dispatch: push: branches: - master @@ -12,7 +13,8 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.x - - run: python3 -m pip install mkdocs-material mkdocs-swagger-ui-tag mkdocs-section-index mkdocs-macros-plugin + - run: curl https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/CODE_OF_CONDUCT.md -o docs/contributing/conduct.md + - run: python3 -m pip install -r requirements.txt - run: mkdocs build - run: echo docs.spacebar.chat >> site/CNAME - name: Deploy 🚀 diff --git a/README.md b/README.md index 6f57c33..6da8fce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Spacebar Docs -[![Build to GitHub Pages](https://github.com/spacebarchat/docs/actions/workflows/build.yml/badge.svg)](https://github.com/spacebarchat/docs/actions/workflows/build.yml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) +[![Build to GitHub Pages](https://github.com/spacebarchat/docs/actions/workflows/build.yml/badge.svg)](https://github.com/spacebarchat/docs/actions/workflows/build.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/86622c9d-4952-4da5-9825-cc016e4a5e5f/deploy-status)](https://app.netlify.com/sites/spacebar-chat/deploys) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/spacebarchat/docs) @@ -16,7 +18,7 @@ 3. Install dependencies. ```bash - python3 -m pip install mkdocs-material mkdocs-swagger-ui-tag mkdocs-section-index mkdocs-macros-plugin + python3 -m pip install -r requirements.txt ``` 4. Edit documents(s). diff --git a/docs/assets/js/missingroutes.js b/docs/assets/js/missingroutes.js index 1d016b2..fb94b1e 100644 --- a/docs/assets/js/missingroutes.js +++ b/docs/assets/js/missingroutes.js @@ -16,7 +16,16 @@ document (async () => { const res = await fetch(MISSING_ROUTES_LIST); - const missingRoutes = await res.json(); + const json = await res.json(); + const missingRoutes = json.routes; + + document.getElementById("counter").innerHTML = + `We implement ${json.discord - json.missing}/${ + json.discord + } endpoints from Discord.com ` + + `as well as ${ + json.spacebar + json.missing - json.discord + } additional endpoints.`; for (let route of missingRoutes) { const elem = document.createElement("li"); diff --git a/docs/assets/overrides/routes.html b/docs/assets/overrides/routes.html new file mode 100644 index 0000000..d966f26 --- /dev/null +++ b/docs/assets/overrides/routes.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/assets/swagger.css b/docs/assets/swagger.css deleted file mode 100644 index c9dadae..0000000 --- a/docs/assets/swagger.css +++ /dev/null @@ -1,3 +0,0 @@ -html { - overflow-y: auto !important; -} diff --git a/docs/contributing/conduct.md b/docs/contributing/conduct.md deleted file mode 100644 index 9519461..0000000 --- a/docs/contributing/conduct.md +++ /dev/null @@ -1,51 +0,0 @@ -# Code of Conduct - -By contributing to or interacting with {{ project.name }} or {{ project.name }} community spaces, you accept the code of conduct. - -This code of conduct is based on the Artemis Lena Code of Conduct by FantasyCookie17. As it is licensed under CC0, -it may be used by other communities in modified or unmodified form without permission from the author. -Its purpose is to ensure a civilised, tolerant, compassionate, helpful, pluralistic, and peaceful style of communication. - -{{ project.name }} community spaces includes {{ project.name }} github repositories and {{ project.name }} development guilds (be it on Discord.com or {{ project.name }} instances mananged by the {{ project.name }} maintainers group). - -By contributing to any {{ project.name }} projects (for example, through pull request) you guarantee that you have the rights to resign all rights to {{ project.name }} under the AGPLV3 license. - -### Desirable Behaviour - -- If possible, provide assistance with {{ project.name }} projects to other users. -- Be respectful toward other's opinions and viewpoints. -- Accepting responsibility and apologizing to those affected for our mistakes. - -### Prohibited Behaviour - -- Sharing leaked, proprietary source code from Discord Inc -- Homophobia, transphobia, etc, misgendering, deadnaming, assuming gender. You should use singular they/them when in doubt. -- Threats of violence -- Harassment -- Spreading hateful, violent, or discriminatory ideologies or conspiracy theories, via media or text (including avatars and nicknames) -- Trolling. Intentionally derailing conversations or producing discussions on non-issues. -- Doxing. Disclosing other's private information without their consent. -- Spamming. This includes sending advertisements, repeatedly sending meaningless content, sending server invites unrequested. -- Sharing media that may cause harm or be triggering to others, such as flashing imagery or gore. -- Undesired automation of services that may lead to a reduction in service quality. For example, API spam of a {{ project.name }} instance. -- Ban evasion. Creation of additional accounts used to join a community after being banned from that community. -- Posting content that is illegal to publish or distribute in Germany. -- Abusing loopholes in this code of conduct, or being in conflict with the goals of this code of conduct. - -### Consequences of Violation - -- Written warnings, followed by kicks or bans if repeated. -- If a violation is particularly egregious, an immediate kick or ban may be issued. -- Offending content may be removed -- Kicks and bans apply to all communities administered by the {{ project.name }} maintainers group. - -### Reporting problems - -You may report any violation of this code of conduct to the {{ project.name }} community team directly through Discord, private message or otherwise. - -If you believe us to be in violation of this code of conduct, please report it to someone in a higher position, -or to many people on the team. Make sure to provide a direct quote from here to be as effective as possible. - -### Changes to this document - -This code of conduct may be changed in order to enhance clarity and precision at any time. **Notification should be provided** diff --git a/docs/contributing/instances.md b/docs/contributing/instances.md index 8d4b4d1..0d2b8c2 100644 --- a/docs/contributing/instances.md +++ b/docs/contributing/instances.md @@ -1,6 +1,6 @@ # For Instance Owners -The below are the rules for instance owners who look to be featured in our [community instances](https://github.com/spacebarchat/community-instances) list. +The below are the rules for instance owners who look to be featured in our [community instances](https://github.com/spacebarchat/spacebarchat/tree/master/instances) list. If you do not meet these criteria, your instance will simply not be featured on our website. Your instance: @@ -13,6 +13,7 @@ Your instance: 6. Must have a valid and monitored [`general_correspondenceEmail` config](/setup/server/configuration) set. 7. Must not have default [rights](/setup/server/security/rights) that include operator or other administrative rights. 8. Enable [Imagor](/setup/server/configuration/imagor), as no image proxy allows attackers to learn user IP addresses. +9. Have a valid SSL/TLS certificate for all endpoints. We recommend (not required) that you: @@ -21,3 +22,5 @@ We recommend (not required) that you: - Run your instance under [SystemD](/setup/server/systemd) or a similar system in your distro, for automatic restarting - Provide some mechanism for users to report content. This may be as simple as more openly advertising your correspondence email (i.e. outside `GET /api/policies/instance` or `/api/ping`) - Provide some mechanism for instance status, such as [Grafana](https://grafana.com/). +- Host a [`/.well-known/spacebar`](/setup/server/wellknown) file on the domain you wish users associate with your instance, e.g. `spacebar.chat`. + If doing so, use this domain as the `url` field in your community instances PR. diff --git a/docs/contributing/server/missingroute.md b/docs/contributing/server/missingroute.md index 132a27b..292d04d 100644 --- a/docs/contributing/server/missingroute.md +++ b/docs/contributing/server/missingroute.md @@ -9,15 +9,16 @@ It is generated daily by [{{ repositories.missing_routes }}]({{ repositories.bas by scraping the latest Discord.com client.
- - + +

+
diff --git a/docs/faq.md b/docs/faq.md index 921fbd6..c7b44ff 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,5 +1,29 @@ # Frequently Asked Questions +??? info "Is {{ project.name }} still in development? Production Ready?" + + Yes, {{ project.name }} is still in development. Our unpaid team of volunteers is very small though, and so progress is very dependant on our motivation + and outside life. + + The [{{ project.name }} server]({{ repositories.base_url }}/{{ repositories.server }}) program has been in development since at least 28/11/2020, + and has most core features implemented. API compatibility is reasonable although not quite perfect and so some third party clients may not function, + although the official Discord.com client which we test against functions correctly for the most part. + + The big Discord.com features currently left unimplemented or with partial implementations are: + + * Voice/Video support + * Voice activities + * OAuth2 scopes and other applications (Bot applications work by are left unscoped) + * Message threads + * Pomelo (new username system without discriminators) + * Auto moderation + + For a more complete overview of what is left unimplemented, please refer to [the missing routes viewer](./contributing/server/missingroute.md) + + The [{{ project.name }} client]({{ repositories.base_url }}/{{ repositories.client }}) however is very premature, starting development around 1/03/2023. + It is not ready production use or as your daily driver. It lacks many core features and is not recommended to be used. + Please setup a third party client, or help contribute to our codebase! Any and all help is appreciated. + ??? info "How do you use the Client?" As described in [Clients](/setup/clients), the official client is not ready yet. You are free to use diff --git a/docs/routes.md b/docs/routes.md index 76ded1e..99210fa 100644 --- a/docs/routes.md +++ b/docs/routes.md @@ -1,10 +1,4 @@ -# API Routes - - - - - +--- +title: HTTP API Docs +template: routes.html +--- diff --git a/docs/setup/clients/index.md b/docs/setup/clients/index.md index c93c1e7..b8f9a19 100644 --- a/docs/setup/clients/index.md +++ b/docs/setup/clients/index.md @@ -1,98 +1 @@ -# Clients - -!!! note "The {{ project.name }} client is, at the time of writing this (March 17th, 2023), under heavy development and not ready to be used in production just yet." - -!!! warning "Windows support is currently broken." - -The official {{ project.name }} client is currently being developed at [this repository]({{ repositories.base_url }}/{{ repositories.client }}/tree/dev/bare-rewrite). - -## Official host - -We currently host the client at [https://app.{{ project.domain }}](https://app.{{ project.domain }}). -You can use it to connect to our official instance by default, -or you can use it to connect to your own by editing your local storage to include the `routeSettings` key with the below example content: - -```json -{ - "api": "https://staging.{{ project.domain }}/api/v9", - "cdn": "https://cdn.staging.{{ project.domain }}", - "gateway": "wss://gateway.staging.{{ project.domain }}", - "invite": "https://staging.{{ project.domain }}/invite", - "template": "https://staging.{{ project.domain }}/template", - "gift": "https://staging.{{ project.domain }}/gift", - "scheduledEvent": "https://staging.{{ project.domain }}/events" -} -``` - -Replace the above endpoints with your own. If your domain name is `https://whatever.notasite`, then you'll most likely want to enter -`https://whatever.noasite/api/v9` for the API endpoint, etc. - -## Setup/Building - -### Dependencies - -- [Git](https://git-scm.com/) -- [NodeJS](https://nodejs.org). Version 16+ -- [yarn](https://yarnpkg.com/) (preferred) or npm - -In your terminal: - -```bash -# Download {{ project.name }} Client -git clone {{ repositories.base_url }}/{{ repositories.client }}.git - -# Enter the cloned directory, switch branches to the one, which is actually being developed -cd {{ project.name.lower() }}-client; git switch dev/bare-rewrite - -# Install dependencies -yarn install -``` - -To start the client with Metro for development, run - -```bash -yarn start -``` - -!!! note "Platform-specific development commands:" - - For development for Android, run - - ```bash - yarn android - ``` - - For development for iOS, run - - ```bash - yarn ios - ``` - - For development for Windows, run - - ```bash - yarn windows - ``` - -To build static files for the web (i.e. when hosting it yourself), run - -```bash -yarn build:web -``` - -Files will be built to `web-build` - -## Contributing - -To contribute: - -- [Fork the repository]({{ repositories.base_url }}/{{ repositories.client }}/fork) -- Run the building instructions. -- Commit & Push. -- Pull Request & Done! - -### What can I contribute? - -- "Core" features like settings, editing messages, dms, markdown rendering, etc. What do you think are basic features that you would want? Some of the GitHub Issues apply to this. -- Implementing other things like voice/video is fine too, though -- [This]({{ repositories.base_url }}/{{ repositories.client }}/issues/21) is a good starting point and lists the core features that are still missing from the client. +## [Official Client](official) diff --git a/docs/setup/clients/official/index.md b/docs/setup/clients/official/index.md new file mode 100644 index 0000000..67a7f05 --- /dev/null +++ b/docs/setup/clients/official/index.md @@ -0,0 +1,6 @@ +# {{ project.name }} Client + +The {{ project.name }} client has 2 versions: + +- The new, React version which is currently under active development. Docs: [React Client](react.md) +- The old, legacy React Native version which is no longer under active development. Docs: [Legacy Client](legacy.md) diff --git a/docs/setup/clients/official/legacy.md b/docs/setup/clients/official/legacy.md new file mode 100644 index 0000000..6ca6431 --- /dev/null +++ b/docs/setup/clients/official/legacy.md @@ -0,0 +1,87 @@ +# Legacy Client + +!!! danger "This version is no longer under active development! Please see [React Client](dev.md) for the current in-development version." + +!!! warning "Windows support is currently broken." + +## Official host + +The client will connect to our official instance by default, or you can use it to connect to your +own instance by editing your local storage to include the `routeSettings` key with the below example +content: + +```json +{ + "api": "https://api.old.server.{{ project.domain }}/api/v9", + "cdn": "https://cdn.old.server.{{ project.domain }}", + "gateway": "wss://gateway.old.server.{{ project.domain }}", + "invite": "https://old.server.{{ project.domain }}/invite", + "template": "https://old.server.{{ project.domain }}/template", + "gift": "https://old.server.{{ project.domain }}/gift", + "scheduledEvent": "https://old.server.{{ project.domain }}/events" +} +``` + +Replace the above endpoints with your own. If your domain name is `https://example.com`, then you'll most likely want to enter +`https://example.com/api/v9` for the API endpoint, etc. + +You can also edit these settings by visiting `https://client.example.com/settings` + +## Setup/Building + +### Dependencies + +- [Git](https://git-scm.com/) +- [NodeJS](https://nodejs.org). Version 18+ +- [yarn](https://yarnpkg.com/) + +In your terminal: + +```bash +# Download {{ project.name }} Client +git clone {{ repositories.base_url }}/{{ repositories.client }}.git -b legacy-v2 + +# Enter the cloned directory +cd client + +# Install dependencies +yarn install +``` + +To start the client with Metro for development, run + +```bash +yarn start +``` + +!!! note "Platform-specific development commands:" + + For development for Android, run + + ```bash + yarn android + ``` + + For development for iOS, run + + ```bash + yarn ios + ``` + + For development for Windows, run + + ```bash + yarn windows + ``` + +To build static files for the web (i.e. when hosting it yourself), run + +```bash +yarn build:web +``` + +Files will be built to `web-build`. These files need to be served by a Web Server such as Nginx or Apache, the `index.html` file cannot just be opened in a browser. + +## Contributing + +This version is no longer being developed, you are free to clone the repository and make your own changes though! diff --git a/docs/setup/clients/official/react.md b/docs/setup/clients/official/react.md new file mode 100644 index 0000000..f793b31 --- /dev/null +++ b/docs/setup/clients/official/react.md @@ -0,0 +1,71 @@ +# React Client + +!!! warning "The {{ project.name }} client is under heavy development and not ready to be used in production yet." + +The official {{ project.name }} client is currently being developed at [this repository]({{ repositories.base_url }}/{{ repositories.client }}). + +## Official host + +The client is currently hosted at [https://app.{{ project.domain }}](https://app.{{ project.domain }}). +You can use it to connect to our official instance by default, or you can use it to connect to your +own instance by editing the `Instance` field on the login page. + +!!! note + + If you've set up [wellknown](/setup/server/wellknown/), you can enter that address here. + I.e. `https://spacebar.chat`. If you haven't, you'll need to enter the API endpoint address + +!!! warning + + If you're using the app at [https://app.{{ project.domain }}](https://app.{{ project.domain }}), + you'll need to make sure your instance allows CORS from that address. + +## Setup/Building + +### Dependencies + +- [Git](https://git-scm.com/) +- [NodeJS](https://nodejs.org): Version 18+ +- [pnpm](https://pnpm.io/) + +In your terminal: + +```bash +# Download {{ project.name }} Client +git clone {{ repositories.base_url }}/{{ repositories.client }}.git + +# Enter the cloned directory +cd client + +# Install dependencies +pnpm install +``` + +To start the client for development, run + +```bash +pnpm start +``` + +To build static files for the web (i.e. when hosting it yourself), run + +```bash +pnpm build +``` + +Files will be built to `build`. These files need to be served by a Web Server such as Nginx or Apache, the `index.html` file cannot just be opened in a browser. + +## Contributing + +To contribute: + +- [Fork the repository]({{ repositories.base_url }}/{{ repositories.client }}/fork) +- Run the building instructions. +- Commit & Push. +- Pull Request & Done! + +### What can I contribute? + +- "Core" features like settings, editing messages, dms, markdown rendering, etc. What do you think are basic features that you would want? Some of the GitHub Issues apply to this. +- Implementing other things like voice/video is fine too, though +- [This]({{ repositories.base_url }}/{{ repositories.client }}/issues/21) is a good starting point and lists the core features that are still missing from the client. diff --git a/docs/setup/server/configuration/env.md b/docs/setup/server/configuration/env.md index 0d24c24..5db3e59 100644 --- a/docs/setup/server/configuration/env.md +++ b/docs/setup/server/configuration/env.md @@ -20,3 +20,4 @@ in the `{{ project.name.lower() }}-server` folder, with the format `NAME=VALUE` | STORAGE_BUCKET | string | S3 bucket name | | STORAGE_REGION | string | S3 storage region | | DB_LOGGING | boolean | if "true" logs all SQL queries to the terminal | +| LOG_REQUESTS | filter | What requests to log, per response code (eg. `-200` to log every non-200 response code, or `404` to log requests with a not found status code) | diff --git a/docs/setup/server/configuration/guildFeatures.md b/docs/setup/server/configuration/guildFeatures.md index d3d70f4..9402776 100644 --- a/docs/setup/server/configuration/guildFeatures.md +++ b/docs/setup/server/configuration/guildFeatures.md @@ -15,7 +15,7 @@ Below is a list of guild features that {{ project.name }} currently implements s | `ALIASABLE_NAMES` | Allows multiple vanity URLs | | `VANITY_URL` | Allows vanity URLs | | `INTERNAL_EMPLOYEE_ONLY` | Requires all guild members be [staff](userFlags.md) | -| `INVITES_CLOSED` | Prevents joining this guild | +| `INVITES_DISABLED` | Prevents joining this guild | | `CROSS_CHANNEL_REPLIES` | Allows replies to be from outside the current channel | | `ALLOW_INVALID_CHANNEL_NAMES` | Allow 'bad' channel names (spaces, invalid characters, etc) | | `IRC_LIKE_CATEGORY_NAMES` | Use same validation for category names as channel names | diff --git a/docs/setup/server/configuration/imagor.md b/docs/setup/server/configuration/imagor.md index 0132cac..b2a95cc 100644 --- a/docs/setup/server/configuration/imagor.md +++ b/docs/setup/server/configuration/imagor.md @@ -41,14 +41,14 @@ location /media/ { ``` Along with any additional config you already have, of course. -Alternative (and perhaps the better choice) would be to create a new domain, say `media.whatever.com` specifically for Imagor. +Alternative (and perhaps the better choice) would be to create a new domain, say `media.example.com` specifically for Imagor. -??? "Example config for `media.whatever.com` site" +??? "Example config for `media.example.com` site" ```nginx server { # Change the server_name to reflect your true domain - server_name media.whatever.com; + server_name media.example.com; add_header Last-Modified $date_gmt; proxy_set_header Host $host; diff --git a/docs/setup/server/configuration/index.md b/docs/setup/server/configuration/index.md index 15c6066..fecd737 100644 --- a/docs/setup/server/configuration/index.md +++ b/docs/setup/server/configuration/index.md @@ -1,12 +1,14 @@ # Configuration +!!! info "Please see [this page](../database.md) for information regarding database configuration or where to access it." + +!!! note "The `CONFIG_PATH` [environment variable](env.md) can be set to make {{ project.name }} use a JSON file instead of a database table." + {{ project.name }}'s configuration is done through the `config` table of your [database](../database.md). The table schema consists of two columns `key` and `value`, where `value` is a JSON value. For now, you can update this through SQL manually or a GUI database editor such as [DBeaver](https://dbeaver.io/). -!!! note "The `CONFIG_PATH` [environment variable](env.md) can be set to make {{ project.name }} use a JSON file instead of a database table." - ## Array Types Arrays are represented by \_[number] in a config key. For example, multiple `guild_defaultFeatures` may be assigned such as @@ -86,7 +88,7 @@ Arrays are represented by \_[number] in a config key. For example, multiple `gui | security_twoFactor_generateBackupCodes | true | boolean | Whether to generate backup codes for MFA users | | security_requestSignature | Secret secret | string | The signature required for CDN or [Imagor](imagor.md) usage | | security_jwtSecret | Secure secret | string | The secret used for user token generation | -| [security_forwadedFor](../reverseProxy.md) | null | string | HTTP header for user's real IP. | +| [security_forwardedFor](../reverseProxy.md) | null | string | HTTP header for user's real IP. | | security_ipdataApiKey | {{ project.name }} IPdata key | string | API key used for IP geolocation and proxy detection | | security_mfaBackupCodeCount | 10 | number | Number of MFA backup codes to generate | | security_statsWorldReadable | true | boolean | Whether instance stats are publically accessible or require right | diff --git a/docs/setup/server/database.md b/docs/setup/server/database.md index ae8477f..556709a 100644 --- a/docs/setup/server/database.md +++ b/docs/setup/server/database.md @@ -1,12 +1,15 @@ # Database -By default, {{ project.name }} will use SQLite. SQLite is nice for testing or development, -but if you plan to run an instance with any sort of demand, you'd best set up a more Properâ„¢ database +By default, {{ project.name }} will use SQLite. SQLite is nice for testing or development. +The SQLite database is stored in the `database.db` file at the server root by default. +You may delete this file to regenerate a new SQLite database on the next server start +(or through `npm run sync:db`). + +However, if you plan to run an instance with any sort of demand, you'd best set up a more Properâ„¢ database such as MariaDB or PostreSQL, which are both popular choices within the community. We won't go into the setup of these servers here, given the scope of our documentation, but to configure {{ project.name }} to use your shiny new database, simply set the `DATABASE` [environment variable](configuration/env.md) to your new database connection string. -Usually, such a string will look something like -`type://username:password@your-IP/databaseName` +Usually, such a string will look something like `type://username:password@your-IP/databaseName` diff --git a/docs/setup/server/email.md b/docs/setup/server/email.md index e5bb0fa..b774354 100644 --- a/docs/setup/server/email.md +++ b/docs/setup/server/email.md @@ -67,17 +67,16 @@ They are simple HTML files, which you may edit freely. Although HTML mail is ver Below are the available strings replaced in mail templates. -| string | replaced with | -| ------------------------ | ---------------------------------------------------------------------------- | -| `{instanceName}` | `general_instanceName` config value | -| `{userUsername}` | The username of the user this email is being sent to | -| `{userDiscriminator}` | The discriminator of the user this email is being sent to | -| `{userId}` | The ID of the user this email is being sent to | -| `{phoneNumber}` | The last 4 digits of the user's phone number. | -| `{userEmail}` | The user's email address | -| `{emailVerificationUrl}` | The generated email verification URL | -| `{passwordResetUrl}` | The generated password reset URL | -| `{ipAddress}` | The IP address of new login (New login emails are not currently implemented) | -| `{locationCity}` | The GeoIP city of new login | -| `{locationRegion}` | The GeoIP region of new login | -| `{locationCountryName}` | The GeoIP country of new login | +| string | replaced with | +| ----------------------- | ---------------------------------------------------------------------------- | +| `{instanceName}` | `general_instanceName` config value | +| `{userUsername}` | The username of the user this email is being sent to | +| `{userDiscriminator}` | The discriminator of the user this email is being sent to | +| `{userId}` | The ID of the user this email is being sent to | +| `{phoneNumber}` | The last 4 digits of the user's phone number. | +| `{userEmail}` | The user's email address | +| `{actionUrl}` | The generated password reset or email verification link | +| `{ipAddress}` | The IP address of new login (New login emails are not currently implemented) | +| `{locationCity}` | The GeoIP city of new login | +| `{locationRegion}` | The GeoIP region of new login | +| `{locationCountryName}` | The GeoIP country of new login | diff --git a/docs/setup/server/index.md b/docs/setup/server/index.md index 8853e97..6cbb955 100644 --- a/docs/setup/server/index.md +++ b/docs/setup/server/index.md @@ -14,8 +14,9 @@ We do not recommend using Windows to run {{ project.name }}. ## Dependencies - [Git](https://git-scm.com/) -- [NodeJS](https://nodejs.org). Version 16+ -- [Python](https://www.python.org/). Version 3+. Make sure this is executable via `python` in your terminal. +- [NodeJS](https://nodejs.org). Version 18+ (for `npm`, `node` commands) + (NOTE: Ubuntu and Debian based systems often ship with an outdated version of NodeJS, so you can use [NodeSource](https://github.com/nodesource/distributions) to install a newer version) +- [Python](https://www.python.org/). Version 3.10 or later. Make sure this is executable via `python` in your terminal. (See: `python-is-python3` package) - On Linux: `gcc`/`g++`. Packaged with `build-essential` on Debian/Ubuntu and `base-devel` on Arch. - On Windows: [Visual Studio](https://visualstudio.microsoft.com/) (**NOT** VSCode) with the `Desktop development with C++` package. @@ -30,7 +31,7 @@ In your terminal: git clone {{ repositories.base_url }}/{{ repositories.server }}.git # Navigate to project root -cd {{ project.name.lower() }}-server +cd server # Install javascript packages npm i diff --git a/docs/setup/server/security/rights.md b/docs/setup/server/security/rights.md index 2a04876..8bd4aba 100644 --- a/docs/setup/server/security/rights.md +++ b/docs/setup/server/security/rights.md @@ -1,7 +1,8 @@ ## About Rights are instance-wide, per-user permissions for everything you may perform on the instance, -such as sending messages, editing messages, or shutting down the server. +such as sending messages, editing messages, or shutting down the server. They are separate from +guild member permissions, which only apply to a given guild. You may modify a users rights by editing the `rights` column in the `users` table. diff --git a/docs/setup/server/wellknown.md b/docs/setup/server/wellknown.md new file mode 100644 index 0000000..c44a01b --- /dev/null +++ b/docs/setup/server/wellknown.md @@ -0,0 +1,25 @@ +# well-known + +Instance owners may host a `/.well-known/spacebar` file on a domain containing the instance's API endpoint for Spacebar instance discovery. + +Users can enter a domain, e.g. `spacebar.chat` as shorthand, and their client will query `https://spacebar.chat/.well-known/spacebar` for the instance API URL, +and from there the Gateway and CDN endpoints. + +For example: + +=== "JSON" + + ```json + { + "api": "https://api.spacebar.chat/api/v9" + } + ``` + +=== "NGINX" + + ```nginx + location /.well-known/spacebar { + add_header Access-Control-Allow-Origin *; + return 200 '{"api": "https://api.spacebar.chat/api/v9"}'; + } + ``` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5acaa38..b0999f7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,10 +25,6 @@ plugins: - section-index - search - macros - - swagger-ui-tag: - extra_css: [assets/swagger.css] - docExpansion: none - filter: true theme: name: material logo: assets/logo.svg @@ -46,6 +42,7 @@ theme: toggle: icon: material/lightbulb name: Switch to light mode + custom_dir: docs/assets/overrides features: - navigation.expand - navigation.instant diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..2a20fd0 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] +publish = "dist" +command = "pip3 install -r requirements.txt && mkdocs build -d dist" diff --git a/requirements.txt b/requirements.txt index 10173cd..082a50a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -mkdocs -mkdocs-material -mkdocs-swagger-ui-tag -mkdocs-section-index -mkdocs-macros-plugin \ No newline at end of file +mkdocs==1.5.2 +mkdocs-material==9.1.21 +mkdocs-section-index==0.3.5 +mkdocs-macros-plugin==1.0.4 \ No newline at end of file diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..98fccd6 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +3.8 \ No newline at end of file