@@ -16,72 +16,16 @@ Navigate to **Servers** → **[Server Name]** → **Destinations** to view desti
16
16
17
17
## Editing Destination Settings
18
18
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.
20
20
21
- Click on a destination to access its management page where you can:
21
+ < ZoomableImage src = " /docs/images/destinations/destinations-settings.webp " />
22
22
23
23
### Basic Information
24
24
25
25
- ** Name** : Update the destination display name
26
26
- ** Server IP** : View the server IP address where the destination is hosted (read-only)
27
27
- ** Docker Network** : View the Docker network name (read-only)
28
28
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
-
85
29
## Best Practices
86
30
87
31
1 . ** Naming Convention** : Use descriptive names for destinations
0 commit comments