mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:54:39 +08:00
2e37512851994fda73f5cccfd4be2ad0fb79730c
Talk 
Talk is currently in Beta! Read more about Talk here.
Third party licenses are available via the /client/3rdpartylicenses.txt
endpoint when the server is running with built assets.
Contributing to Talk
See our Contribution Guide!
Usage
Installation
To set up a development environment or build from source, see INSTALL.md.
To launch a Talk server of your own from your browser without any need to muck about in a terminal or think about engineering concepts, stay tuned. We will launch our installer shortly!
Configuration
The Talk application looks for the following configuration values either as environment variables:
TALK_MONGO_URL(required) - the database connection string for the MongoDB database.TALK_REDIS_URL(required) - the database connection string for the Redis database.TALK_SESSION_SECRET(required) - a random string which will be used to secure cookies.TALK_ROOT_URL(required) - root url of the installed application externally available in the format:<scheme>://<host>without the path.TALK_SMTP_EMAIL(required for email) - the address to send emails from using the SMTP provider.TALK_SMTP_USERNAME(required for email) - username of the SMTP provider you are using.TALK_SMTP_PASSWORD(required for email) - password for the SMTP provider you are using.TALK_SMTP_HOST(required for email) - SMTP host url with formatsmtp.domain.com.TALK_SMTP_PORT(required for email) - SMTP port.TALK_INSTALL_LOCK(optional for dynamic setup) - Defaults toFALSE. WhenTRUE, disables the dynamic setup endpoint.TALK_RECAPTCHA_SECRET(required for reCAPTCHA support) - server secret used for enabling reCAPTCHA powered logins. If not provided it will instead default to providing only a time based lockout.TALK_RECAPTCHA_PUBLIC(required for reCAPTCHA support) - client secret used for enabling reCAPTCHA powered logins. If not provided it will instead default to providing only a time based lockout.TALK_PLUGINS_JSON(optional) - used to specify the plugin config via the environment
Refer to the wiki page on Configuration Loading for alternative methods of loading configuration during development.
License
Copyright 2016 Mozilla Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Description
Languages
TypeScript
82.5%
Fluent
9.2%
CSS
5%
FreeMarker
1.6%
JavaScript
0.9%
Other
0.7%