mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
Merge branch 'main' into feature/improve-macos
# Conflicts: # docker/install-scrypted-dependencies-mac.sh
This commit is contained in:
@@ -91,4 +91,7 @@ echo " systemctl stop scrypted.service"
|
||||
echo " systemctl enable scrypted.service"
|
||||
echo " systemctl disable scrypted.service"
|
||||
echo
|
||||
echo "Scrypted is now running at: https://localhost:10443/"
|
||||
echo "Note that it is https and that you'll be asked to approve/ignore the website certificate."
|
||||
echo
|
||||
echo
|
||||
|
||||
@@ -99,10 +99,13 @@ echo
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
echo "Scrypted Service has been installed (and started). You can start, stop, enable, or disable Scrypted with:"
|
||||
echo "Scrypted Service has been installed. You can start, stop, enable, or disable Scrypted with:"
|
||||
echo " launchctl unload ~/Library/LaunchAgents/com.scrypted.server.plist"
|
||||
echo " launchctl load ~/Library/LaunchAgents/com.scrypted.server.plist"
|
||||
echo " launchctl enable ~/Library/LaunchAgents/com.scrypted.server.plist"
|
||||
echo " launchctl disable ~/Library/LaunchAgents/com.scrypted.server.plist"
|
||||
echo
|
||||
echo "Scrypted is now running at: https://localhost:10443/"
|
||||
echo "Note that it is https and that you'll be asked to approve/ignore the website certificate."
|
||||
echo
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user