Browse Source

Added new management panel login instructions

deadtom 2 tuần trước cách đây
mục cha
commit
b4a35a65a9
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  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."