mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
docs: update installation instructions across multiple languages to include new Docker command and manual update process
This commit is contained in:
parent
35025bf0c5
commit
71a995da23
5 changed files with 65 additions and 21 deletions
21
README.hi.md
21
README.hi.md
|
|
@ -81,15 +81,26 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7
|
|||
|
||||
पूर्ण डेटा नियंत्रण और गोपनीयता के लिए SurfSense को अपने स्वयं के बुनियादी ढांचे पर चलाएं।
|
||||
|
||||
**त्वरित शुरुआत (Docker एक कमांड में):**
|
||||
|
||||
```bash
|
||||
docker run -d -p 3000:3000 -p 8000:8000 -p 5133:5133 -v surfsense-data:/data --name surfsense --restart unless-stopped ghcr.io/modsetter/surfsense:latest
|
||||
curl -fsSL https://raw.githubusercontent.com/MODSetter/SurfSense/main/docker/scripts/install.sh | bash
|
||||
```
|
||||
|
||||
शुरू करने के बाद, अपने ब्राउज़र में [http://localhost:3000](http://localhost:3000) खोलें।
|
||||
Docker Compose और अन्य डिप्लॉयमेंट विकल्पों के लिए, [Docker इंस्टॉलेशन डॉक्स](https://www.surfsense.com/docs/docker-installation) देखें।
|
||||
|
||||
Docker Compose, मैनुअल इंस्टॉलेशन और अन्य डिप्लॉयमेंट विकल्पों के लिए, [डॉक्स](https://www.surfsense.com/docs/) देखें।
|
||||
**अपडेट (अनुशंसित — Watchtower):**
|
||||
|
||||
```bash
|
||||
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower --label-enable --interval 86400
|
||||
```
|
||||
|
||||
**अपडेट (मैनुअल):**
|
||||
|
||||
```bash
|
||||
cd surfsense # या SurfSense/docker यदि आपने Option 2 का उपयोग किया
|
||||
docker compose pull && docker compose up -d
|
||||
```
|
||||
|
||||
मैनुअल इंस्टॉलेशन और अन्य डिप्लॉयमेंट विकल्पों के लिए, [डॉक्स](https://www.surfsense.com/docs/) देखें।
|
||||
|
||||
### रीयल-टाइम सहयोग कैसे करें (बीटा)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue