Skip to content

Commit 623c0a0

Browse files
committed
refactor(destinations): update editing instructions and add settings image
1 parent 1c5fd3a commit 623c0a0

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

docs/knowledge-base/destinations/manage.md

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -16,72 +16,16 @@ Navigate to **Servers** → **[Server Name]** → **Destinations** to view desti
1616

1717
## Editing Destination Settings
1818

19-
<ZoomableImage src="/images/destinations/destinations-settings.webp" />
19+
Click on a destination to access its management page where you can either edit or [delete](./delete.md) it.
2020

21-
Click on a destination to access its management page where you can:
21+
<ZoomableImage src="/docs/images/destinations/destinations-settings.webp" />
2222

2323
### Basic Information
2424

2525
- **Name**: Update the destination display name
2626
- **Server IP**: View the server IP address where the destination is hosted (read-only)
2727
- **Docker Network**: View the Docker network name (read-only)
2828

29-
## Destination Limits and Quotas
30-
31-
### Resource Limits
32-
33-
- No hard limits on resources per destination
34-
- Limited by server capacity and Docker constraints
35-
- Monitor resource usage to prevent overloading
36-
37-
### Network Limits
38-
39-
- Each destination uses one Docker network
40-
- Network names must be unique per server
41-
- Consider network performance for high-traffic applications
42-
43-
## Troubleshooting
44-
45-
### Common Issues
46-
47-
#### Destination Not Showing Resources
48-
49-
- Refresh the destination status
50-
- Check if containers are actually running
51-
- Verify network connectivity
52-
53-
#### Network Connectivity Problems
54-
55-
- Restart the proxy connection
56-
- Check firewall rules on the server
57-
- Verify Docker network configuration
58-
59-
#### Resource Deployment Failures
60-
61-
- Check server disk space and memory
62-
- Verify destination is accessible
63-
- Review deployment logs for errors
64-
65-
### Recovery Operations
66-
67-
- **Refresh Networks**: Reconnect proxy to networks
68-
- **Restart Containers**: Restart all destination resources
69-
- **Network Recreation**: Advanced troubleshooting option
70-
71-
## Security Considerations
72-
73-
### Network Isolation
74-
75-
- Resources in different destinations cannot communicate by default
76-
- Use environment variables for cross-destination communication
77-
- Consider security implications of shared networks
78-
79-
### Access Control
80-
81-
- Destination access follows team permissions
82-
- Only team members can manage destinations
83-
- Server access controls apply to destination management
84-
8529
## Best Practices
8630

8731
1. **Naming Convention**: Use descriptive names for destinations
Binary file not shown.

0 commit comments

Comments
 (0)