Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable7 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Mar 13, 2024
1 parent 148c1ee commit 4b0c4b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,9 @@
| ingest_max_priority | Integer | Maximum priority for ingest API | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `250` |
| read_only | Boolean | Turn on read only mode in the UI | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| read_only_offset | Keyword | Offset of the read only mode for all paging and searches | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `` |
| rss_feeds | List [Keyword] | List of RSS feeds to display on the UI | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `['https://alpytest.blob.core.windows.net/pytest/stable.json', 'https://alpytest.blob.core.windows.net/pytest/services.json', 'https://alpytest.blob.core.windows.net/pytest/blog.json']` |
| services_feed | Keyword | Feed of all the services available on AL | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `https://alpytest.blob.core.windows.net/pytest/services.json` |
| rss_feeds | List [Keyword] | List of RSS feeds to display on the UI | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `['https://alpytest.blob.core.windows.net/pytest/stable.json', 'https://alpytest.blob.core.windows.net/pytest/services.json', 'https://alpytest.blob.core.windows.net/pytest/community.json', 'https://alpytest.blob.core.windows.net/pytest/blog.json']` |
| services_feed | Keyword | Feed of all the services built by the Assemblyline Team | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `https://alpytest.blob.core.windows.net/pytest/services.json` |
| community_feed | Keyword | Feed of all the services built by the Assemblyline community. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `https://alpytest.blob.core.windows.net/pytest/community.json` |
| secret_key | Keyword | Flask secret key to store cookies, etc. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `This is the default flask secret key... you should change this!` |
| session_duration | Integer | Duration of the user session before the user has to login again | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `3600` |
| statistics | [Statistics](/assemblyline4_docs/odm/models/config/#statistics) | Statistics configuration | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | See [Statistics](/assemblyline4_docs/odm/models/config/#statistics) for more details. |
Expand All @@ -757,6 +758,7 @@
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| chat_url | Keyword | URL to the AI API | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `https://api.openai.com/v1/chat/completions` |
| assistant | [AIQueryParams](/assemblyline4_docs/odm/models/config/#aiqueryparams) | Parameters used for Assamblyline Assistant | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| code | [AIQueryParams](/assemblyline4_docs/odm/models/config/#aiqueryparams) | Parameters used for code analysis | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| detailed_report | [AIQueryParams](/assemblyline4_docs/odm/models/config/#aiqueryparams) | Parameters used for detailed reports | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| executive_summary | [AIQueryParams](/assemblyline4_docs/odm/models/config/#aiqueryparams) | Parameters used for executive summaries | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
Expand Down
2 changes: 2 additions & 0 deletions docs/odm/models/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
| ram_mb | Integer | Container RAM limit | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `512` |
| ram_mb_min | Integer | Container RAM request | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `256` |
| service_account | Keyword | None | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| labels | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service/#environmentvariable)] | Additional container labels. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down Expand Up @@ -104,6 +105,7 @@
| ram_mb | Integer | Container RAM limit | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `512` |
| ram_mb_min | Integer | Container RAM request | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `256` |
| service_account | Keyword | None | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| labels | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service/#environmentvariable)] | Additional container labels. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
2 changes: 2 additions & 0 deletions docs/odm/models/service_delta.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
| ram_mb | Integer | Refer to:<br>[Service - DockerConfig](../service/#dockerconfig) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| ram_mb_min | Integer | Refer to:<br>[Service - DockerConfig](../service/#dockerconfig) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| service_account | Keyword | None | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| labels | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service_delta/#environmentvariable)] | Refer to:<br>[Service - DockerConfig](../service/#dockerconfig) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down Expand Up @@ -104,6 +105,7 @@
| ram_mb | Integer | Refer to:<br>[Service - DockerConfig](../service/#dockerconfig) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| ram_mb_min | Integer | Refer to:<br>[Service - DockerConfig](../service/#dockerconfig) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| service_account | Keyword | None | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| labels | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service_delta/#environmentvariable)] | Refer to:<br>[Service - DockerConfig](../service/#dockerconfig) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down

0 comments on commit 4b0c4b7

Please sign in to comment.