29 lines
700 B
Markdown
29 lines
700 B
Markdown
# Rustdesk Info
|
|
|
|
## Instructions:
|
|
- Relay server for Rustdesk
|
|
- Needed to bypass vpn/tailscale conflicts when remote accessing
|
|
- To add relay server use the `id_ed25519.pub` key from `data/`
|
|
|
|
## Contents:
|
|
**`rustdesk/`**
|
|
├── **`data/`**
|
|
├── **`docker-compose.yml`**
|
|
├── **`.env`**
|
|
├── **`.gitignore`**
|
|
└── **`README.md`**
|
|
|
|
## File Descrptions:
|
|
- **`data/`**: Rustdesk Configuration Data
|
|
- **`docker-compose.yml`**: Docker compose file
|
|
- **`.env`**: Environment Variables
|
|
- **`.gitignore`**: Git ignore file
|
|
- **`README.md`**: Documentation
|
|
|
|
## Environmet Variables:
|
|
- None
|
|
|
|
## Ignored Files:
|
|
- **`data/`**: sensitive data
|
|
- **`.env`**: Environment Variables
|