diff --git a/README.md b/README.md index cb4ffa14..f44bf775 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,19 @@ See [Configuration](#configuration) for next steps. ## ⚠️ Self-Hosting ⚠️ The self-hosted version of Puter is currently in alpha stage and should not be used in production yet. It is under active development and may contain bugs, other issues. Please exercise caution and use it for testing and evaluation purposes only. +### Self-Hosting Differences +Currently, the self-hosted version of Puter is different in a few ways from [Puter.com](https://puter.com): +- There is no built-in way to install or create other apps (see below) +- Several "core" apps are missing, such as **Code** or **Draw**, because we can't include them in this repository +- Some icons are different + +Work is ongoing to improve the **App Center** and make it available on self-hosted. +Until then, it's possible to add other apps by manually editing the database file. +This process is not recommended unless you know what you are doing. +The file will appear after you first launch Puter, and should be found in `puter/data/puter-database.sqlite` for Docker, +or `volatile/runtime/puter-database.sqlite` otherwise. +You will need a database tool that can understand SQLite databases. +
## Configuration