Skip to content

Commit 65bd638

Browse files
committed
update doc
1 parent 1ff33b9 commit 65bd638

File tree

30 files changed

+99
-91
lines changed

30 files changed

+99
-91
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
![GitHub release](https://img.shields.io/github/v/release/xcomponent/appcontrol-documentation?include_prereleases)
1212
![GitHub Release Date](https://img.shields.io/github/release-date/xcomponent/appcontrol-documentation)
1313
![Platform](https://img.shields.io/badge/platform-windows%20%7C%20linux%20%7C%20macOS-informational)
14+
![Docker AppControl Agents](https://img.shields.io/docker/pulls/xcomponent/appcontrol-agent)
1415

1516
## 🚀 Introduction
1617

docs/en/agentsdeployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,7 @@ AppControl requires the **private SSH key** for authentication during agent depl
159159
4. AppControl will securely store the key and use it for deploying agents.
160160
161161
> **Note**: The private SSH key remains confidential and is only used by AppControl to establish a secure SSH connection to the target machines. The corresponding public key should already be added to the `~/.ssh/authorized_keys` file on the target machines.
162+
163+
To open the deployment form, first select the gateway, then navigate to the "Deploy Agent" tab.
164+
165+
![DeploymentForm](deployagent.png)

docs/en/deployagent.png

343 KB
Loading

mkdocs_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ site_name: AppControl
22
docs_dir: 'docs/en' # Where to find the English markdown files
33
site_dir: 'site/en' # Where to put the English HTML files
44
site_url: https://xcomponent.github.io/
5-
repo_url: https://xcomponent.github.io/appcontrol-documentation/
5+
repo_url: https://xcomponent.github.io/xcomponent/appcontrol-documentation/
6+
repo_name: 'GitHub'
67

78
nav:
89
- Introduction: index.md

site/en/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@
149149

150150

151151
<div class="md-header__source">
152-
<a href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository" class="md-source" data-md-component="source">
152+
<a href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository" class="md-source" data-md-component="source">
153153
<div class="md-source__icon md-icon">
154154

155155
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
156156
</div>
157157
<div class="md-source__repository">
158-
Xcomponent
158+
GitHub
159159
</div>
160160
</a>
161161
</div>
@@ -194,13 +194,13 @@
194194
</label>
195195

196196
<div class="md-nav__source">
197-
<a href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository" class="md-source" data-md-component="source">
197+
<a href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository" class="md-source" data-md-component="source">
198198
<div class="md-source__icon md-icon">
199199

200200
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
201201
</div>
202202
<div class="md-source__repository">
203-
Xcomponent
203+
GitHub
204204
</div>
205205
</a>
206206
</div>

site/en/Getting Started/appcontrol_worker/dynamicmapinformations/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
</div>
9191
</div>
9292
<div class="md-header__source">
93-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
93+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
9494
<div class="md-source__icon md-icon">
9595
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
9696
</div>
9797
<div class="md-source__repository">
98-
Xcomponent
98+
GitHub
9999
</div>
100100
</a>
101101
</div>
@@ -115,12 +115,12 @@
115115
AppControl
116116
</label>
117117
<div class="md-nav__source">
118-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
118+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
119119
<div class="md-source__icon md-icon">
120120
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
121121
</div>
122122
<div class="md-source__repository">
123-
Xcomponent
123+
GitHub
124124
</div>
125125
</a>
126126
</div>

site/en/Getting Started/appcontrol_worker/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393
</div>
9494
</div>
9595
<div class="md-header__source">
96-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
96+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
9797
<div class="md-source__icon md-icon">
9898
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
9999
</div>
100100
<div class="md-source__repository">
101-
Xcomponent
101+
GitHub
102102
</div>
103103
</a>
104104
</div>
@@ -118,12 +118,12 @@
118118
AppControl
119119
</label>
120120
<div class="md-nav__source">
121-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
121+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
122122
<div class="md-source__icon md-icon">
123123
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
124124
</div>
125125
<div class="md-source__repository">
126-
Xcomponent
126+
GitHub
127127
</div>
128128
</a>
129129
</div>

site/en/Getting Started/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
</div>
8585
</div>
8686
<div class="md-header__source">
87-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
87+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
8888
<div class="md-source__icon md-icon">
8989
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
9090
</div>
9191
<div class="md-source__repository">
92-
Xcomponent
92+
GitHub
9393
</div>
9494
</a>
9595
</div>
@@ -109,12 +109,12 @@
109109
AppControl
110110
</label>
111111
<div class="md-nav__source">
112-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
112+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
113113
<div class="md-source__icon md-icon">
114114
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
115115
</div>
116116
<div class="md-source__repository">
117-
Xcomponent
117+
GitHub
118118
</div>
119119
</a>
120120
</div>

site/en/agentazure/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
</div>
8787
</div>
8888
<div class="md-header__source">
89-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
89+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
9090
<div class="md-source__icon md-icon">
9191
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
9292
</div>
9393
<div class="md-source__repository">
94-
Xcomponent
94+
GitHub
9595
</div>
9696
</a>
9797
</div>
@@ -111,12 +111,12 @@
111111
AppControl
112112
</label>
113113
<div class="md-nav__source">
114-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
114+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
115115
<div class="md-source__icon md-icon">
116116
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
117117
</div>
118118
<div class="md-source__repository">
119-
Xcomponent
119+
GitHub
120120
</div>
121121
</a>
122122
</div>

site/en/agents/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
</div>
8787
</div>
8888
<div class="md-header__source">
89-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
89+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
9090
<div class="md-source__icon md-icon">
9191
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
9292
</div>
9393
<div class="md-source__repository">
94-
Xcomponent
94+
GitHub
9595
</div>
9696
</a>
9797
</div>
@@ -111,12 +111,12 @@
111111
AppControl
112112
</label>
113113
<div class="md-nav__source">
114-
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/appcontrol-documentation/" title="Go to repository">
114+
<a class="md-source" data-md-component="source" href="https://xcomponent.github.io/xcomponent/appcontrol-documentation/" title="Go to repository">
115115
<div class="md-source__icon md-icon">
116116
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
117117
</div>
118118
<div class="md-source__repository">
119-
Xcomponent
119+
GitHub
120120
</div>
121121
</a>
122122
</div>

0 commit comments

Comments
 (0)