-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
53 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
from __future__ import absolute_import, division, print_function | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
from __future__ import absolute_import, division, print_function | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
from __future__ import annotations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
# Copyright: (c) 2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or | ||
# https://www.gnu.org/licenses/gpl-3.0.txt) | ||
DOCUMENTATION: | ||
|
@@ -9,7 +9,7 @@ DOCUMENTATION: | |
- Construct and return a Docker configuration in JSON format. | ||
- This filter returns the resulting JSON data encoded in Base64. | ||
version_added: '1.3.0' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
_input: | ||
description: The username associated with the token. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright: (c) 2021-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright: (c) 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2022-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2022-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -26,7 +26,7 @@ | |
short_description: Create OAuth access tokens for accessing the Quay Container Registry API | ||
description: Create OAuth access tokens for authenticating with the API. | ||
version_added: '0.0.12' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
quay_username: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update applications in Quay organizations. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
organization: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -31,7 +31,7 @@ | |
description: | ||
- Create, delete, and update default repository permissions. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
organization: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2022-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2022-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -35,7 +35,7 @@ | |
You cannot create tokens for other users, even if you are logged in with a | ||
super user account. | ||
version_added: '0.0.11' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
name: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -38,7 +38,7 @@ | |
description: | ||
- Create the first user just after installing Quay Container Registry. | ||
version_added: '0.0.7' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
username: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Gather information about the layers of an image in a repository. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
image: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2022-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2022-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Add or remove labels to image manifests. | ||
version_added: '0.0.10' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
image: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2022-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2022-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Gather information about the manifest labels in a repository. | ||
version_added: '0.0.10' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
image: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -33,7 +33,7 @@ | |
- Create, delete, and update global messages (message of the day) that | ||
display on the web UI pages. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
content: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, 2024 Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022, 2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create and delete repository notifications. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
repository: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update organizations in Quay Container Registry. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
name: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2024 Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update the proxy cache configuration in organizations. | ||
version_added: '1.1.0' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
organization: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2022 Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update storage quota for organizations. | ||
version_added: '0.0.14' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
organization: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update repositories in Quay Container Registry. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
name: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Configure and synchronize repository mirrors in Quay Container Registry. | ||
version_added: '0.0.4' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
name: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021-2024, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -33,7 +33,7 @@ | |
description: | ||
- Create and delete robot accounts. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
name: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update image tags. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
image: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021, 2022, Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021, 2022 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Gather information about the tags in a repository. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
repository: | ||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright: (c) 2021-2024 Herve Quatremain <[email protected]> | ||
# Copyright: (c) 2021-2024 Hervé Quatremain <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
# For accessing the API documentation from a running system, use the swagger-ui | ||
|
@@ -28,7 +28,7 @@ | |
description: | ||
- Create, delete, and update teams in organizations. | ||
version_added: '0.0.1' | ||
author: Herve Quatremain (@herve4m) | ||
author: Hervé Quatremain (@herve4m) | ||
options: | ||
name: | ||
description: | ||
|
Oops, something went wrong.