Commit Graph

53 Commits

Author SHA1 Message Date
Son NK 49b9167de4 add "--restart always" to postgres, webapp and email_handler 2020-01-31 21:45:21 +07:00
Son NK 4d111d6ab1 Fix some README wordings 2020-01-29 10:43:20 +07:00
Son NK 688f719e01 v1.0.3 2020-01-28 14:56:24 +07:00
Son NK d040e55f01 Make Postfix config more readble 2020-01-28 14:44:35 +07:00
Son NK ff168b7e54 add sudo to docker command 2020-01-28 14:43:30 +07:00
Son NK 4edf7f2003 add DMARC 2020-01-28 14:40:36 +07:00
Son NK bd8af17171 add a bash command to get PUBLIC_KEY from dkim.pub.key 2020-01-28 14:39:09 +07:00
Son NK 81b50f38cf v1.0.2 2020-01-28 11:59:31 +07:00
Son NK b7a3b060d9 v1.0.1 - improve the self-hosting instructions 2020-01-28 00:12:53 +07:00
Son NK c840b81873 rename .env.example to example.env 2020-01-23 09:23:53 +01:00
Son NK a934a8c9df add Patreon section at the end of self-hosting instructions 2020-01-23 09:21:16 +01:00
Son NK 30389509c7 Add CHANGELOG and use specific Docker image tag in self-host instructions 2020-01-22 22:42:53 +01:00
Son NK ef788f7458 add /api/auth/mfa 2020-01-20 15:00:56 +01:00
Son NK d1734c3cf9 Create /api/auth/login 2020-01-20 14:51:28 +01:00
Son NK ebbbf0a9f8 Add HELO, Sender, Recipient restrictions to Postfix config 2020-01-20 13:58:25 +01:00
Son Nguyen Kim 204ccd34c9
Merge pull request #37 from simple-login/disable-suffix-option
Disable suffix option
2020-01-20 13:35:22 +01:00
Son NK 6869fac410 Add to readme how to make an user premium 2020-01-20 09:23:31 +01:00
Son NK f56ba95b4d disable alias suffix by setting DISABLE_ALIAS_SUFFIX 2020-01-20 09:23:17 +01:00
Son NK b865be760c Use CloudFlare DNS nameserver 2020-01-19 10:22:20 +01:00
Son NK f52f4c821b Add /api/user_info 2020-01-05 22:48:38 +01:00
Son NK 377e6c657d add /api/alias/random/new 2020-01-05 21:15:16 +01:00
Son NK deba806d0f Fix readme: "error" could be shown to user as-is 2020-01-05 21:09:54 +01:00
Son NK 5b60869a39 Update API doc 2020-01-05 20:47:56 +01:00
Son NK c1f1cab490 Add contributors 2020-01-01 18:55:59 +01:00
Son NK ab53f5ea2e Remove share on twitter button 2020-01-01 18:37:03 +01:00
Son NK 3aca14014d Add github badge 2020-01-01 18:31:06 +01:00
Son NK 1147e996b3 Improve README 2020-01-01 17:50:19 +01:00
Son NK 6f9c33b39e remove trailing space 2020-01-01 10:53:23 +01:00
Son NK 73e9ee304d Improve README 2020-01-01 10:43:44 +01:00
Son NK 67eb6aedfb Add quickstart section 2020-01-01 10:39:23 +01:00
Tung Nguyen 1289b08636 Merge remote-tracking branch 'nguyenkims/master' 2019-12-30 12:33:32 +00:00
Son NK 4ae995583c Add example for /api/alias/options 2019-12-29 15:43:59 +01:00
Son NK 90bd84e9cc add DKIM_PUBLIC_KEY_PATH setting 2019-12-29 10:46:00 +01:00
Son NK dea1aeed64 Improve README 2019-12-27 11:49:33 +01:00
Son NK 774b5b7212 Update README to use Python 3.7+ instead 2019-12-24 10:37:49 +00:00
Tung Nguyen 47e77ed4ab reword, fix typos and correct English grammar mistakes 2019-12-23 22:09:38 +00:00
Son NK 27d288278a add black config 2019-12-22 11:58:47 +00:00
Son NK 7e1c403b84 Make sure database is reset in local development 2019-12-21 14:00:07 +02:00
Son NK 847ad2beca Improve docker run
- no need to expose port for database
- no need to set CONFIG variable: mount the config to the default location
2019-12-21 13:59:46 +02:00
Son NK 6ac3b916e6 Fix wording in README 2019-12-21 13:58:33 +02:00
Son NK ed5496024d add code structure to README 2019-12-19 23:36:37 +02:00
Son NK 482887a0cf put all docs into README 2019-12-19 22:19:16 +02:00
Son NK 207b58ac67 fix some grammar mistakes 2019-12-18 18:30:31 +02:00
Son NK a1e9392ef9 add self-hosting to README 2019-12-18 18:10:10 +02:00
Son NK 7f96538741 re-organize docs 2019-12-15 18:55:17 +02:00
Son NK ab4f5bf329 add /api/alias/options 2019-12-15 18:55:16 +02:00
Son NK 263f68ecec Change subscription model
- create subscription table
- rename plan_expiration -> trial_expiration
- remove user.plan, user.promo_codes
2019-12-15 18:55:13 +02:00
Son NK cd68bd0b4a replace sl-server by localhost 2019-12-15 18:55:12 +02:00
Son NK d5a2932a97 use localhost instead of sl-client 2019-12-15 18:55:10 +02:00
Son NK 67dbcb9723 user can choose their avatar to send 2019-12-15 18:55:10 +02:00