From: Shane J Date: Sun, 2 Apr 2023 15:29:41 +0000 (-0500) Subject: untrack some stuff X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=561f429f7d41f0ee4baf7287c0d3692d01ece089;p=nutratech%2Fvps-root.git untrack some stuff --- diff --git a/etc/matrix-synapse/conf.d/report_stats.yaml b/etc/matrix-synapse/conf.d/report_stats.yaml deleted file mode 100644 index d84890a..0000000 --- a/etc/matrix-synapse/conf.d/report_stats.yaml +++ /dev/null @@ -1 +0,0 @@ -report_stats: false diff --git a/etc/matrix-synapse/conf.d/server_name.yaml b/etc/matrix-synapse/conf.d/server_name.yaml deleted file mode 100644 index 77fa945..0000000 --- a/etc/matrix-synapse/conf.d/server_name.yaml +++ /dev/null @@ -1 +0,0 @@ -server_name: dev.nutra.tk diff --git a/etc/matrix-synapse/log.yaml b/etc/matrix-synapse/log.yaml deleted file mode 100644 index d109115..0000000 --- a/etc/matrix-synapse/log.yaml +++ /dev/null @@ -1,57 +0,0 @@ - -version: 1 - -formatters: - precise: - format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s' - journal_fmt: - format: '%(name)s: [%(request)s] %(message)s' - -filters: - context: - (): synapse.util.logcontext.LoggingContextFilter - request: "" - -handlers: - file: - class: logging.handlers.WatchedFileHandler - formatter: precise - filename: /var/log/matrix-synapse/homeserver.log - filters: [context] - level: DEBUG - encoding: utf8 - console: - class: logging.StreamHandler - formatter: precise - level: WARN - journal: - class: systemd.journal.JournalHandler - formatter: journal_fmt - filters: [context] - level: WARN - SYSLOG_IDENTIFIER: synapse - -loggers: - twisted: - level: WARN - - synapse: - level: INFO - - # the following levels are more verbose than most users want - # set them to INFO if you need more logging - synapse.metrics: - level: WARN - - synapse.http.federation.well_known_resolver: - level: WARN - - synapse.storage.TIME: - level: WARN - - synapse.http.matrixfederationclient: - level: WARN - -root: - level: INFO - handlers: [file, journal] diff --git a/etc/systemd/system/mattermost-push-proxy.service b/etc/systemd/system/mattermost-push-proxy.service deleted file mode 100644 index 8c9df3f..0000000 --- a/etc/systemd/system/mattermost-push-proxy.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Mattermost Push Notification Service - -[Service] -Type=oneshot -ExecStart=/bin/sh -c '/opt/mpns/bin/mattermost-push-proxy | logger' -WorkingDirectory=/opt/mpns - -[Install] -WantedBy=multi-user.target diff --git a/etc/systemd/system/mattermost.service b/etc/systemd/system/mattermost.service deleted file mode 100644 index d144a80..0000000 --- a/etc/systemd/system/mattermost.service +++ /dev/null @@ -1,21 +0,0 @@ -[Unit] -Description=Mattermost -After=network.target -After=postgresql.service -BindsTo=postgresql.service - -[Service] -Type=notify -ExecStart=/opt/mattermost/bin/mattermost -TimeoutStartSec=3600 -KillMode=mixed -Restart=always -RestartSec=10 -WorkingDirectory=/opt/mattermost -User=mattermost -Group=mattermost -LimitNOFILE=49152 - -[Install] -WantedBy=multi-user.target - diff --git a/opt/mattermost/config/README.md b/opt/mattermost/config/README.md deleted file mode 100644 index 55e5e60..0000000 --- a/opt/mattermost/config/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# config.json - -This is the system configuration file for your Mattermost server. Settings are specific to different editions of Mattermost. Please read the documentation before making changes: https://docs.mattermost.com/configure/configuration-settings.html/ diff --git a/opt/mattermost/config/cloud_defaults.json b/opt/mattermost/config/cloud_defaults.json deleted file mode 100644 index 09ee8de..0000000 --- a/opt/mattermost/config/cloud_defaults.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "ServiceSettings": { - "EnableEmailInvitations": true, - "EnableCustomEmoji": true, - "EnableBotAccountCreation": true - }, - "TeamSettings": { - "MaxUsersPerTeam": 1000, - "ExperimentalViewArchivedChannels": true, - "TeammateNameDisplay": "full_name" - }, - "EmailSettings": { - "RequireEmailVerification": true, - "FeedbackName": "Mattermost", - "FeedbackEmail": "feedback-cloud@mattermost.com", - "ReplyToAddress": "noreply@mattermost.com", - "ConnectionSecurity": "TLS" - }, - "SupportSettings": { - "SupportEmail": "feedback-cloud@mattermost.com" - }, - "GuestAccountsSettings": { - "Enable": true - }, - "SqlSettings": { - "MaxIdleConns": 10, - "MaxOpenConns": 100 - }, - "ClusterSettings": { - "EnableExperimentalGossipEncryption": true, - "EnableGossipCompression": false - }, - "ExperimentalSettings": { - "RestrictSystemAdmin": true, - "EnableAppBar": true - }, - "MessageExportSettings": { - "DownloadExportResults": true - } -} diff --git a/opt/mattermost/config/config.json b/opt/mattermost/config/config.json deleted file mode 100644 index d075fc6..0000000 --- a/opt/mattermost/config/config.json +++ /dev/null @@ -1,597 +0,0 @@ -{ - "ServiceSettings": { - "SiteURL": "https://dev.nutra.tk/chat", - "WebsocketURL": "", - "LicenseFileLocation": "", - "ListenAddress": ":8065", - "ConnectionSecurity": "", - "TLSCertFile": "", - "TLSKeyFile": "", - "TLSMinVer": "1.2", - "TLSStrictTransport": false, - "TLSStrictTransportMaxAge": 63072000, - "TLSOverwriteCiphers": [], - "UseLetsEncrypt": false, - "LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache", - "Forward80To443": false, - "TrustedProxyIPHeader": [], - "ReadTimeout": 300, - "WriteTimeout": 300, - "IdleTimeout": 60, - "MaximumLoginAttempts": 10, - "GoroutineHealthThreshold": -1, - "EnableOAuthServiceProvider": false, - "EnableIncomingWebhooks": true, - "EnableOutgoingWebhooks": true, - "EnableCommands": true, - "EnablePostUsernameOverride": false, - "EnablePostIconOverride": false, - "GoogleDeveloperKey": "AIzaSyDcW-V72f84SNbHBIdhOeOP47Kn7npRjYc", - "EnableLinkPreviews": true, - "EnablePermalinkPreviews": true, - "RestrictLinkPreviews": "", - "EnableTesting": false, - "EnableDeveloper": false, - "DeveloperFlags": "", - "EnableClientPerformanceDebugging": false, - "EnableOpenTracing": false, - "EnableSecurityFixAlert": true, - "EnableInsecureOutgoingConnections": false, - "AllowedUntrustedInternalConnections": "", - "EnableMultifactorAuthentication": false, - "EnforceMultifactorAuthentication": false, - "EnableUserAccessTokens": false, - "AllowCorsFrom": "", - "CorsExposedHeaders": "", - "CorsAllowCredentials": false, - "CorsDebug": false, - "AllowCookiesForSubdomains": false, - "ExtendSessionLengthWithActivity": true, - "SessionLengthWebInDays": 30, - "SessionLengthWebInHours": 1440, - "SessionLengthMobileInDays": 30, - "SessionLengthMobileInHours": 1440, - "SessionLengthSSOInDays": 30, - "SessionLengthSSOInHours": 1440, - "SessionCacheInMinutes": 10, - "SessionIdleTimeoutInMinutes": 43200, - "WebsocketSecurePort": 443, - "WebsocketPort": 80, - "WebserverMode": "gzip", - "EnableGifPicker": true, - "GfycatAPIKey": "2_KtH_W5", - "GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof", - "EnableCustomEmoji": true, - "EnableEmojiPicker": true, - "PostEditTimeLimit": -1, - "TimeBetweenUserTypingUpdatesMilliseconds": 5000, - "EnablePostSearch": true, - "EnableFileSearch": true, - "MinimumHashtagLength": 3, - "EnableUserTypingMessages": true, - "EnableChannelViewedMessages": true, - "EnableUserStatuses": true, - "ExperimentalEnableAuthenticationTransfer": true, - "ClusterLogTimeoutMilliseconds": 2000, - "EnablePreviewFeatures": true, - "EnableTutorial": true, - "EnableOnboardingFlow": true, - "ExperimentalEnableDefaultChannelLeaveJoinMessages": true, - "ExperimentalGroupUnreadChannels": "disabled", - "EnableAPITeamDeletion": false, - "EnableAPIUserDeletion": false, - "ExperimentalEnableHardenedMode": false, - "ExperimentalStrictCSRFEnforcement": false, - "EnableEmailInvitations": true, - "DisableBotsWhenOwnerIsDeactivated": true, - "EnableBotAccountCreation": false, - "EnableSVGs": true, - "EnableLatex": false, - "EnableInlineLatex": false, - "EnableAPIChannelDeletion": false, - "EnableLocalMode": false, - "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket", - "EnableAWSMetering": false, - "SplitKey": "", - "FeatureFlagSyncIntervalSeconds": 30, - "DebugSplit": false, - "ThreadAutoFollow": true, - "CollapsedThreads": "always_on", - "ManagedResourcePaths": "", - "EnableCustomGroups": true - }, - "TeamSettings": { - "SiteName": "Mattermost", - "MaxUsersPerTeam": 50, - "EnableUserCreation": true, - "EnableOpenServer": true, - "EnableUserDeactivation": false, - "RestrictCreationToDomains": "", - "EnableCustomUserStatuses": true, - "EnableCustomBrand": false, - "CustomBrandText": "", - "CustomDescriptionText": "", - "RestrictDirectMessage": "any", - "UserStatusAwayTimeout": 300, - "MaxChannelsPerTeam": 2000, - "MaxNotificationsPerChannel": 100, - "EnableConfirmNotificationsToChannel": true, - "TeammateNameDisplay": "username", - "ExperimentalViewArchivedChannels": true, - "ExperimentalEnableAutomaticReplies": false, - "LockTeammateNameDisplay": false, - "ExperimentalPrimaryTeam": "", - "ExperimentalDefaultChannels": [] - }, - "ClientRequirements": { - "AndroidLatestVersion": "", - "AndroidMinVersion": "", - "IosLatestVersion": "", - "IosMinVersion": "" - }, - "SqlSettings": { - "DriverName": "postgres", - "DataSource": "postgres://mmuser:wYamUeceM9nE@localhost/mattermost?sslmode=disable\u0026connect_timeout=10\u0026binary_parameters=yes", - "DataSourceReplicas": [], - "DataSourceSearchReplicas": [], - "MaxIdleConns": 20, - "ConnMaxLifetimeMilliseconds": 3600000, - "ConnMaxIdleTimeMilliseconds": 300000, - "MaxOpenConns": 300, - "Trace": false, - "AtRestEncryptKey": "ddkorx536bpdtegbs4th3wbip1nggpw5", - "QueryTimeout": 30, - "DisableDatabaseSearch": false, - "MigrationsStatementTimeoutSeconds": 100000, - "ReplicaLagSettings": [] - }, - "LogSettings": { - "EnableConsole": true, - "ConsoleLevel": "INFO", - "ConsoleJson": true, - "EnableColor": false, - "EnableFile": true, - "FileLevel": "INFO", - "FileJson": true, - "FileLocation": "", - "EnableWebhookDebugging": true, - "EnableDiagnostics": true, - "EnableSentry": true, - "AdvancedLoggingConfig": "" - }, - "ExperimentalAuditSettings": { - "FileEnabled": false, - "FileName": "", - "FileMaxSizeMB": 100, - "FileMaxAgeDays": 0, - "FileMaxBackups": 0, - "FileCompress": false, - "FileMaxQueueSize": 1000, - "AdvancedLoggingConfig": "" - }, - "NotificationLogSettings": { - "EnableConsole": true, - "ConsoleLevel": "INFO", - "ConsoleJson": true, - "EnableColor": false, - "EnableFile": true, - "FileLevel": "INFO", - "FileJson": true, - "FileLocation": "", - "AdvancedLoggingConfig": "" - }, - "PasswordSettings": { - "MinimumLength": 8, - "Lowercase": false, - "Number": false, - "Uppercase": false, - "Symbol": false - }, - "FileSettings": { - "EnableFileAttachments": true, - "EnableMobileUpload": true, - "EnableMobileDownload": true, - "MaxFileSize": 104857600, - "MaxImageResolution": 33177600, - "MaxImageDecoderConcurrency": -1, - "DriverName": "local", - "Directory": "./data/", - "EnablePublicLink": false, - "ExtractContent": true, - "ArchiveRecursion": false, - "PublicLinkSalt": "odx3o8du3nknt74sjiuf8z1784bq5bgu", - "InitialFont": "nunito-bold.ttf", - "AmazonS3AccessKeyId": "", - "AmazonS3SecretAccessKey": "", - "AmazonS3Bucket": "", - "AmazonS3PathPrefix": "", - "AmazonS3Region": "", - "AmazonS3Endpoint": "s3.amazonaws.com", - "AmazonS3SSL": true, - "AmazonS3SignV2": false, - "AmazonS3SSE": false, - "AmazonS3Trace": false - }, - "EmailSettings": { - "EnableSignUpWithEmail": true, - "EnableSignInWithEmail": true, - "EnableSignInWithUsername": true, - "SendEmailNotifications": true, - "UseChannelInEmailNotifications": false, - "RequireEmailVerification": false, - "FeedbackName": "Mattermost Notification", - "FeedbackEmail": "admin@dev.nutra.tk", - "ReplyToAddress": "", - "FeedbackOrganization": "", - "EnableSMTPAuth": false, - "SMTPUsername": "", - "SMTPPassword": "", - "SMTPServer": "localhost", - "SMTPPort": "25", - "SMTPServerTimeout": 10, - "ConnectionSecurity": "", - "SendPushNotifications": true, - "PushNotificationServer": "https://push-test.mattermost.com", - "PushNotificationContents": "full", - "PushNotificationBuffer": 1000, - "EnableEmailBatching": false, - "EmailBatchingBufferSize": 256, - "EmailBatchingInterval": 30, - "EnablePreviewModeBanner": false, - "SkipServerCertificateVerification": true, - "EmailNotificationContentsType": "full", - "LoginButtonColor": "#0000", - "LoginButtonBorderColor": "#2389D7", - "LoginButtonTextColor": "#2389D7", - "EnableInactivityEmail": true - }, - "RateLimitSettings": { - "Enable": false, - "PerSec": 10, - "MaxBurst": 100, - "MemoryStoreSize": 10000, - "VaryByRemoteAddr": true, - "VaryByUser": false, - "VaryByHeader": "" - }, - "PrivacySettings": { - "ShowEmailAddress": true, - "ShowFullName": true - }, - "SupportSettings": { - "TermsOfServiceLink": "https://mattermost.com/terms-of-use/", - "PrivacyPolicyLink": "https://mattermost.com/privacy-policy/", - "AboutLink": "https://docs.mattermost.com/about/product.html/", - "HelpLink": "https://mattermost.com/default-help/", - "ReportAProblemLink": "https://mattermost.com/default-report-a-problem/", - "SupportEmail": "support@dev.nutra.tk", - "CustomTermsOfServiceEnabled": false, - "CustomTermsOfServiceReAcceptancePeriod": 365, - "EnableAskCommunityLink": true - }, - "AnnouncementSettings": { - "EnableBanner": false, - "BannerText": "", - "BannerColor": "#f2a93b", - "BannerTextColor": "#333333", - "AllowBannerDismissal": true, - "AdminNoticesEnabled": true, - "UserNoticesEnabled": true, - "NoticesURL": "https://notices.mattermost.com/", - "NoticesFetchFrequency": 3600, - "NoticesSkipCache": false - }, - "ThemeSettings": { - "EnableThemeSelection": true, - "DefaultTheme": "default", - "AllowCustomThemes": true, - "AllowedThemes": [] - }, - "GitLabSettings": { - "Enable": false, - "Secret": "", - "Id": "", - "Scope": "", - "AuthEndpoint": "", - "TokenEndpoint": "", - "UserAPIEndpoint": "", - "DiscoveryEndpoint": "", - "ButtonText": "", - "ButtonColor": "" - }, - "GoogleSettings": { - "Enable": false, - "Secret": "", - "Id": "", - "Scope": "profile email", - "AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth", - "TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token", - "UserAPIEndpoint": "https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata", - "DiscoveryEndpoint": "", - "ButtonText": "", - "ButtonColor": "" - }, - "Office365Settings": { - "Enable": false, - "Secret": "", - "Id": "", - "Scope": "User.Read", - "AuthEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", - "TokenEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token", - "UserAPIEndpoint": "https://graph.microsoft.com/v1.0/me", - "DiscoveryEndpoint": "", - "DirectoryId": "" - }, - "OpenIdSettings": { - "Enable": false, - "Secret": "", - "Id": "", - "Scope": "profile openid email", - "AuthEndpoint": "", - "TokenEndpoint": "", - "UserAPIEndpoint": "", - "DiscoveryEndpoint": "", - "ButtonText": "", - "ButtonColor": "#145DBF" - }, - "LdapSettings": { - "Enable": false, - "EnableSync": false, - "LdapServer": "", - "LdapPort": 389, - "ConnectionSecurity": "", - "BaseDN": "", - "BindUsername": "", - "BindPassword": "", - "UserFilter": "", - "GroupFilter": "", - "GuestFilter": "", - "EnableAdminFilter": false, - "AdminFilter": "", - "GroupDisplayNameAttribute": "", - "GroupIdAttribute": "", - "FirstNameAttribute": "", - "LastNameAttribute": "", - "EmailAttribute": "", - "UsernameAttribute": "", - "NicknameAttribute": "", - "IdAttribute": "", - "PositionAttribute": "", - "LoginIdAttribute": "", - "PictureAttribute": "", - "SyncIntervalMinutes": 60, - "SkipCertificateVerification": false, - "PublicCertificateFile": "", - "PrivateKeyFile": "", - "QueryTimeout": 60, - "MaxPageSize": 0, - "LoginFieldName": "", - "LoginButtonColor": "#0000", - "LoginButtonBorderColor": "#2389D7", - "LoginButtonTextColor": "#2389D7", - "Trace": false - }, - "ComplianceSettings": { - "Enable": false, - "Directory": "./data/", - "EnableDaily": false, - "BatchSize": 30000 - }, - "LocalizationSettings": { - "DefaultServerLocale": "en", - "DefaultClientLocale": "en", - "AvailableLocales": "" - }, - "SamlSettings": { - "Enable": false, - "EnableSyncWithLdap": false, - "EnableSyncWithLdapIncludeAuth": false, - "IgnoreGuestsLdapSync": false, - "Verify": true, - "Encrypt": true, - "SignRequest": false, - "IdpURL": "", - "IdpDescriptorURL": "", - "IdpMetadataURL": "", - "ServiceProviderIdentifier": "", - "AssertionConsumerServiceURL": "", - "SignatureAlgorithm": "RSAwithSHA1", - "CanonicalAlgorithm": "Canonical1.0", - "ScopingIDPProviderId": "", - "ScopingIDPName": "", - "IdpCertificateFile": "", - "PublicCertificateFile": "", - "PrivateKeyFile": "", - "IdAttribute": "", - "GuestAttribute": "", - "EnableAdminAttribute": false, - "AdminAttribute": "", - "FirstNameAttribute": "", - "LastNameAttribute": "", - "EmailAttribute": "", - "UsernameAttribute": "", - "NicknameAttribute": "", - "LocaleAttribute": "", - "PositionAttribute": "", - "LoginButtonText": "SAML", - "LoginButtonColor": "#34a28b", - "LoginButtonBorderColor": "#2389D7", - "LoginButtonTextColor": "#ffffff" - }, - "NativeAppSettings": { - "AppCustomURLSchemes": [ - "mmauth://", - "mmauthbeta://" - ], - "AppDownloadLink": "https://mattermost.com/download/#mattermostApps", - "AndroidAppDownloadLink": "https://mattermost.com/mattermost-android-app/", - "IosAppDownloadLink": "https://mattermost.com/mattermost-ios-app/" - }, - "ClusterSettings": { - "Enable": false, - "ClusterName": "", - "OverrideHostname": "", - "NetworkInterface": "", - "BindAddress": "", - "AdvertiseAddress": "", - "UseIPAddress": true, - "EnableGossipCompression": true, - "EnableExperimentalGossipEncryption": false, - "ReadOnlyConfig": true, - "GossipPort": 8074, - "StreamingPort": 8075, - "MaxIdleConns": 100, - "MaxIdleConnsPerHost": 128, - "IdleConnTimeoutMilliseconds": 90000 - }, - "MetricsSettings": { - "Enable": false, - "BlockProfileRate": 0, - "ListenAddress": ":8067" - }, - "ExperimentalSettings": { - "ClientSideCertEnable": false, - "ClientSideCertCheck": "secondary", - "LinkMetadataTimeoutMilliseconds": 5000, - "RestrictSystemAdmin": false, - "UseNewSAMLLibrary": false, - "CloudBilling": false, - "EnableSharedChannels": false, - "EnableRemoteClusterService": false, - "EnableAppBar": false - }, - "AnalyticsSettings": { - "MaxUsersForStatistics": 2500 - }, - "ElasticsearchSettings": { - "ConnectionURL": "http://localhost:9200", - "Username": "elastic", - "Password": "changeme", - "EnableIndexing": false, - "EnableSearching": false, - "EnableAutocomplete": false, - "Sniff": true, - "PostIndexReplicas": 1, - "PostIndexShards": 1, - "ChannelIndexReplicas": 1, - "ChannelIndexShards": 1, - "UserIndexReplicas": 1, - "UserIndexShards": 1, - "AggregatePostsAfterDays": 365, - "PostsAggregatorJobStartTime": "03:00", - "IndexPrefix": "", - "LiveIndexingBatchSize": 1, - "BatchSize": 10000, - "RequestTimeoutSeconds": 30, - "SkipTLSVerification": false, - "Trace": "" - }, - "BleveSettings": { - "IndexDir": "", - "EnableIndexing": false, - "EnableSearching": false, - "EnableAutocomplete": false, - "BatchSize": 10000 - }, - "DataRetentionSettings": { - "EnableMessageDeletion": false, - "EnableFileDeletion": false, - "EnableBoardsDeletion": false, - "MessageRetentionDays": 365, - "FileRetentionDays": 365, - "BoardsRetentionDays": 365, - "DeletionJobStartTime": "02:00", - "BatchSize": 3000 - }, - "MessageExportSettings": { - "EnableExport": false, - "ExportFormat": "actiance", - "DailyRunTime": "01:00", - "ExportFromTimestamp": 0, - "BatchSize": 10000, - "DownloadExportResults": false, - "GlobalRelaySettings": { - "CustomerType": "A9", - "SMTPUsername": "", - "SMTPPassword": "", - "EmailAddress": "", - "SMTPServerTimeout": 1800 - } - }, - "JobSettings": { - "RunJobs": true, - "RunScheduler": true, - "CleanupJobsThresholdDays": -1, - "CleanupConfigThresholdDays": -1 - }, - "PluginSettings": { - "Enable": true, - "EnableUploads": false, - "AllowInsecureDownloadURL": false, - "EnableHealthCheck": true, - "Directory": "./plugins", - "ClientDirectory": "./client/plugins", - "Plugins": { - "playbooks": { - "BotUserID": "ogthfh71y3y8dxwgucz4dh6roh" - } - }, - "PluginStates": { - "com.mattermost.apps": { - "Enable": true - }, - "com.mattermost.calls": { - "Enable": true - }, - "com.mattermost.nps": { - "Enable": true - }, - "com.mattermost.plugin-channel-export": { - "Enable": true - }, - "focalboard": { - "Enable": true - }, - "playbooks": { - "Enable": true - } - }, - "EnableMarketplace": true, - "EnableRemoteMarketplace": true, - "AutomaticPrepackagedPlugins": true, - "RequirePluginSignature": false, - "MarketplaceURL": "https://api.integrations.mattermost.com", - "SignaturePublicKeyFiles": [], - "ChimeraOAuthProxyURL": "" - }, - "DisplaySettings": { - "CustomURLSchemes": [ - "git" - ], - "ExperimentalTimezone": true - }, - "GuestAccountsSettings": { - "Enable": false, - "AllowEmailAccounts": true, - "EnforceMultifactorAuthentication": false, - "RestrictCreationToDomains": "" - }, - "ImageProxySettings": { - "Enable": false, - "ImageProxyType": "local", - "RemoteImageProxyURL": "", - "RemoteImageProxyOptions": "" - }, - "CloudSettings": { - "CWSURL": "https://customers.mattermost.com", - "CWSAPIURL": "https://portal.internal.prod.cloud.mattermost.com" - }, - "ImportSettings": { - "Directory": "./import", - "RetentionDays": 30 - }, - "ExportSettings": { - "Directory": "./export", - "RetentionDays": 30 - } -} \ No newline at end of file diff --git a/opt/mpns/config/build.txt b/opt/mpns/config/build.txt deleted file mode 100644 index 139597f..0000000 --- a/opt/mpns/config/build.txt +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/opt/mpns/config/mattermost-push-proxy.json b/opt/mpns/config/mattermost-push-proxy.json deleted file mode 100644 index ef0fb17..0000000 --- a/opt/mpns/config/mattermost-push-proxy.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "ListenAddress":":8066", - "ThrottlePerSec":300, - "ThrottleMemoryStoreSize":50000, - "ThrottleVaryByHeader":"X-Forwarded-For", - "EnableMetrics": false, - "ApplePushSettings":[ - { - "Type":"apple", - "ApplePushUseDevelopment":false, - "ApplePushCertPrivate":"", - "ApplePushCertPassword":"", - "ApplePushTopic":"com.mattermost.Mattermost" - }, - { - "Type":"apple_rn", - "ApplePushUseDevelopment":false, - "ApplePushCertPrivate":"", - "ApplePushCertPassword":"", - "ApplePushTopic":"com.mattermost.react.native" - } - ], - "AndroidPushSettings":[ - { - "Type":"android", - "AndroidApiKey":"AAAAYwMNiGQ:APA91bHHhQwlbcTaKOc_6CjCCUysLNEPQK9qsiAeUzTBmeY2WoUuqtmsKSq2joTKzyGDw8R4KqZHklUh4-JJ3ut6Uyg8Th5B54yp4luIcKcaNFxbhG9Lh40wJ9O9CqXaQIHoeAAQtoCk" - }, - { - "Type":"android_rn", - "AndroidApiKey":"AAAAYwMNiGQ:APA91bHHhQwlbcTaKOc_6CjCCUysLNEPQK9qsiAeUzTBmeY2WoUuqtmsKSq2joTKzyGDw8R4KqZHklUh4-JJ3ut6Uyg8Th5B54yp4luIcKcaNFxbhG9Lh40wJ9O9CqXaQIHoeAAQtoCk" - } - ], - "EnableConsoleLog": true, - "EnableFileLog": false, - "LogFileLocation": "" -}