Compare commits

...

2 Commits

Author SHA1 Message Date
23a2757032 Update readme 2023-11-10 12:27:04 +01:00
6e829100c4 Update workflow 2023-11-10 12:27:01 +01:00
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@ name: Build AirSignal Docker image
on:
push:
branches: [master]
paths:
- "Dockerfile"
- "*.js"
- "*.json"
jobs:
build-docker:

View File

@ -3,6 +3,10 @@ This is the nodejs webrtc signalling server code straight off the WebRTC Network
Use this to create a signalling server for WebRTC projects. AirSignal is used in [AirPeer](https://github.com/adrenak/airpeer), a general purpose WebRTC plugin for Unity as well as [UniVoice](https://github.com/adrenak/univoice), a VoIP solution for Unity based on AirPeer.
## Installation (Docker)
Run `docker run --rm --name airsignal -p "12776:12776" -p "12776:12776/udp" -d gitea.vps.chriphost.de/christoph/airsignal:latest` to spin up the container.
## Installation
Install [Nodejs](https://nodejs.org/en/) which comes with [NPM](https://www.npmjs.com/get-npm)
After installing run the following commands: