You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
client | 5 months ago | |
server | 5 months ago | |
.env.production.example | 5 months ago | |
.gitignore | 6 months ago | |
README.md | 5 months ago | |
docker-compose.yml | 5 months ago | |
docker-rebuild.sh | 5 months ago |
README.md
Setup your own WebPlay instance
Requirements
For run WebPlay as a docker container you need:
- docker
- docker-compose
installed on your server/computer
Clone this repository
git clone https://gitea.com/WebPlay/docker.git webplay
Change into folder
cd webplay
Run docker-compose build
docker-compose build
Important
Open docker-compose.yml
file and edit following lines:
volumes:
- ./videos:/webplay/videos
- ./music:/webplay/music
- ./cache:/webplay/cache
- ./uploads:/webplay/uploads
as example:
volumes:
- /path/to/your/video/files:/webplay/videos
- /path/to/your/audio/files:/webplay/music
- /path/for/cache:/webplay/cache
- /path/for/manual/uploads:/webplay/uploads
Optional you can change the client port (8081 by default):
ports:
- 8081:80
Start your instance
docker-compose up
ordocker-compose up -d
for running WebPlay in background
Open your browser and navigate to WebPlay
http://YOURSERVERADRESS:8081
That's it.
Have fun
Support
Join our Matrix room: #WebPlay:matrix.anufrij.de