Enterprise App Store Customization
Overview
Some additional Enterprise App Store settings can be customized for self-hosted installations in order to make them more tailored to your users.
You can change how your store looks using the Customize screen in the Enterprise App Store module, just like you can with Appcircle Cloud.
For self-hosted specific settings, you should follow the documentation below.
Tab Title Localization
You can change the Enterprise App Store tab title according to the language selected on the self-hosted Appcircle server.
For example, you can set a title for TR and a different title for EN language selection on browsers.
If you set titles from values.yaml
by following the steps below, your title settings configured from the Enterprise App Store's "Customize" page will be overridden.
store:
store-web:
extraEnvVars:
- name: TR_STORE_TITLE
value: "Uygulama Mağazası"
- name: EN_STORE_TITLE
value: "App Store"
Need help?
Get help from Appcircle's support team, or see how others are using Appcircle by joining our Slack Channel.