Jelajahi Sumber

Add description

Girish Ramakrishnan 8 tahun lalu
induk
melakukan
693cfc98eb
3 mengubah file dengan 30 tambahan dan 3 penghapusan
  1. 1 1
      CloudronManifest.json
  2. 27 0
      DESCRIPTION.md
  3. 2 2
      start.sh

+ 1 - 1
CloudronManifest.json

@@ -3,7 +3,7 @@
   "title": "NodeBB",
   "author": "NodeBB Team",
   "description": "file://DESCRIPTION.md",
-  "tagline": "Modern community platform",
+  "tagline": "Next generation forum software",
   "version": "0.0.1",
   "healthCheckPath": "/",
   "httpPort": 4567,

+ 27 - 0
DESCRIPTION.md

@@ -0,0 +1,27 @@
+### Accounts
+
+This app is meant to be used as a public forum. Use the following credentials for initial
+setup:
+
+`username`: admin
+
+`password`: changeme
+
+**Please change the admin password on first login**
+
+### Overview
+
+A community forum allows you to engage and retain customers, keeping them interested
+and up-to-date with your latest product or service.
+
+NodeBB integrates into your existing website and social media networks, allowing you
+to maximize your outreach and establish close relationships with your users.
+
+### Features
+* Mobile Responsive
+* Internationalization
+* SEO
+* Social Integration
+* Real-time streaming
+* Analytics
+

+ 2 - 2
start.sh

@@ -36,8 +36,8 @@ if [[ ! -f /app/data/.setup_done ]]; then
     setup="{
         \"url\": \"${APP_ORIGIN}\",
         \"admin:username\": \"admin\",
-        \"admin:password\": \"password\",
-        \"admin:password:confirm\": \"password\",
+        \"admin:password\": \"changeme\",
+        \"admin:password:confirm\": \"changeme\",
         \"admin:email\": \"admin@cloudron.io\",
         \"database\": \"mongo\",
         \"mongo:host\": \"${MONGODB_HOST}\",