6.2. Footer configuration fields
The following configuration fields have been added to the original (v1) UI. You can use these fields to customize the footer of your on-prem v1 UI.
These fields are currently unavailable on the Red Hat Quay v2 UI.
| Field | Type | Description |
|---|---|---|
| FOOTER_LINKS | Object | Enable customization of footer links in Red Hat Quay’s UI for on-prem installations. |
| .TERMS_OF_SERVICE_URL | String |
Custom terms of service for on-prem installations. |
| .PRIVACY_POLICY_URL | String |
Custom privacy policy for on-prem installations. |
| .SECURITY_URL | String |
Custom security page for on-prem installations. |
| .ABOUT_URL | String |
Custom about page for on-prem installations. |
Example footer links YAML
FOOTER_LINKS:
"TERMS_OF_SERVICE_URL": "https://www.index.hr"
"PRIVACY_POLICY_URL": "https://www.example.hr"
"SECURITY_URL": "https://www.example.hr"
"ABOUT_URL": "https://www.example.hr"