Updated README.md
This commit is contained in:
@@ -6,7 +6,7 @@ MAIL_SMTP=smtp.example.com
|
||||
MAIL_USERNAME=foobar@example.com
|
||||
MAIL_PASSWORD=foobar
|
||||
|
||||
DB_HOSTNAME=127.0.0.1
|
||||
DB_HOSTADDR=127.0.0.1
|
||||
DB_DATABASE=template
|
||||
DB_USERNAME=template
|
||||
DB_PASSWORD=pikachu
|
||||
|
||||
@@ -18,7 +18,7 @@ This should get the template working in development mode.
|
||||
|
||||
# Deployment
|
||||
|
||||
When deploying your project, please ensure that you're using HTTPS protocol. It's not hard to set up using certbot.
|
||||
When deploying your project, please ensure that you're using HTTPS protocol. It's not hard to set up using [certbot](https://certbot.eff.org/).
|
||||
|
||||
# Microservices
|
||||
|
||||
@@ -51,6 +51,17 @@ TODO: more info.
|
||||
- Direct Messages & rooms
|
||||
- admin panel banning/unbanning (currently borked)
|
||||
- Privacy policy & data collection notice
|
||||
- configuration script
|
||||
- Docker, docker, docker.
|
||||
- Start here page
|
||||
|
||||
Eventually, a clean install will be this easy:
|
||||
|
||||
```
|
||||
git clone template-url
|
||||
npm run configure
|
||||
npm start
|
||||
```
|
||||
|
||||
# Email settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user