Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

NinetailLabs/syncplay-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

48 Commits

Repository files navigation

syncplay-server

Dockerfile for a syncplay server

syncplay

Syncplay
[Guide]Running a server

Usage

If you want to use TLS, you have to set the hostname of the container to a domain that is covered in your certificate

docker create \
--name=syncplay \
--net=host \
--hostname=syncplay.example.com
--user 800:800
-e PASSWORD=<PASSWORD> \
-e PORT=<PORT> \
-e TLS=/certs \
-v <certs>:/certs \
ninetaillabs/syncplay-server

Docker Deploy

There is a Docker deploy file available under Deployment. Simply replace or remove the PASSWORD and you are good to go. To deploy run

docker stack deploy -c docker-compose.yml syncplay

Packages

No packages published

Languages

  • Dockerfile 68.0%
  • Shell 32.0%

AltStyle によって変換されたページ (->オリジナル) /