diff --git a/README.md b/README.md index 622a265f..20c786b6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ Puter is an advanced, open-source internet operating system designed to be featu ## Getting Started - ### 💻 Local Development ```bash @@ -58,29 +57,27 @@ This will launch Puter at http://puter.localhost:4100 (or the next available por ### 🐳 Docker - ```bash mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter ```
- ### 🐙 Docker Compose - #### Linux/macOS + ```bash mkdir -p puter/config puter/data sudo chown -R 1000:1000 puter wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml docker compose up ``` +
#### Windows - ```powershell mkdir -p puter cd puter @@ -89,6 +86,7 @@ New-Item -Path "puter\data" -ItemType Directory -Force Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml" docker compose up ``` +
### ☁️ Puter.com @@ -123,8 +121,7 @@ We are always happy to help you with any questions you may have. Don't hesitate
- -## License +## License This repository, including all its contents, sub-projects, modules, and components, is licensed under [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses. @@ -132,6 +129,7 @@ This repository, including all its contents, sub-projects, modules, and componen ## Translations +- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md) - [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md) - [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md) - [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md) diff --git a/doc/i18n/README.fa.md b/doc/i18n/README.fa.md new file mode 100644 index 00000000..d0cec09b --- /dev/null +++ b/doc/i18n/README.fa.md @@ -0,0 +1,128 @@ +

Puter.com, The Personal Cloud Computer: All your files, apps, and games in one place accessible from anywhere at any time.

+ +

سیستم‌عامل اینترنت! رایگان، متن‌باز و قابل‌میزبانی خودکار.

+ +

+ اندازه مخزن در GitHub آخرین نسخه در GitHub مجوز در GitHub +

+

+ « دموی زنده » +
+
+ Puter.com + · + SDK + · + دیسکورد + · + یوتیوب + · + ردیت + · + X (توییتر) + · + Bug Bounty +

+ +

اسکرین‌شات

+ +
+ +## پتر (Puter) + +پتر یک سیستم‌عامل اینترنتی پیشرفته و متن‌باز است که با هدف ارائه قابلیت‌های فراوان، سرعت بالا و توسعه‌پذیری بالا طراحی شده است. پتر می‌تواند به‌عنوان موارد زیر استفاده شود: + +یک فضای ابری شخصی با اولویت حفظ حریم خصوصی که تمام فایل‌ها، برنامه‌ها و بازی‌های شما را در یک مکان امن نگهداری می‌کند و از هر نقطه و در هر زمانی قابل دسترسی است. +یک پلتفرم برای ساخت و انتشار وب‌سایت‌ها، برنامه‌های وب و بازی‌ها. +جایگزینی برای Dropbox، Google Drive، OneDrive و غیره با یک رابط کاربری جدید و ویژگی‌های قدرتمند. +یک محیط دسکتاپ از راه دور برای سرورها و ایستگاه‌های کاری. +یک پروژه متن‌باز و جامعه‌ای دوستانه برای یادگیری توسعه وب، رایانش ابری، سیستم‌های توزیع‌شده و بیشتر! + +
+ +## شروع به کار + +### 💻 توسعه محلی + +```bash +git clone https://github.com/HeyPuter/puter +cd puter +npm install +npm start +``` + +این دستور پتر را در http://puter.localhost:4100 (یا پورت بعدی موجود) راه‌اندازی می‌کند. + +
+ +### 🐳 داکر + +```bash +mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter +``` + +
+ +### 🐙 Docker Compose + +#### لینوکس/macOS + +```bash +mkdir -p puter/config puter/data +sudo chown -R 1000:1000 puter +wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml +docker compose up +``` + +
+ +#### ویندوز + +```powershell +mkdir -p puter +cd puter +New-Item -Path "puter\config" -ItemType Directory -Force +New-Item -Path "puter\data" -ItemType Directory -Force +Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml" +docker compose up +``` + +
+ +### ☁️ Puter.com + +پتر به‌عنوان یک سرویس میزبانی‌شده در [**puter.com**](https://puter.com) در دسترس است. + +
+ +## الزامات سیستم + +- **سیستم‌عامل‌ها:** لینوکس، macOS، ویندوز +- **رم:** حداقل ۲ گیگابایت (۴ گیگابایت توصیه می‌شود) +- **فضای دیسک:** ۱ گیگابایت فضای خالی +- **Node.js:** نسخه ۱۶+ (نسخه ۲۲+ توصیه می‌شود) +- **npm:** آخرین نسخه پایدار + +
+ +## پشتیبانی + +از طریق این کانال‌ها با نگهدارنده‌ها و جامعه در ارتباط باشید: + +- گزارش باگ یا درخواست ویژگی؟ لطفاً [یک issue باز کنید](https://github.com/HeyPuter/puter/issues/new/choose). +- دیسکورد: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u) +- ایکس (توییتر): [x.com/HeyPuter](https://x.com/HeyPuter) +- ردیت: [reddit.com/r/puter/](https://www.reddit.com/r/puter/) +- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter) +- مسائل امنیتی؟ [security@puter.com](mailto:security@puter.com) +- به نگهدارنده‌ها ایمیل بزنید: [hi@puter.com](mailto:hi@puter.com) + +ما همیشه خوشحال می‌شویم که به سوالات شما پاسخ دهیم. از پرسیدن دریغ نکنید! + +
+ +## مجوز + +این مخزن، شامل تمامی محتویات، زیرپروژه‌ها، ماژول‌ها و اجزاء آن، تحت [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) مجوز دارد مگر به طور صریح خلاف آن ذکر شده باشد. کتابخانه‌های شخص ثالث موجود در این مخزن ممکن است تحت مجوزهای خود باشند. + +