Переглянути джерело

Added new management panel login instructions

deadtom 2 тижнів тому
батько
коміт
b4a35a65a9
1 змінених файлів з 5 додано та 3 видалено
  1. 5 3
      update.sh

+ 5 - 3
update.sh

@@ -24,7 +24,9 @@ done < "$CONFIG_FILE"
 # Replace the original config file with the updated temp file
 mv "$TEMP_FILE" "$CONFIG_FILE"
 
-echo "Config file updated."
-echo "Create a new access token in your Owncast Admin panel -> Integrations -> Access Tokens."
-echo "Enter the new name and token into the new variables in $CONFIG_FILE."
+echo -e "Config file updated.\n"
+echo -e "***IMPORTANT***\n"
+echo -e "Create a new access token in your Owncast Admin panel -> Integrations -> Access Tokens."
+echo -e "Enter the new name and token into the new variables in $CONFIG_FILE.\n"
+echo "The way you access your OwnchatBot management panel has changed. Authentication is now handled using your Owncast server as an IndieAuth server. You log in using the same credentials you use to log in to your Owncast Admin page."