Przeglądaj źródła

Add postinstall instructions

Johannes 8 lat temu
rodzic
commit
a793d2e016
2 zmienionych plików z 21 dodań i 3 usunięć
  1. 4 3
      CloudronManifest.json
  2. 17 0
      POSTINSTALL.md

+ 4 - 3
CloudronManifest.json

@@ -29,14 +29,15 @@
   "developmentMode": false,
   "minBoxVersion": "0.80.0",
   "manifestVersion": 1,
-  "website": "https://taiga.io/",
+  "website": "https://taiga.io",
   "contactEmail": "support@cloudron.io",
-  "icon": "logo.png",
+  "icon": "file://logo.png",
   "mediaLinks": [
     "https://i.imgur.com/lwD0kKR.png",
     "https://i.imgur.com/mgQu5QD.png",
     "https://i.imgur.com/YMXzySO.png",
     "https://i.imgur.com/zMEzCHv.png",
     "https://i.imgur.com/muT1pMw.png"
-  ]
+  ],
+  "postInstallMessage": "file://POSTINSTALL.md"
 }

+ 17 - 0
POSTINSTALL.md

@@ -0,0 +1,17 @@
+This app instance is pre-setup with an admin account.
+
+The initial credentials are:
+
+`username: admin`
+
+`password: 123123`
+
+**Please change the admin password on first login**
+
+=== sso ===
+
+This app integrates with Cloudron authentication. Cloudron users can login and use Taiga.
+
+However, _admin_ status of Cloudron users is not carried over to Taiga but is also not required for a working setup.
+
+The public registration is disabled, if required, please install an instance of Taiga without Cloudron user integration.