|
@@ -26,7 +26,7 @@ Why crowi-plus?
|
|
|
* Find plugins from [npm](https://www.npmjs.com/browse/keyword/crowi-plugin) or [github](https://github.com/search?q=topic%3Acrowi-plugin)!
|
|
* Find plugins from [npm](https://www.npmjs.com/browse/keyword/crowi-plugin) or [github](https://github.com/search?q=topic%3Acrowi-plugin)!
|
|
|
* **Faster**
|
|
* **Faster**
|
|
|
* Optimize client-side code chunks by Webpack
|
|
* Optimize client-side code chunks by Webpack
|
|
|
- * Optimize cache settings for static assets
|
|
|
|
|
|
|
+ * Adopt [date-fns](https://github.com/date-fns/date-fns) and omit Moment.js
|
|
|
* Adopt the fastest logger [pino](https://github.com/pinojs/pino)
|
|
* Adopt the fastest logger [pino](https://github.com/pinojs/pino)
|
|
|
* Using CDN
|
|
* Using CDN
|
|
|
* **Secure**
|
|
* **Secure**
|
|
@@ -34,13 +34,14 @@ Why crowi-plus?
|
|
|
* Upgrade other insecure libs
|
|
* Upgrade other insecure libs
|
|
|
* The official Crowi status is [](https://david-dm.org/crowi/crowi) [](https://david-dm.org/crowi/crowi?type=dev)
|
|
* The official Crowi status is [](https://david-dm.org/crowi/crowi) [](https://david-dm.org/crowi/crowi?type=dev)
|
|
|
* **Convenient**
|
|
* **Convenient**
|
|
|
- * Easy to integrate with Slack using Incoming Webhooks
|
|
|
|
|
- * [Added miscellaneous features](https://github.com/weseek/crowi-plus/wiki/Additional-Features)
|
|
|
|
|
|
|
+ * Support LDAP Authentication
|
|
|
|
|
+ * Slack Incoming Webhooks Integration
|
|
|
|
|
+ * [Miscellaneous features](https://github.com/weseek/crowi-plus/wiki/Additional-Features)
|
|
|
* **[Docker Ready][dockerhub]**
|
|
* **[Docker Ready][dockerhub]**
|
|
|
* **[Docker Compose Ready][docker-compose]**
|
|
* **[Docker Compose Ready][docker-compose]**
|
|
|
* [Multiple sites example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/multi-app)
|
|
* [Multiple sites example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/multi-app)
|
|
|
* [HTTPS(with Let's Encrypt) proxy integration example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/https-portal)
|
|
* [HTTPS(with Let's Encrypt) proxy integration example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/https-portal)
|
|
|
-* Support for IE11 (Experimental)
|
|
|
|
|
|
|
+* Support IE11 (Experimental)
|
|
|
* **Developer-friendly**
|
|
* **Developer-friendly**
|
|
|
* Less compile time
|
|
* Less compile time
|
|
|
* LiveReload separately available by server/client code change
|
|
* LiveReload separately available by server/client code change
|