diff options
| author | Ronald Loyko <[email protected]> | 2023-07-14 05:28:57 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-13 15:28:57 -0700 |
| commit | 3b0f0c6c1dacc8e6f969047f7f54be6379919f3a (patch) | |
| tree | 9ec47fc000904e6090c4de2d4bb1e42660eec63e | |
| parent | 15607edf2c9c51c79d11f4ed4ccdd9b711680cbf (diff) | |
| download | caprover-one-click-apps-3b0f0c6c1dacc8e6f969047f7f54be6379919f3a.tar.gz caprover-one-click-apps-3b0f0c6c1dacc8e6f969047f7f54be6379919f3a.zip | |
feat(mixpost): add https hint (#968)
| -rw-r--r-- | public/v4/apps/mixpost.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/v4/apps/mixpost.yml b/public/v4/apps/mixpost.yml index bfa3665..7750803 100644 --- a/public/v4/apps/mixpost.yml +++ b/public/v4/apps/mixpost.yml @@ -52,6 +52,7 @@ caproverOneClickApp: Mixpost has been successfully deployed! It might take few moments before it's fully started. You can access the application at `http://$$cap_appname.$$cap_root_domain`. Find the administrator login details in the logs. + If you enabled HTTPS, you should adjust the `APP_URL` environment variable accordingly. variables: - id: $$cap_MIXPOST_VERSION label: Application | Version |
