mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Merge pull request #363 from AtkinsSJ/document-selfhost-limitations
docs: Explain self-host differences
This commit is contained in:
commit
4b0c474537
15
README.md
15
README.md
@ -36,7 +36,7 @@ Puter is an advanced, open-source internet operating system designed to be featu
|
||||
|
||||
## Getting Started
|
||||
|
||||
After reading this section, please proceed to **Self-Hosting** and **Configuration** below.
|
||||
After reading this section, please proceed to [**Self-Hosting**](#%EF%B8%8F-self-hosting-%EF%B8%8F) and [**Configuration**](#configuration) below.
|
||||
Read these instructions carefully or you may see errors due to
|
||||
an invalid setup.
|
||||
|
||||
@ -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.
|
||||
|
||||
<br/>
|
||||
|
||||
## Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user