Updated README.md

This commit is contained in:
2021-02-04 02:19:39 +11:00
parent 217bcf08a6
commit a1c76a23be
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ MAIL_SMTP=smtp.example.com
MAIL_USERNAME=foobar@example.com MAIL_USERNAME=foobar@example.com
MAIL_PASSWORD=foobar MAIL_PASSWORD=foobar
DB_HOSTNAME=127.0.0.1 DB_HOSTADDR=127.0.0.1
DB_DATABASE=template DB_DATABASE=template
DB_USERNAME=template DB_USERNAME=template
DB_PASSWORD=pikachu DB_PASSWORD=pikachu
+12 -1
View File
@@ -18,7 +18,7 @@ This should get the template working in development mode.
# Deployment # 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 # Microservices
@@ -51,6 +51,17 @@ TODO: more info.
- Direct Messages & rooms - Direct Messages & rooms
- admin panel banning/unbanning (currently borked) - admin panel banning/unbanning (currently borked)
- Privacy policy & data collection notice - 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 # Email settings