Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabaeian/janus-server
https://github.com/msabaeian/janus-server
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/msabaeian/janus-server
- Owner: msabaeian
- Created: 2024-06-22T18:50:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:24:52.000Z (6 months ago)
- Last Synced: 2024-11-12T04:35:15.363Z (3 months ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Install docker and docker compose
https://docs.docker.com/engine/install/ubuntu/https://docs.docker.com/compose/install/linux/
## Start Janus
copy `docker-compose.yml` and `/conf` somewhere and run:
`sudo docker compose up`Note: remember to change your configs
## Config ngnix
`sudo vim /etc/nginx/sites-available/default`paste content of nginx.conf, repalce SERVER_IP (in two places) with your server IP, modify ssl_certificate with your own data, save and reload nginx:
`sudo systemctl reload nginx`