Files
MagicalCodeMonkey 693df6bbb6 [WIP] Update settings documentation (#19)
* Update settings documentation

* Reformat FAQ

* Move Docker info to docker page

* Fix formatting in Linux how-to

* Add Git as a requirement

* Add Plex Article for finding Plex Token
2020-05-01 14:18:53 -04:00

1003 B

Getting Started

Prerequisites

  1. An understanding of, or willingness to learn, some basic tech stuff
  2. A computer to run these applications

However you decide to run SyncLounge yourself, to run the webapp you need to set the Access URL using one of these methods:

  • In settings.json
  • Via argument. E.g. - node webapp.js --accessUrl=<value>
  • Environment Variable

All of the variables and what they do can be found on the Settings page.

Issues

If you encounter any issues setting up SyncLounge, see the Report an Issue page.

Running

Docker

The recommended way of self-hosting SyncLounge is Running with Docker. Docker is an application that runs software in containers making it easier to get applications running. You can learn more by going to Docker's website.

Locally

You may also run it directly on a machine using a local install.