diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cebe1a1..63a319c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,4 +128,4 @@ If you find a bug, please open an issue on GitHub. Please make sure to include t # License -Lysand is licensed under the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) license. By contributing to Lysand, you agree to license your contributions under the same license. \ No newline at end of file +Lysand is licensed under the [AGPLv3 or later](https://www.gnu.org/licenses/agpl-3.0.en.html) license. By contributing to Lysand, you agree to license your contributions under the same license. \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index efb23d8d..222fbca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY entrypoint.sh /app LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)" LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand" LABEL org.opencontainers.image.vendor "Lysand Org" -LABEL org.opencontainers.image.licenses "AGPL-3.0" +LABEL org.opencontainers.image.licenses "AGPL-3.0-or-later" LABEL org.opencontainers.image.title "Lysand Server" LABEL org.opencontainers.image.description "Lysand Server docker image" diff --git a/README.md b/README.md index 7f014eaa..e74494a1 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,26 @@
      [](code_of_conduct.md) ## What is this? -This is a project to create a federated social network based on the [Lysand](https://lysand.org) protocol. It is currently in beta phase, with basic federation and almost complete Mastodon API support. +**Lysand Server** is a federated social network server based on the [Lysand](https://lysand.org) protocol. It is currently in beta phase, with basic federation and almost complete Mastodon API support. -This project aims to be a fully featured social network, with a focus on privacy, security, and performance. It implements the Mastodon API for support with clients that already support Mastodon or Pleroma. +### Goals -> [!NOTE] -> This project is not affiliated with Mastodon or Pleroma, and is not a fork of either project. It is a new project built from the ground up. +- **Privacy**: Lysand is designed to be as private as possible. Unnecessary data is not stored, and data that is stored is done so securely. +- **Configurability**: High configurability is a key feature of Lysand. Almost every aspect of the server can be configured to suit your needs. If you feel like something is missing, please open an issue. +- **Security**: Lysand is designed with security in mind. It is built with modern security practices and technologies, and is constantly updated to ensure the highest level of security. +- **Performance**: Efficiency and speed are a key focus of Lysand. The design is non-monolithic, and is built to be as fast as possible. +- **Mastodon API compatibility**: Lysand is designed to be compatible with the Mastodon API, with Glitch-SOC extensions. + +### Anti-Goals + +- **Monolithic design**: Modularity and scaling is important to this project. This means that it is not a single, monolithic application, but rather a collection of smaller, more focused applications. (API layer, queue, database, frontend, etc.) +- **Complexity**: Both in code and in function, Lysand should be as simple as possible. This does not mean adding no features or functionality, but rather that the features and functionality that are added should be well-written and easy to understand. +- **Bloat**: Lysand should not be bloated with unnecessary features, packages, dependencies or code. It should be as lightweight as possible, while still being feature-rich. ## Features @@ -30,44 +39,7 @@ This project aims to be a fully featured social network, with a focus on privacy ## Screenshots -You can visit [https://social.lysand.org](https://social.lysand.org) to see a live instance of Lysand with Lysand-FE. - -## Benchmarks - -> [!NOTE] -> These benchmarks are not representative of real-world performance, and are only meant to be used as a rough guide. Load, and therefore performance, will vary depending on the server's hardware and software configuration, as well as user activity. - -### Timeline Benchmarks - -You may run the following command to benchmark the `/api/v1/timelines/home` endpoint: - -```bash -TOKEN=token_here bun benchmark:timeline