mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-11 13:49:03 +00:00
Add Docker detection and update repo references
Added DOCKER_SUPPORT.md with guidance for Docker users. Updated install-improved.sh to detect running RustDesk Docker containers and warn users, providing Docker management instructions and an option to continue. Changed all documentation and scripts to reference the new repository name 'Rustdesk-FreeConsole' instead of 'BetterDesk-Console'.
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ curl http://localhost:21120/api/health
|
||||
|
||||
**Automatic upgrade:**
|
||||
```bash
|
||||
cd BetterDesk-Console
|
||||
cd Rustdesk-FreeConsole
|
||||
git pull
|
||||
sudo ./install-improved.sh
|
||||
```
|
||||
|
||||
@@ -219,15 +219,15 @@ This release eliminates network exposure of the HTTP API.
|
||||
|
||||
**Linux:**
|
||||
```bash
|
||||
git clone https://github.com/UNITRONIX/BetterDesk-Console.git
|
||||
cd BetterDesk-Console
|
||||
git clone https://github.com/UNITRONIX/Rustdesk-FreeConsole.git
|
||||
cd Rustdesk-FreeConsole
|
||||
sudo ./install-improved.sh
|
||||
```
|
||||
|
||||
**Windows:**
|
||||
```powershell
|
||||
git clone https://github.com/UNITRONIX/BetterDesk-Console.git
|
||||
cd BetterDesk-Console
|
||||
git clone https://github.com/UNITRONIX/Rustdesk-FreeConsole.git
|
||||
cd Rustdesk-FreeConsole
|
||||
.\install-improved.ps1 # Run as Administrator
|
||||
```
|
||||
|
||||
@@ -235,7 +235,7 @@ cd BetterDesk-Console
|
||||
|
||||
Automatic:
|
||||
```bash
|
||||
cd BetterDesk-Console
|
||||
cd Rustdesk-FreeConsole
|
||||
git pull
|
||||
sudo ./install-improved.sh
|
||||
```
|
||||
@@ -319,8 +319,8 @@ sudo ./install-improved.sh
|
||||
|
||||
## 📞 Kontakt
|
||||
|
||||
**Issues:** https://github.com/UNITRONIX/BetterDesk-Console/issues
|
||||
**Discussions:** https://github.com/UNITRONIX/BetterDesk-Console/discussions
|
||||
**Issues:** https://github.com/UNITRONIX/Rustdesk-FreeConsole/issues
|
||||
**Discussions:** https://github.com/UNITRONIX/Rustdesk-FreeConsole/discussions
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
### For Linux (Ubuntu 20.04+, Debian 11+)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/UNITRONIX/BetterDesk-Console.git
|
||||
cd BetterDesk-Console
|
||||
git clone https://github.com/UNITRONIX/Rustdesk-FreeConsole.git
|
||||
cd Rustdesk-FreeConsole
|
||||
chmod +x install-improved.sh
|
||||
sudo ./install-improved.sh
|
||||
```
|
||||
@@ -64,8 +64,8 @@ sudo ./install-improved.sh
|
||||
### For Windows (Windows 10+, Server 2016+)
|
||||
|
||||
```powershell
|
||||
git clone https://github.com/UNITRONIX/BetterDesk-Console.git
|
||||
cd BetterDesk-Console
|
||||
git clone https://github.com/UNITRONIX/Rustdesk-FreeConsole.git
|
||||
cd Rustdesk-FreeConsole
|
||||
# Run as Administrator
|
||||
.\install-improved.ps1
|
||||
```
|
||||
@@ -104,7 +104,7 @@ RustDesk client ports remain publicly accessible (required):
|
||||
### Automatic Upgrade (Recommended)
|
||||
|
||||
```bash
|
||||
cd BetterDesk-Console
|
||||
cd Rustdesk-FreeConsole
|
||||
git pull
|
||||
sudo ./install-improved.sh
|
||||
```
|
||||
@@ -278,7 +278,7 @@ See [CHANGELOG.md](CHANGELOG.md) for complete version history.
|
||||
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
||||
|
||||
**Report issues:**
|
||||
- GitHub Issues: https://github.com/UNITRONIX/BetterDesk-Console/issues
|
||||
- GitHub Issues: https://github.com/UNITRONIX/Rustdesk-FreeConsole/issues
|
||||
|
||||
---
|
||||
|
||||
@@ -298,7 +298,7 @@ MIT License - See [LICENSE](LICENSE) file for details.
|
||||
|
||||
## 🔗 Links
|
||||
|
||||
- **Repository:** https://github.com/UNITRONIX/BetterDesk-Console
|
||||
- **Repository:** https://github.com/UNITRONIX/Rustdesk-FreeConsole
|
||||
- **Documentation:** [README.md](README.md)
|
||||
- **Security:** [PORT_SECURITY.md](PORT_SECURITY.md)
|
||||
- **RustDesk:** https://rustdesk.com/
|
||||
|
||||
Reference in New Issue
Block a user