├── .gitignore ├── LICENSE ├── README.md ├── nginx_template └── monolith.tmpl ├── packages ├── go_template_linux └── yq_linux_amd64 ├── script ├── activate_server.py ├── add_root_user_sso_login.py ├── apply_db_configuration.py ├── backup_all_data.py ├── backup_db.py ├── change_root_user.py ├── check_is_busy_companies.py ├── companies_database_migrations_up.py ├── create_call_configuration.py ├── create_configs.py ├── create_root_user.py ├── create_secret.py ├── create_team.py ├── create_www_data.py ├── delete_team.py ├── deploy.py ├── deploy_nginx.py ├── deploy_nginx_monolith.py ├── deploy_prepare_env.py ├── disable_announcement.py ├── download_replication_scripts.py ├── enable_force_update_announcement.py ├── generate_auth_data_configuration.py ├── generate_captcha_configuration.py ├── generate_mysql_ssl_certificates.py ├── generate_preview_configuration.py ├── generate_restrictions_configuration.py ├── generate_security_keys.py ├── generate_smart_apps_configuration.py ├── generate_sms_service_configuration.py ├── generate_ssl_certificates.py ├── get_users.py ├── get_users_data.py ├── init.py ├── init_pivot.py ├── init_premise.py ├── install.py ├── installer_migrations_up.py ├── loader.py ├── prepare_custom_files.py ├── reform_sso.py ├── remove_expired_files.py ├── replication │ ├── check_current_master_server.py │ ├── check_disk.py │ ├── check_keepalived.py │ ├── check_nginx.py │ ├── check_replication_io_running.py │ ├── check_replication_lag.py │ ├── check_replication_sql_running.py │ ├── create_mysql_user.py │ ├── keepalived_status_changed.py │ ├── repair_all_teams.py │ ├── repair_team.py │ ├── reset_slave_replication.py │ ├── set_slave_replication_lag.py │ ├── show_slave_replication_status.py │ ├── simulate_keepalived_check.py │ ├── start_manticore_replication.py │ ├── start_slave_replication.py │ ├── update_database_port.py │ ├── validate_db_docker.py │ ├── validate_os.py │ └── wait_slave_replication_done.py ├── reset_slack_migration.py ├── restore_db.py ├── set_client_application_version_restriction.py ├── show_announcement.py ├── slack_migration.py ├── template.py ├── trigger.py ├── uninstall.py ├── update.py ├── update_user_profile_by_ldap.py ├── upload_custom_files.py ├── utils │ ├── interactive.py │ └── scriptutils.py ├── validate_db_configuration.py ├── validate_team_configuration.py └── workflow │ └── clear_conversations │ ├── clear_conversations.py │ └── conversation_key_list.json ├── src ├── _global │ ├── config │ │ ├── firebase_compass_key.gojson │ │ ├── firebase_comteam_key.gojson │ │ ├── go_collector_agent_sharding.gojson │ │ ├── nginx.goconf │ │ └── tariff.gophp │ └── variable │ │ ├── common.goenv │ │ ├── go_collector_request_balancing.goenv │ │ └── solution.goenv ├── announcement │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── nginx_include.goconf │ │ └── nginx_sites.goconf │ └── variable │ │ ├── common.goenv │ │ └── php_announcement.goenv ├── domino │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── file_nodes.gophp │ │ ├── icap_conversation.gophp │ │ ├── icap_thread.gophp │ │ ├── janus.gophp │ │ ├── monitor.gophp │ │ ├── nginx_include.goconf │ │ ├── nginx_sites.goconf │ │ ├── search.gophp │ │ ├── stun_server_list.gophp │ │ └── turn_server_list.gophp │ └── variable │ │ ├── common.goenv │ │ ├── event.goenv │ │ ├── go_company_cache.goenv │ │ ├── go_database_controller.goenv │ │ ├── php_company.goenv │ │ ├── php_file_balancer.goenv │ │ ├── php_pivot.goenv │ │ ├── php_speaker.goenv │ │ └── php_world.goenv ├── federation │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── nginx_include.goconf │ │ └── nginx_sites.goconf │ └── variable │ │ ├── common.goenv │ │ └── master.goenv ├── file │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── crontab.gocron │ │ ├── file_auto_deletion.gophp │ │ ├── icap.gophp │ │ ├── nginx_include.goconf │ │ └── nginx_sites.goconf │ └── variable │ │ ├── common.goenv │ │ ├── go_file_auth.goenv │ │ └── php_file_node.goenv ├── integration │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── .gitkeep │ │ ├── nginx_include.goconf │ │ └── nginx_sites_enabled.goconf │ └── variable │ │ ├── common.goenv │ │ └── integration_override.goenv ├── jitsi │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── nginx_include.goconf │ │ ├── prosody_dlp_plugin.cfg.golua │ │ ├── prosody_esync_plugin.cfg.golua │ │ ├── prosody_esync_plugin_v0.cfg.golua │ │ ├── prosody_esync_plugin_v1.cfg.golua │ │ ├── prosody_esync_plugin_v2.cfg.golua │ │ ├── prosody_main.cfg.golua │ │ ├── prosody_persistent_lobby.cfg.golua │ │ ├── prosody_rest_api_plugin.cfg.golua │ │ ├── web_config.gojs │ │ ├── web_interface_config.gojs │ │ ├── web_nginx_default.goconf │ │ └── web_nginx_meet.goconf │ └── variable │ │ ├── common.goenv │ │ ├── prosody_main.goenv │ │ └── prosody_visitors.goenv ├── jitsi_web │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── nginx.goconf │ │ └── nginx_sites.goconf │ └── variable │ │ └── common.goenv ├── join_web │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── .gitkeep │ │ ├── common.goenv │ │ ├── nginx.goconf │ │ └── nginx_sites.goconf │ └── variable │ │ ├── common.goenv │ │ └── join_web.goenv ├── license │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ └── nginx_include.goconf │ └── variable │ │ ├── common.goenv │ │ └── license_manager.goenv ├── monolith │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── .gitkeep │ │ ├── janus.gophp │ │ ├── nginx_sites_enabled.goconf │ │ └── predefined_db.gojson │ └── variable │ │ ├── monolith.goenv │ │ └── override.goenv ├── nginx │ ├── compass_snippets │ │ └── .gitkeep │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── grpc-enabled │ │ └── .gitkeep │ ├── include │ │ └── .gitkeep │ ├── nginx.conf │ └── ssl │ │ └── .gitkeep ├── pivot │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── bot_info_list.gojson │ │ ├── domino.gophp │ │ ├── feature_v1.gojson │ │ ├── feature_v2.gojson │ │ ├── file_nodes_on_premise.gophp │ │ ├── icap_jitsi.gophp │ │ ├── jitsi_node.gophp │ │ ├── nginx_include.goconf │ │ ├── nginx_sites.goconf │ │ ├── pivot_monitor.gophp │ │ ├── premise_domino.gophp │ │ ├── rule_v1.gojson │ │ ├── rule_v2.gojson │ │ ├── sms_provider_template.gophp │ │ └── tariff.gophp │ └── variable │ │ ├── common.goenv │ │ ├── event.goenv │ │ ├── go_activity.goenv │ │ ├── go_pivot_cache.goenv │ │ ├── go_pusher.goenv │ │ ├── php_file_balancer.goenv │ │ ├── php_jitsi.goenv │ │ ├── php_pivot.goenv │ │ └── php_premise.goenv ├── search │ ├── _manual │ │ ├── manticore.goservice │ │ └── manticore.sh │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── manticore.goconf │ │ └── manticore_manual.goconf │ ├── manticore.conf │ └── variable │ │ └── .gitkeep ├── userbot │ ├── compose.goyaml │ ├── compose.override.production.goyaml │ ├── config │ │ ├── domino.gophp │ │ ├── nginx_include.goconf │ │ └── nginx_sites.goconf │ └── variable │ │ └── common.goenv └── values.yaml ├── triggers ├── check_security.py ├── delete_deploy_symbolic_links.py ├── generate_certificate_config.py └── prepare_deploy_symbolic_links.py ├── updates ├── 1.7.0 │ ├── migration.yaml │ └── migration_up.py ├── 1.8.0 │ ├── migration.yaml │ └── migration_up.py ├── 1.9.0 │ ├── migration.yaml │ └── migration_up.py ├── 3.0.0 │ ├── migration.yaml │ ├── migration_up_1.py │ ├── migration_up_2.py │ ├── migration_up_3.py │ └── migration_up_4.py ├── 3.1.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 3.1.2 │ ├── migration.yaml │ └── migration_up_1.py ├── 4.0.0 │ ├── migration.yaml │ ├── migration_up_1.py │ ├── migration_up_2.py │ ├── migration_up_3.py │ └── migration_up_4.py ├── 4.0.2 │ ├── migration.yaml │ ├── migration_up_1.py │ └── migration_up_2.py ├── 4.0.3 │ ├── migration.yaml │ └── migration_up_1.py ├── 4.1.0 │ ├── migration.yaml │ ├── migration_up_1.py │ └── migration_up_2.py ├── 4.2.0 │ ├── migration.yaml │ ├── migration_up_1.py │ └── migration_up_2.py ├── 4.2.4 │ ├── migration.yaml │ └── migration_up_1.py ├── 4.2.8 │ ├── migration.yaml │ └── migration_up_1.py ├── 4.3.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 4.3.3 │ ├── migration.yaml │ └── migration_up_1.py ├── 4.4.2 │ ├── migration.yaml │ └── migration_up.py ├── 4.4.3 │ ├── migration.yaml │ └── migration_up.py ├── 4.4.5 │ ├── migration.yaml │ └── migration_up_1.py ├── 5.0.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 5.2.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 5.3.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 5.3.2 │ ├── migration.yaml │ └── migration_up_1.py ├── 5.3.3 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.0.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.0.1 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.0.2 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.0.4 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.0.6 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.1.0 │ ├── migration.yaml │ ├── migration_up_1.py │ └── migration_up_2.py ├── 6.2.0 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.3.2 │ ├── migration.yaml │ └── migration_up_1.py ├── 6.4.0 │ ├── migration.yaml │ ├── migration_up_1.py │ ├── migration_up_10.py │ ├── migration_up_2.py │ ├── migration_up_3.py │ ├── migration_up_4.py │ ├── migration_up_5.py │ ├── migration_up_6.py │ ├── migration_up_7.py │ ├── migration_up_8.py │ └── migration_up_9.py ├── 6.4.3 │ ├── migration.yaml │ └── migration_up_1.py └── 6.5.0 │ ├── migration.yaml │ └── migration_up_1.py ├── web_installer ├── backend │ ├── app.py │ └── requirements.txt └── frontend │ ├── .gitignore │ ├── .vite │ └── deps │ │ ├── _metadata.json │ │ └── package.json │ ├── README.md │ ├── components.json │ ├── eslint.config.js │ ├── index.html │ ├── package.json │ ├── pnpm-lock.yaml │ ├── src │ ├── App.tsx │ ├── api │ │ ├── _stores.ts │ │ └── _types.ts │ ├── components │ │ ├── ButtonWithIcon.tsx │ │ ├── CustomDialog.tsx │ │ ├── ImagePreview.tsx │ │ ├── NoNetworkError.tsx │ │ ├── Preloader.tsx │ │ ├── UnsavedChangesGuard.tsx │ │ ├── hooks.ts │ │ ├── icons │ │ │ ├── BlockStatus.tsx │ │ │ ├── CloseIcon.tsx │ │ │ ├── CompassWelcomeLogo.tsx │ │ │ ├── CompassWithYandexCloudLogo.tsx │ │ │ ├── PoweredByYandexCloud.tsx │ │ │ ├── StarIcon.tsx │ │ │ ├── TooltipIcon.tsx │ │ │ └── WarningIcon.tsx │ │ └── ui │ │ │ ├── button.tsx │ │ │ ├── checkbox.tsx │ │ │ ├── dialog.tsx │ │ │ ├── input.tsx │ │ │ ├── label.tsx │ │ │ ├── progress.tsx │ │ │ ├── select.tsx │ │ │ ├── switch.tsx │ │ │ ├── text.tsx │ │ │ ├── textarea.tsx │ │ │ └── tooltip.tsx │ ├── error-page.tsx │ ├── favicon.ico │ ├── fonts │ │ ├── inter │ │ │ ├── Inter-Black.woff2 │ │ │ ├── Inter-Bold.woff2 │ │ │ ├── Inter-Medium.woff2 │ │ │ ├── Inter-Regular.woff2 │ │ │ └── Inter-SemiBold.woff2 │ │ └── lato │ │ │ ├── Lato-Black.ttf │ │ │ ├── Lato-Black.woff │ │ │ ├── Lato-Black.woff2 │ │ │ ├── Lato-Bold.ttf │ │ │ ├── Lato-Bold.woff │ │ │ ├── Lato-Bold.woff2 │ │ │ ├── Lato-Heavy.ttf │ │ │ ├── Lato-Heavy.woff │ │ │ ├── Lato-Heavy.woff2 │ │ │ ├── Lato-Regular.ttf │ │ │ ├── Lato-Regular.woff │ │ │ ├── Lato-Regular.woff2 │ │ │ ├── Lato-Semibold.ttf │ │ │ ├── Lato-Semibold.woff │ │ │ └── Lato-Semibold.woff2 │ ├── global.d.ts │ ├── img │ │ ├── block-status-error-filled-icon.svg │ │ ├── block-status-not-filled-icon.svg │ │ ├── block-status-success-filled-icon.svg │ │ ├── check-icon.svg │ │ ├── close-icon.svg │ │ ├── compass-icon.svg │ │ ├── copy-icon.svg │ │ ├── docs-icon.svg │ │ ├── domain-tooltip-image.png │ │ ├── download-logs-dialog-icon.svg │ │ ├── password-hidden-icon.svg │ │ ├── password-visible-icon.svg │ │ ├── preloader-label.svg │ │ ├── preloader.svg │ │ ├── support-dialog-icon.svg │ │ ├── support-icon.svg │ │ ├── telegram-icon.svg │ │ ├── tooltip-icon.svg │ │ ├── warning-sign-icon.svg │ │ ├── x-icon.svg │ │ ├── yandex-cloud-icon.svg │ │ └── yandex-cloud.svg │ ├── index.css │ ├── lib │ │ ├── copyToClipboard.ts │ │ ├── functions.ts │ │ ├── getLangString.ts │ │ ├── navigatePages.ts │ │ ├── useIsInstallDirty.ts │ │ ├── useTextFileDrop.ts │ │ └── utils.ts │ ├── main.tsx │ └── pages │ │ ├── PageInstall.tsx │ │ ├── PageLayout.tsx │ │ ├── PageWelcome.tsx │ │ └── install │ │ ├── PageContentInstallConfigure.tsx │ │ ├── PageContentInstallFailed.tsx │ │ ├── PageContentInstallInProgress.tsx │ │ └── PageContentInstallSuccess.tsx │ ├── tsconfig.app.json │ ├── tsconfig.json │ ├── tsconfig.node.json │ └── vite.config.ts └── yaml_template ├── configs ├── auth.tpl.yaml ├── captcha.tpl.yaml ├── database.tpl.yaml ├── dlp.tpl.yaml ├── global.tpl.yaml ├── replication.tpl.yaml ├── smart_apps.tpl.yaml └── team.tpl.yaml └── security.tpl.yaml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/README.md -------------------------------------------------------------------------------- /nginx_template/monolith.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/nginx_template/monolith.tmpl -------------------------------------------------------------------------------- /packages/go_template_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/packages/go_template_linux -------------------------------------------------------------------------------- /packages/yq_linux_amd64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/packages/yq_linux_amd64 -------------------------------------------------------------------------------- /script/activate_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/activate_server.py -------------------------------------------------------------------------------- /script/add_root_user_sso_login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/add_root_user_sso_login.py -------------------------------------------------------------------------------- /script/apply_db_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/apply_db_configuration.py -------------------------------------------------------------------------------- /script/backup_all_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/backup_all_data.py -------------------------------------------------------------------------------- /script/backup_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/backup_db.py -------------------------------------------------------------------------------- /script/change_root_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/change_root_user.py -------------------------------------------------------------------------------- /script/check_is_busy_companies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/check_is_busy_companies.py -------------------------------------------------------------------------------- /script/companies_database_migrations_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/companies_database_migrations_up.py -------------------------------------------------------------------------------- /script/create_call_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/create_call_configuration.py -------------------------------------------------------------------------------- /script/create_configs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/create_configs.py -------------------------------------------------------------------------------- /script/create_root_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/create_root_user.py -------------------------------------------------------------------------------- /script/create_secret.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/create_secret.py -------------------------------------------------------------------------------- /script/create_team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/create_team.py -------------------------------------------------------------------------------- /script/create_www_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/create_www_data.py -------------------------------------------------------------------------------- /script/delete_team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/delete_team.py -------------------------------------------------------------------------------- /script/deploy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/deploy.py -------------------------------------------------------------------------------- /script/deploy_nginx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/deploy_nginx.py -------------------------------------------------------------------------------- /script/deploy_nginx_monolith.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/deploy_nginx_monolith.py -------------------------------------------------------------------------------- /script/deploy_prepare_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/deploy_prepare_env.py -------------------------------------------------------------------------------- /script/disable_announcement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/disable_announcement.py -------------------------------------------------------------------------------- /script/download_replication_scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/download_replication_scripts.py -------------------------------------------------------------------------------- /script/enable_force_update_announcement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/enable_force_update_announcement.py -------------------------------------------------------------------------------- /script/generate_auth_data_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_auth_data_configuration.py -------------------------------------------------------------------------------- /script/generate_captcha_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_captcha_configuration.py -------------------------------------------------------------------------------- /script/generate_mysql_ssl_certificates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_mysql_ssl_certificates.py -------------------------------------------------------------------------------- /script/generate_preview_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_preview_configuration.py -------------------------------------------------------------------------------- /script/generate_restrictions_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_restrictions_configuration.py -------------------------------------------------------------------------------- /script/generate_security_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_security_keys.py -------------------------------------------------------------------------------- /script/generate_smart_apps_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_smart_apps_configuration.py -------------------------------------------------------------------------------- /script/generate_sms_service_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_sms_service_configuration.py -------------------------------------------------------------------------------- /script/generate_ssl_certificates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/generate_ssl_certificates.py -------------------------------------------------------------------------------- /script/get_users.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/get_users.py -------------------------------------------------------------------------------- /script/get_users_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/get_users_data.py -------------------------------------------------------------------------------- /script/init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/init.py -------------------------------------------------------------------------------- /script/init_pivot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/init_pivot.py -------------------------------------------------------------------------------- /script/init_premise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/init_premise.py -------------------------------------------------------------------------------- /script/install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/install.py -------------------------------------------------------------------------------- /script/installer_migrations_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/installer_migrations_up.py -------------------------------------------------------------------------------- /script/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/loader.py -------------------------------------------------------------------------------- /script/prepare_custom_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/prepare_custom_files.py -------------------------------------------------------------------------------- /script/reform_sso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/reform_sso.py -------------------------------------------------------------------------------- /script/remove_expired_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/remove_expired_files.py -------------------------------------------------------------------------------- /script/replication/check_current_master_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_current_master_server.py -------------------------------------------------------------------------------- /script/replication/check_disk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_disk.py -------------------------------------------------------------------------------- /script/replication/check_keepalived.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_keepalived.py -------------------------------------------------------------------------------- /script/replication/check_nginx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_nginx.py -------------------------------------------------------------------------------- /script/replication/check_replication_io_running.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_replication_io_running.py -------------------------------------------------------------------------------- /script/replication/check_replication_lag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_replication_lag.py -------------------------------------------------------------------------------- /script/replication/check_replication_sql_running.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/check_replication_sql_running.py -------------------------------------------------------------------------------- /script/replication/create_mysql_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/create_mysql_user.py -------------------------------------------------------------------------------- /script/replication/keepalived_status_changed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/keepalived_status_changed.py -------------------------------------------------------------------------------- /script/replication/repair_all_teams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/repair_all_teams.py -------------------------------------------------------------------------------- /script/replication/repair_team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/repair_team.py -------------------------------------------------------------------------------- /script/replication/reset_slave_replication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/reset_slave_replication.py -------------------------------------------------------------------------------- /script/replication/set_slave_replication_lag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/set_slave_replication_lag.py -------------------------------------------------------------------------------- /script/replication/show_slave_replication_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/show_slave_replication_status.py -------------------------------------------------------------------------------- /script/replication/simulate_keepalived_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/simulate_keepalived_check.py -------------------------------------------------------------------------------- /script/replication/start_manticore_replication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/start_manticore_replication.py -------------------------------------------------------------------------------- /script/replication/start_slave_replication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/start_slave_replication.py -------------------------------------------------------------------------------- /script/replication/update_database_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/update_database_port.py -------------------------------------------------------------------------------- /script/replication/validate_db_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/validate_db_docker.py -------------------------------------------------------------------------------- /script/replication/validate_os.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/validate_os.py -------------------------------------------------------------------------------- /script/replication/wait_slave_replication_done.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/replication/wait_slave_replication_done.py -------------------------------------------------------------------------------- /script/reset_slack_migration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/reset_slack_migration.py -------------------------------------------------------------------------------- /script/restore_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/restore_db.py -------------------------------------------------------------------------------- /script/set_client_application_version_restriction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/set_client_application_version_restriction.py -------------------------------------------------------------------------------- /script/show_announcement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/show_announcement.py -------------------------------------------------------------------------------- /script/slack_migration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/slack_migration.py -------------------------------------------------------------------------------- /script/template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/template.py -------------------------------------------------------------------------------- /script/trigger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/trigger.py -------------------------------------------------------------------------------- /script/uninstall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/uninstall.py -------------------------------------------------------------------------------- /script/update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/update.py -------------------------------------------------------------------------------- /script/update_user_profile_by_ldap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/update_user_profile_by_ldap.py -------------------------------------------------------------------------------- /script/upload_custom_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/upload_custom_files.py -------------------------------------------------------------------------------- /script/utils/interactive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/utils/interactive.py -------------------------------------------------------------------------------- /script/utils/scriptutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/utils/scriptutils.py -------------------------------------------------------------------------------- /script/validate_db_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/validate_db_configuration.py -------------------------------------------------------------------------------- /script/validate_team_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/validate_team_configuration.py -------------------------------------------------------------------------------- /script/workflow/clear_conversations/clear_conversations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/workflow/clear_conversations/clear_conversations.py -------------------------------------------------------------------------------- /script/workflow/clear_conversations/conversation_key_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/script/workflow/clear_conversations/conversation_key_list.json -------------------------------------------------------------------------------- /src/_global/config/firebase_compass_key.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/config/firebase_compass_key.gojson -------------------------------------------------------------------------------- /src/_global/config/firebase_comteam_key.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/config/firebase_comteam_key.gojson -------------------------------------------------------------------------------- /src/_global/config/go_collector_agent_sharding.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/config/go_collector_agent_sharding.gojson -------------------------------------------------------------------------------- /src/_global/config/nginx.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/config/nginx.goconf -------------------------------------------------------------------------------- /src/_global/config/tariff.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/config/tariff.gophp -------------------------------------------------------------------------------- /src/_global/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/variable/common.goenv -------------------------------------------------------------------------------- /src/_global/variable/go_collector_request_balancing.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/variable/go_collector_request_balancing.goenv -------------------------------------------------------------------------------- /src/_global/variable/solution.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/_global/variable/solution.goenv -------------------------------------------------------------------------------- /src/announcement/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/announcement/compose.goyaml -------------------------------------------------------------------------------- /src/announcement/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/announcement/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/announcement/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/announcement/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/announcement/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/announcement/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/announcement/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/announcement/variable/common.goenv -------------------------------------------------------------------------------- /src/announcement/variable/php_announcement.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/announcement/variable/php_announcement.goenv -------------------------------------------------------------------------------- /src/domino/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/compose.goyaml -------------------------------------------------------------------------------- /src/domino/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/domino/config/file_nodes.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/file_nodes.gophp -------------------------------------------------------------------------------- /src/domino/config/icap_conversation.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/icap_conversation.gophp -------------------------------------------------------------------------------- /src/domino/config/icap_thread.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/icap_thread.gophp -------------------------------------------------------------------------------- /src/domino/config/janus.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/janus.gophp -------------------------------------------------------------------------------- /src/domino/config/monitor.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/monitor.gophp -------------------------------------------------------------------------------- /src/domino/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/domino/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/domino/config/search.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/search.gophp -------------------------------------------------------------------------------- /src/domino/config/stun_server_list.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/stun_server_list.gophp -------------------------------------------------------------------------------- /src/domino/config/turn_server_list.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/config/turn_server_list.gophp -------------------------------------------------------------------------------- /src/domino/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/common.goenv -------------------------------------------------------------------------------- /src/domino/variable/event.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/event.goenv -------------------------------------------------------------------------------- /src/domino/variable/go_company_cache.goenv: -------------------------------------------------------------------------------- 1 | GO_COMPANY_CACHE_GET_MEMBER_TIMEOUT_MS=200 -------------------------------------------------------------------------------- /src/domino/variable/go_database_controller.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/go_database_controller.goenv -------------------------------------------------------------------------------- /src/domino/variable/php_company.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/php_company.goenv -------------------------------------------------------------------------------- /src/domino/variable/php_file_balancer.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/php_file_balancer.goenv -------------------------------------------------------------------------------- /src/domino/variable/php_pivot.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/php_pivot.goenv -------------------------------------------------------------------------------- /src/domino/variable/php_speaker.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/php_speaker.goenv -------------------------------------------------------------------------------- /src/domino/variable/php_world.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/domino/variable/php_world.goenv -------------------------------------------------------------------------------- /src/federation/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/federation/compose.goyaml -------------------------------------------------------------------------------- /src/federation/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/federation/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/federation/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/federation/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/federation/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/federation/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/federation/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/federation/variable/common.goenv -------------------------------------------------------------------------------- /src/federation/variable/master.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/federation/variable/master.goenv -------------------------------------------------------------------------------- /src/file/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/compose.goyaml -------------------------------------------------------------------------------- /src/file/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/file/config/crontab.gocron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/config/crontab.gocron -------------------------------------------------------------------------------- /src/file/config/file_auto_deletion.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/config/file_auto_deletion.gophp -------------------------------------------------------------------------------- /src/file/config/icap.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/config/icap.gophp -------------------------------------------------------------------------------- /src/file/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/file/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/file/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/variable/common.goenv -------------------------------------------------------------------------------- /src/file/variable/go_file_auth.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/variable/go_file_auth.goenv -------------------------------------------------------------------------------- /src/file/variable/php_file_node.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/file/variable/php_file_node.goenv -------------------------------------------------------------------------------- /src/integration/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/integration/compose.goyaml -------------------------------------------------------------------------------- /src/integration/compose.override.production.goyaml: -------------------------------------------------------------------------------- 1 | version: '3.8' -------------------------------------------------------------------------------- /src/integration/config/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/integration/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/integration/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/integration/config/nginx_sites_enabled.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/integration/config/nginx_sites_enabled.goconf -------------------------------------------------------------------------------- /src/integration/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/integration/variable/common.goenv -------------------------------------------------------------------------------- /src/integration/variable/integration_override.goenv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/jitsi/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/compose.goyaml -------------------------------------------------------------------------------- /src/jitsi/compose.override.production.goyaml: -------------------------------------------------------------------------------- 1 | version: '3.8' -------------------------------------------------------------------------------- /src/jitsi/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/jitsi/config/prosody_dlp_plugin.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_dlp_plugin.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_esync_plugin.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_esync_plugin.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_esync_plugin_v0.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_esync_plugin_v0.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_esync_plugin_v1.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_esync_plugin_v1.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_esync_plugin_v2.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_esync_plugin_v2.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_main.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_main.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_persistent_lobby.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_persistent_lobby.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/prosody_rest_api_plugin.cfg.golua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/prosody_rest_api_plugin.cfg.golua -------------------------------------------------------------------------------- /src/jitsi/config/web_config.gojs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/web_config.gojs -------------------------------------------------------------------------------- /src/jitsi/config/web_interface_config.gojs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/web_interface_config.gojs -------------------------------------------------------------------------------- /src/jitsi/config/web_nginx_default.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/web_nginx_default.goconf -------------------------------------------------------------------------------- /src/jitsi/config/web_nginx_meet.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/config/web_nginx_meet.goconf -------------------------------------------------------------------------------- /src/jitsi/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/variable/common.goenv -------------------------------------------------------------------------------- /src/jitsi/variable/prosody_main.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/variable/prosody_main.goenv -------------------------------------------------------------------------------- /src/jitsi/variable/prosody_visitors.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi/variable/prosody_visitors.goenv -------------------------------------------------------------------------------- /src/jitsi_web/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi_web/compose.goyaml -------------------------------------------------------------------------------- /src/jitsi_web/compose.override.production.goyaml: -------------------------------------------------------------------------------- 1 | version: '3.8' -------------------------------------------------------------------------------- /src/jitsi_web/config/nginx.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi_web/config/nginx.goconf -------------------------------------------------------------------------------- /src/jitsi_web/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi_web/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/jitsi_web/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/jitsi_web/variable/common.goenv -------------------------------------------------------------------------------- /src/join_web/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/join_web/compose.goyaml -------------------------------------------------------------------------------- /src/join_web/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/join_web/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/join_web/config/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/join_web/config/common.goenv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/join_web/config/nginx.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/join_web/config/nginx.goconf -------------------------------------------------------------------------------- /src/join_web/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/join_web/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/join_web/variable/common.goenv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/join_web/variable/join_web.goenv: -------------------------------------------------------------------------------- 1 | API_PATH="{{.url_path}}" 2 | NEED_INDEX_WEB={{.is_need_index_web}} 3 | -------------------------------------------------------------------------------- /src/license/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/license/compose.goyaml -------------------------------------------------------------------------------- /src/license/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/license/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/license/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/license/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/license/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/license/variable/common.goenv -------------------------------------------------------------------------------- /src/license/variable/license_manager.goenv: -------------------------------------------------------------------------------- 1 | MEASURE_MODE=off -------------------------------------------------------------------------------- /src/monolith/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/compose.goyaml -------------------------------------------------------------------------------- /src/monolith/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/monolith/config/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/monolith/config/janus.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/config/janus.gophp -------------------------------------------------------------------------------- /src/monolith/config/nginx_sites_enabled.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/config/nginx_sites_enabled.goconf -------------------------------------------------------------------------------- /src/monolith/config/predefined_db.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/config/predefined_db.gojson -------------------------------------------------------------------------------- /src/monolith/variable/monolith.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/variable/monolith.goenv -------------------------------------------------------------------------------- /src/monolith/variable/override.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/monolith/variable/override.goenv -------------------------------------------------------------------------------- /src/nginx/compass_snippets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/nginx/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/nginx/compose.goyaml -------------------------------------------------------------------------------- /src/nginx/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/nginx/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/nginx/grpc-enabled/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/nginx/include/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/nginx/nginx.conf -------------------------------------------------------------------------------- /src/nginx/ssl/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pivot/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/compose.goyaml -------------------------------------------------------------------------------- /src/pivot/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/pivot/config/bot_info_list.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/bot_info_list.gojson -------------------------------------------------------------------------------- /src/pivot/config/domino.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/domino.gophp -------------------------------------------------------------------------------- /src/pivot/config/feature_v1.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/feature_v1.gojson -------------------------------------------------------------------------------- /src/pivot/config/feature_v2.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/feature_v2.gojson -------------------------------------------------------------------------------- /src/pivot/config/file_nodes_on_premise.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/file_nodes_on_premise.gophp -------------------------------------------------------------------------------- /src/pivot/config/icap_jitsi.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/icap_jitsi.gophp -------------------------------------------------------------------------------- /src/pivot/config/jitsi_node.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/jitsi_node.gophp -------------------------------------------------------------------------------- /src/pivot/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/pivot/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/pivot/config/pivot_monitor.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/pivot_monitor.gophp -------------------------------------------------------------------------------- /src/pivot/config/premise_domino.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/premise_domino.gophp -------------------------------------------------------------------------------- /src/pivot/config/rule_v1.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/rule_v1.gojson -------------------------------------------------------------------------------- /src/pivot/config/rule_v2.gojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/rule_v2.gojson -------------------------------------------------------------------------------- /src/pivot/config/sms_provider_template.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/sms_provider_template.gophp -------------------------------------------------------------------------------- /src/pivot/config/tariff.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/config/tariff.gophp -------------------------------------------------------------------------------- /src/pivot/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/common.goenv -------------------------------------------------------------------------------- /src/pivot/variable/event.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/event.goenv -------------------------------------------------------------------------------- /src/pivot/variable/go_activity.goenv: -------------------------------------------------------------------------------- 1 | GET_ACTIVITY_TIMEOUT_MS=500 -------------------------------------------------------------------------------- /src/pivot/variable/go_pivot_cache.goenv: -------------------------------------------------------------------------------- 1 | GO_PIVOT_GET_USER_TIMEOUT_MS=500 -------------------------------------------------------------------------------- /src/pivot/variable/go_pusher.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/go_pusher.goenv -------------------------------------------------------------------------------- /src/pivot/variable/php_file_balancer.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/php_file_balancer.goenv -------------------------------------------------------------------------------- /src/pivot/variable/php_jitsi.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/php_jitsi.goenv -------------------------------------------------------------------------------- /src/pivot/variable/php_pivot.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/php_pivot.goenv -------------------------------------------------------------------------------- /src/pivot/variable/php_premise.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/pivot/variable/php_premise.goenv -------------------------------------------------------------------------------- /src/search/_manual/manticore.goservice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/_manual/manticore.goservice -------------------------------------------------------------------------------- /src/search/_manual/manticore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/_manual/manticore.sh -------------------------------------------------------------------------------- /src/search/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/compose.goyaml -------------------------------------------------------------------------------- /src/search/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/search/config/manticore.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/config/manticore.goconf -------------------------------------------------------------------------------- /src/search/config/manticore_manual.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/config/manticore_manual.goconf -------------------------------------------------------------------------------- /src/search/manticore.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/search/manticore.conf -------------------------------------------------------------------------------- /src/search/variable/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/userbot/compose.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/userbot/compose.goyaml -------------------------------------------------------------------------------- /src/userbot/compose.override.production.goyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/userbot/compose.override.production.goyaml -------------------------------------------------------------------------------- /src/userbot/config/domino.gophp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/userbot/config/domino.gophp -------------------------------------------------------------------------------- /src/userbot/config/nginx_include.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/userbot/config/nginx_include.goconf -------------------------------------------------------------------------------- /src/userbot/config/nginx_sites.goconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/userbot/config/nginx_sites.goconf -------------------------------------------------------------------------------- /src/userbot/variable/common.goenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/userbot/variable/common.goenv -------------------------------------------------------------------------------- /src/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/src/values.yaml -------------------------------------------------------------------------------- /triggers/check_security.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/triggers/check_security.py -------------------------------------------------------------------------------- /triggers/delete_deploy_symbolic_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/triggers/delete_deploy_symbolic_links.py -------------------------------------------------------------------------------- /triggers/generate_certificate_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/triggers/generate_certificate_config.py -------------------------------------------------------------------------------- /triggers/prepare_deploy_symbolic_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/triggers/prepare_deploy_symbolic_links.py -------------------------------------------------------------------------------- /updates/1.7.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/1.7.0/migration.yaml -------------------------------------------------------------------------------- /updates/1.7.0/migration_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/1.7.0/migration_up.py -------------------------------------------------------------------------------- /updates/1.8.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/1.8.0/migration.yaml -------------------------------------------------------------------------------- /updates/1.8.0/migration_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/1.8.0/migration_up.py -------------------------------------------------------------------------------- /updates/1.9.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/1.9.0/migration.yaml -------------------------------------------------------------------------------- /updates/1.9.0/migration_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/1.9.0/migration_up.py -------------------------------------------------------------------------------- /updates/3.0.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.0.0/migration.yaml -------------------------------------------------------------------------------- /updates/3.0.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.0.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/3.0.0/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.0.0/migration_up_2.py -------------------------------------------------------------------------------- /updates/3.0.0/migration_up_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.0.0/migration_up_3.py -------------------------------------------------------------------------------- /updates/3.0.0/migration_up_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.0.0/migration_up_4.py -------------------------------------------------------------------------------- /updates/3.1.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.1.0/migration.yaml -------------------------------------------------------------------------------- /updates/3.1.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.1.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/3.1.2/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.1.2/migration.yaml -------------------------------------------------------------------------------- /updates/3.1.2/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/3.1.2/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.0.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.0/migration.yaml -------------------------------------------------------------------------------- /updates/4.0.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.0.0/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.0/migration_up_2.py -------------------------------------------------------------------------------- /updates/4.0.0/migration_up_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.0/migration_up_3.py -------------------------------------------------------------------------------- /updates/4.0.0/migration_up_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.0/migration_up_4.py -------------------------------------------------------------------------------- /updates/4.0.2/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.2/migration.yaml -------------------------------------------------------------------------------- /updates/4.0.2/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.2/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.0.2/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.2/migration_up_2.py -------------------------------------------------------------------------------- /updates/4.0.3/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.3/migration.yaml -------------------------------------------------------------------------------- /updates/4.0.3/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.0.3/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.1.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.1.0/migration.yaml -------------------------------------------------------------------------------- /updates/4.1.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.1.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.1.0/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.1.0/migration_up_2.py -------------------------------------------------------------------------------- /updates/4.2.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.0/migration.yaml -------------------------------------------------------------------------------- /updates/4.2.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.2.0/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.0/migration_up_2.py -------------------------------------------------------------------------------- /updates/4.2.4/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.4/migration.yaml -------------------------------------------------------------------------------- /updates/4.2.4/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.4/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.2.8/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.8/migration.yaml -------------------------------------------------------------------------------- /updates/4.2.8/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.2.8/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.3.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.3.0/migration.yaml -------------------------------------------------------------------------------- /updates/4.3.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.3.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.3.3/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.3.3/migration.yaml -------------------------------------------------------------------------------- /updates/4.3.3/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.3.3/migration_up_1.py -------------------------------------------------------------------------------- /updates/4.4.2/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.4.2/migration.yaml -------------------------------------------------------------------------------- /updates/4.4.2/migration_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.4.2/migration_up.py -------------------------------------------------------------------------------- /updates/4.4.3/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.4.3/migration.yaml -------------------------------------------------------------------------------- /updates/4.4.3/migration_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.4.3/migration_up.py -------------------------------------------------------------------------------- /updates/4.4.5/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.4.5/migration.yaml -------------------------------------------------------------------------------- /updates/4.4.5/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/4.4.5/migration_up_1.py -------------------------------------------------------------------------------- /updates/5.0.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.0.0/migration.yaml -------------------------------------------------------------------------------- /updates/5.0.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.0.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/5.2.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.2.0/migration.yaml -------------------------------------------------------------------------------- /updates/5.2.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.2.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/5.3.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.3.0/migration.yaml -------------------------------------------------------------------------------- /updates/5.3.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.3.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/5.3.2/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.3.2/migration.yaml -------------------------------------------------------------------------------- /updates/5.3.2/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.3.2/migration_up_1.py -------------------------------------------------------------------------------- /updates/5.3.3/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.3.3/migration.yaml -------------------------------------------------------------------------------- /updates/5.3.3/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/5.3.3/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.0.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.0/migration.yaml -------------------------------------------------------------------------------- /updates/6.0.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.0.1/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.1/migration.yaml -------------------------------------------------------------------------------- /updates/6.0.1/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.1/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.0.2/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.2/migration.yaml -------------------------------------------------------------------------------- /updates/6.0.2/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.2/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.0.4/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.4/migration.yaml -------------------------------------------------------------------------------- /updates/6.0.4/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.4/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.0.6/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.6/migration.yaml -------------------------------------------------------------------------------- /updates/6.0.6/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.0.6/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.1.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.1.0/migration.yaml -------------------------------------------------------------------------------- /updates/6.1.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.1.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.1.0/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.1.0/migration_up_2.py -------------------------------------------------------------------------------- /updates/6.2.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.2.0/migration.yaml -------------------------------------------------------------------------------- /updates/6.2.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.2.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.3.2/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.3.2/migration.yaml -------------------------------------------------------------------------------- /updates/6.3.2/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.3.2/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.4.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration.yaml -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_10.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_2.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_3.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_4.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_5.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_6.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_7.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_8.py -------------------------------------------------------------------------------- /updates/6.4.0/migration_up_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.0/migration_up_9.py -------------------------------------------------------------------------------- /updates/6.4.3/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.3/migration.yaml -------------------------------------------------------------------------------- /updates/6.4.3/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.4.3/migration_up_1.py -------------------------------------------------------------------------------- /updates/6.5.0/migration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.5.0/migration.yaml -------------------------------------------------------------------------------- /updates/6.5.0/migration_up_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/updates/6.5.0/migration_up_1.py -------------------------------------------------------------------------------- /web_installer/backend/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/backend/app.py -------------------------------------------------------------------------------- /web_installer/backend/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/backend/requirements.txt -------------------------------------------------------------------------------- /web_installer/frontend/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/.gitignore -------------------------------------------------------------------------------- /web_installer/frontend/.vite/deps/_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/.vite/deps/_metadata.json -------------------------------------------------------------------------------- /web_installer/frontend/.vite/deps/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "module" 3 | } 4 | -------------------------------------------------------------------------------- /web_installer/frontend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/README.md -------------------------------------------------------------------------------- /web_installer/frontend/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/components.json -------------------------------------------------------------------------------- /web_installer/frontend/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/eslint.config.js -------------------------------------------------------------------------------- /web_installer/frontend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/index.html -------------------------------------------------------------------------------- /web_installer/frontend/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/package.json -------------------------------------------------------------------------------- /web_installer/frontend/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/pnpm-lock.yaml -------------------------------------------------------------------------------- /web_installer/frontend/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/App.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/api/_stores.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/api/_stores.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/api/_types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/api/_types.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ButtonWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ButtonWithIcon.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/CustomDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/CustomDialog.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ImagePreview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ImagePreview.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/NoNetworkError.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/NoNetworkError.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/Preloader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/Preloader.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/UnsavedChangesGuard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/UnsavedChangesGuard.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/hooks.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/BlockStatus.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/BlockStatus.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/CloseIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/CloseIcon.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/CompassWelcomeLogo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/CompassWelcomeLogo.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/CompassWithYandexCloudLogo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/CompassWithYandexCloudLogo.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/PoweredByYandexCloud.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/PoweredByYandexCloud.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/StarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/StarIcon.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/TooltipIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/TooltipIcon.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/icons/WarningIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/icons/WarningIcon.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/button.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/checkbox.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/dialog.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/input.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/label.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/progress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/progress.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/select.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/select.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/switch.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/text.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/textarea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/textarea.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/components/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/components/ui/tooltip.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/error-page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/error-page.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/favicon.ico -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/inter/Inter-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/inter/Inter-Black.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/inter/Inter-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/inter/Inter-Bold.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/inter/Inter-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/inter/Inter-Medium.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/inter/Inter-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/inter/Inter-Regular.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/inter/Inter-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/inter/Inter-SemiBold.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Black.ttf -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Black.woff -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Black.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Bold.ttf -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Bold.woff -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Bold.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Heavy.ttf -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Heavy.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Heavy.woff -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Heavy.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Heavy.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Regular.ttf -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Regular.woff -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Regular.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Semibold.ttf -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Semibold.woff -------------------------------------------------------------------------------- /web_installer/frontend/src/fonts/lato/Lato-Semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/fonts/lato/Lato-Semibold.woff2 -------------------------------------------------------------------------------- /web_installer/frontend/src/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/global.d.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/img/block-status-error-filled-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/block-status-error-filled-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/block-status-not-filled-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/block-status-not-filled-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/block-status-success-filled-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/block-status-success-filled-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/check-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/check-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/close-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/close-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/compass-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/compass-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/copy-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/copy-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/docs-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/docs-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/domain-tooltip-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/domain-tooltip-image.png -------------------------------------------------------------------------------- /web_installer/frontend/src/img/download-logs-dialog-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/download-logs-dialog-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/password-hidden-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/password-hidden-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/password-visible-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/password-visible-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/preloader-label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/preloader-label.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/preloader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/preloader.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/support-dialog-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/support-dialog-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/support-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/support-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/telegram-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/telegram-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/tooltip-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/tooltip-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/warning-sign-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/warning-sign-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/x-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/x-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/yandex-cloud-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/yandex-cloud-icon.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/img/yandex-cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/img/yandex-cloud.svg -------------------------------------------------------------------------------- /web_installer/frontend/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/index.css -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/copyToClipboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/copyToClipboard.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/functions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/functions.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/getLangString.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/getLangString.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/navigatePages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/navigatePages.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/useIsInstallDirty.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/useIsInstallDirty.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/useTextFileDrop.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/useTextFileDrop.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/lib/utils.ts -------------------------------------------------------------------------------- /web_installer/frontend/src/main.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/main.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/PageInstall.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/PageInstall.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/PageLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/PageLayout.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/PageWelcome.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/PageWelcome.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/install/PageContentInstallConfigure.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/install/PageContentInstallConfigure.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/install/PageContentInstallFailed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/install/PageContentInstallFailed.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/install/PageContentInstallInProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/install/PageContentInstallInProgress.tsx -------------------------------------------------------------------------------- /web_installer/frontend/src/pages/install/PageContentInstallSuccess.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/src/pages/install/PageContentInstallSuccess.tsx -------------------------------------------------------------------------------- /web_installer/frontend/tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/tsconfig.app.json -------------------------------------------------------------------------------- /web_installer/frontend/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/tsconfig.json -------------------------------------------------------------------------------- /web_installer/frontend/tsconfig.node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/tsconfig.node.json -------------------------------------------------------------------------------- /web_installer/frontend/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/web_installer/frontend/vite.config.ts -------------------------------------------------------------------------------- /yaml_template/configs/auth.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/auth.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/captcha.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/captcha.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/database.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/database.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/dlp.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/dlp.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/global.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/global.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/replication.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/replication.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/smart_apps.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/smart_apps.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/configs/team.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/configs/team.tpl.yaml -------------------------------------------------------------------------------- /yaml_template/security.tpl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getCompass/onpremise-installer/HEAD/yaml_template/security.tpl.yaml --------------------------------------------------------------------------------