Procházet zdrojové kódy

Specified external URL for Owncast URL

deadtom před 2 týdny
rodič
revize
5edb5ea4ca
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ownchatbot/templates/mgmt.html

+ 1 - 1
ownchatbot/templates/mgmt.html

@@ -296,7 +296,7 @@
                     <tr>
                         <td> <label for="owncast_url">Your Owncast URL:</label> </td>
                         <td> <input type="text" name="owncast_url" value="{{ settings_info[6] }}" size="40"> </td>
-                        <td>The address of your Owncast instance. Can be an internal address, such as "localhost" if that's the case.</td>
+                        <td>The external URL of your Owncast instance, with "http://" or "https://".</td>
                     </tr>
                 </table>