Merge branch 'master' of https://github.com/agersant/polaris
This commit is contained in:
commit
42140d3137
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -39,7 +39,11 @@ From here, you might want to adjust your system to run Polaris on login using Cr
|
|||
|
||||
If you want to uninstall Polaris, execute `make uninstall` from the extracted archive's directory. This will simply delete the directories created by the install process.
|
||||
|
||||
### Test Run
|
||||
### In a docker container
|
||||
|
||||
To run polaris from a Docker container, please follow instructions from the [docker-polaris](https://github.com/ogarcia/docker-polaris) repository.
|
||||
|
||||
## Test Run
|
||||
|
||||
- Start Polaris using the shortcut on your desktop (Windows) or by running the executable in `~/.local/bin/polaris` (Linux)
|
||||
- In your Web browser, access http://localhost:5050
|
||||
|
@ -47,11 +51,11 @@ If you want to uninstall Polaris, execute `make uninstall` from the extracted ar
|
|||
|
||||

|
||||
|
||||
### Streaming From Other Devices
|
||||
## Streaming From Other Devices
|
||||
|
||||
If you're only interested in streaming on your local network, you can skip this section. If you want to stream from school, from work, or on the go, this is for you.
|
||||
|
||||
#### Dynamic DNS
|
||||
### Dynamic DNS
|
||||
|
||||
You can access your Polaris installation from anywhere via your computer's public IP address, but there are two problems with that:
|
||||
- IP addresses are difficult to remember
|
||||
|
@ -86,7 +90,10 @@ The steps below will walk you through setting up YDNS and Polaris to give your i
|
|||
- Update the username field to the email address you use when creating your YDNS account
|
||||
- Update the password field with your YDNS API password. You can find this password on https://ydns.io: click on the "User" icon in the top right and then `Preferences > API`.
|
||||
|
||||
#### Port Forwarding
|
||||
### Port Forwarding
|
||||
Configure port forwarding on your router to redirect port 80 towards port 5050 on the computer where you run Polaris. The exact way to do this depends on your router manufacturer and model.
|
||||
|
||||
Don't forget to restart Polaris to apply your configuration changes, and access your music from other computers at http://yourdomain.ydns.eu
|
||||
|
||||
## Additional clients
|
||||
When you install Polaris, it comes with a web interface which can be accessed using any modern browser. However, it may be more convenient to use a native app on your mobile device. Currently, the only such app is the official [Polaris client for Android](https://github.com/agersant/polaris-android).
|
||||
|
|
Loading…
Add table
Reference in a new issue