polaris/README.md

106 lines
6.4 KiB
Markdown
Raw Normal View History

2019-09-29 07:09:44 +00:00
[![Actions Status](https://github.com/agersant/polaris/workflows/Build/badge.svg)](https://github.com/agersant/polaris/actions)
2016-09-15 06:46:39 +00:00
2016-12-01 05:30:37 +00:00
<img src="res/readme/logo.png?raw=true"/>
2016-11-29 07:23:09 +00:00
Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device. Polaris works by streaming your music directly from your own computer, without uploading it to a third-party. It is free and open-source software, without any kind of premium version. The only requirement is that your computer stays on while it streams music!
2016-09-26 03:05:09 +00:00
# Getting Started
## Requirements
2017-05-31 05:34:17 +00:00
One of the following:
2016-09-26 03:05:09 +00:00
- Windows 7 or newer
2017-05-31 05:34:17 +00:00
- Linux (any reasonably modern distribution should do)
2016-09-26 03:12:59 +00:00
2016-09-26 03:05:09 +00:00
## Installation
2017-05-31 05:34:17 +00:00
### Windows
1. Download the [latest installer](https://github.com/agersant/polaris/releases/latest) (you want the .msi file)
2. Run the installer
3. That's it, you're done!
2016-09-26 03:05:09 +00:00
You can now start Polaris from the start menu or from your desktop, Polaris will also start automatically next time you restart your computer. You can tell when Polaris is running by its icon in the notification area (near the clock and volume controls).
2017-05-31 05:34:17 +00:00
### Linux
#### Dependencies
1. Install OpenSSL, SQLite and their headers, and some development tools. These are available from your distribution's package manager. For instance on Ubuntu, execute `sudo apt-get install binutils pkg-config libssl-dev libsqlite3-dev`
2. Install the nightly Rust compiler by executing `curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly` or using an [alternative method](https://www.rust-lang.org/en-US/install.html)
2017-05-31 05:34:17 +00:00
#### Polaris installation
1. Download the [latest release]((https://github.com/agersant/polaris/releases/latest)) of Polaris (you want the .tar.gz file)
2. Extract the polaris archive in a directory and open a terminal in that directory
3. Execute `make install` (this may take several minutes)
This installation process puts the polaris executable in `~/.local/bin/polaris` and several data files under `~/.local/share/polaris`.
2017-05-31 05:34:17 +00:00
From here, you might want to adjust your system to run Polaris on login using Cron, Systemd or whichever method your distribution endorses.
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.
2017-05-31 05:34:17 +00:00
2018-04-06 08:11:45 +00:00
### 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.
2018-04-06 08:12:50 +00:00
## Test Run
2016-09-26 03:05:09 +00:00
- Start Polaris using the shortcut on your desktop (Windows) or by running the executable in `~/.local/bin/polaris` (Linux)
2016-09-26 03:05:09 +00:00
- In your Web browser, access http://localhost:5050
- You will see a welcome page that will guide you through the Polaris configuration
2016-09-26 03:05:09 +00:00
![Polaris Web UI](res/readme/web_ui.png?raw=true "Polaris Web UI")
2018-04-06 08:12:50 +00:00
## Streaming From Other Devices
2016-09-26 03:05:09 +00:00
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.
2018-04-06 08:12:50 +00:00
### Dynamic DNS
2016-09-26 03:05:09 +00:00
2017-05-31 05:34:17 +00:00
You can access your Polaris installation from anywhere via your computer's public IP address, but there are two problems with that:
2016-09-26 03:05:09 +00:00
- IP addresses are difficult to remember
- Most ISP don't give you a fixed IP address
2017-05-31 05:34:17 +00:00
A solution to these problems is to set up Dynamic DNS, so that your installation can always be reached at a fixed URL.
2016-09-26 03:05:09 +00:00
The steps below will walk you through setting up YDNS and Polaris to give your installation a fixed URL. If you have another solution in mind, or prefer using another Dynamic DNS service, skip to the next section.
2016-09-26 03:05:09 +00:00
1. Register for a free account on https://ydns.io
2. On the YDNS website, access the "My Hosts" page and press the + sign for "Add Host"
3. Fill the host form as described below:
- Domain: ydns.eu
- Name: This part is up to you, whatever you enter will be in the URL you use to access Polaris
- Content: Leave the default. Take a note whether the value looks like a IPv4 address (format: xxx.xxx.xxx.xxx) or a IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx)
- Type: Dynamic IP
4. If the content field looked like a IPv4 address: skip to step #6
5. If the content field looked like a IPv6 address:
- Click on your host name (eg. yourdomain.ydns.eu)
- You should now see a page which looks like this:
![YDNS Records](res/readme/ydns_records.png?raw=true "YDNS Records")
- Click on the green "+" icon on the right
2016-09-26 03:05:09 +00:00
- Fill out the new form as described:
2016-09-26 03:15:55 +00:00
- Make sure the `Type` field is set to `A`
2016-09-26 03:05:09 +00:00
- Set content to 0.0.0.0
- You should now be back on the "records" page which was pictured above
2020-08-11 03:48:02 +00:00
- Click on the ID number on the left for the row that has its `Type` listed as `AAAA` (#28717 in the picture above).
2016-09-26 03:05:09 +00:00
- Click on the red trash can icon in the corner to delete this record
- Done!
6. In the Polaris web interface, access the `Dynamic DNS` tab of the settings screen:
- Update the hostname field to match what you set in step 5. (eg. http://yourdomain.ydns.eu)
- 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`.
2016-09-26 03:05:09 +00:00
2018-04-06 08:12:50 +00:00
### Port Forwarding
2016-09-26 03:05:09 +00:00
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
2018-04-06 08:15:37 +00:00
## 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).
2019-04-08 00:52:38 +00:00
# Documentation
2019-04-10 06:51:47 +00:00
The Polaris server API is documented [here](https://agersant.github.io/polaris/swagger/). Please note that this Swagger page does not point to a live Polaris server so the `Try it out` buttons are not expected to work.
Every installation of Polaris also distributes this documentation, with the ability to use the `Try it out` buttons. To access it, simply open http://localhost:5050/swagger/ in your browser on the machine running Polaris.
2019-04-08 02:23:02 +00:00
Feel free to open Github issues (or Pull Requests) if clarifications are needed.