From 56ce967c4cbf8a364da4d18cf6c8cc4c077b9a02 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Tue, 21 May 2024 23:57:39 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1c3dee..5ea3d37 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,17 @@ 2) Make sure that docker and docker compose are installed. 3) Run `docker-compose --env-file ./docker.env up` which will start up OwnCast, AppWrite, and the UI. -- OwnCast http://localhost:8080/ -- AppWrite http://localhost:80/ -- UI http://localhost:3000 +#### OwnCast +http://localhost:8080/ +Configuration is done through the Owncast administration page located on your server under /admin. The login username is admin and the password is your stream key, the default being abc123. + + +#### AppWrite +http://localhost:80/ +You will need to register and sign up, the first account on the appwrite instance will be the admin account. + +#### UI +http://localhost:3000 ### Running Without Docker 1) Open your terminal and navigate to the root folder of the git repository.