Skip to content
Snippets Groups Projects
Commit f62c6300 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent 13a0e3d3
No related branches found
No related tags found
1 merge request!43Shell plugins: Process viewer and load
......@@ -6,7 +6,7 @@
## Approot and website ##
Default: /var/www/[YOUR-DOMAIN]/
Default: /var/www/[YOUR-DOMAIN]/public_html/
```txt
.
......@@ -25,10 +25,13 @@ Default: /var/www/[YOUR-DOMAIN]/
│ └── plugins
│ ├── build
│ │ └── tgz
│ └── rollout
│ ├── awx
│ ├── default
│ └── ssh
│ ├── rollout
│ │ ├── awx
│ │ ├── default
│ │ └── ssh
│ └── shellcmd
│ ├── load
│ └── processes
├── valuestore
│ ├── classes
│ ├── data
......
## Configuration
The configuration is a combination of
* config/config_defaults.php - containing shipped defaults (do not edit)
* config/config_custom.php - for your overrides of all default settings
## Location and structure
* Plugins are located `public_html/deployment/plugins/`.
* The directories in the first level are the plugin types
* The directories in the second level are the plugins of a type
## Plugin conventions
A plugin must have these files
* config.json - configuration data (defaults)
* info.json - meta information file
* plugin.php
* render.js
optional files:
* lang_[language].json - language file for output
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment