diff --git a/build.sh b/build.sh index af54b54..6b2371f 100755 --- a/build.sh +++ b/build.sh @@ -2,17 +2,11 @@ # This script builds the documentation site using MkDocs and serves it to the Caddy web server. # Build the documentation site -echo "Building documentation site..." rm -rf ./site mkdocs build --clean -# Collect ssh password -echo "Enter SSH password for cory@10.10.10.40:" -read -s SSH_PASSWORD -echo "Thank you! Your password has been securely collected." - # Clean up the web server directory -sshpass -p "$SSH_PASSWORD" ssh cory@10.10.10.40 'sudo rm -rf /var/caddy/docs.bsct.io/www/*' +ssh webmaster@10.10.10.40 'sudo rm -rf /usr/share/caddy/docs.bsct.me/*' # Copy the built documentation to the web server -sshpass -p "$SSH_PASSWORD" scp -r ./site/* cory@10.10.10.40:/var/caddy/docs.bsct.io/www/ +scp -r ./site/* webmaster@10.10.10.40:/usr/share/caddy/docs.bsct.me diff --git a/docs/plex-user-guide/plex-requests.md b/docs/plex-user-guide/plex-requests.md index f672128..e5e6470 100644 --- a/docs/plex-user-guide/plex-requests.md +++ b/docs/plex-user-guide/plex-requests.md @@ -8,7 +8,7 @@ If there's a movie or TV show you'd like to watch that isn't currently available ### Making a Request -1. Visit the request portal at [https://req.bsct.io](https://req.bsct.io) +1. Visit the request portal at [https://req.bsct.me](https://req.bsct.me) 2. Log in using your Plex credentials 3. Search for the movie or TV show you want to request 4. Click the "Request" button next to the title diff --git a/mkdocs.yml b/mkdocs.yml index 5b690ec..a908915 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,8 +2,8 @@ # Project information -site_name: bsct.io docs -site_url: https://docs.bsct.io/ +site_name: bsct.me docs +site_url: https://docs.bsct.me/ site_description: Technical documentation maintained by corybiscuit site_author: corybiscuit @@ -11,8 +11,8 @@ site_author: corybiscuit copyright: Copyright © 2025 corybiscuit # Repository information -repo_url: https://git.bsct.io/corybiscuit/docs.bsct.io -repo_name: corybiscuit/docs.bsct.io +repo_url: https://git.bsct.me/corybiscuit/docs.bsct.me +repo_name: corybiscuit/docs.bsct.me # Theme configuration theme: