1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-12-28 03:40:26 +00:00

Added screenshots

This commit is contained in:
jcorporation 2018-06-04 00:08:41 +02:00
parent 4d7d56120d
commit dcb8624ccf

View File

@ -7,6 +7,10 @@ myMPD is a fork of ympd.
This fork provides a reworked ui based on Bootstrap 4. This fork provides a reworked ui based on Bootstrap 4.
![image](https://jcgames.de/stuff/myMPD/myMPD-Playback.png)
![image](https://jcgames.de/stuff/myMPD/myMPD-Queue.png)
![image](https://jcgames.de/stuff/myMPD/myMPD-Browse.png)
UI Components UI Components
------------- -------------
- Bootstrap 4: https://getbootstrap.com/ - Bootstrap 4: https://getbootstrap.com/
@ -64,10 +68,10 @@ To run myMPD with SSL support:
- create a certificate (key and cert in the same file), example: - create a certificate (key and cert in the same file), example:
``` ```
# openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 1000 -nodes # openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 1000 -nodes -sha256
# cat key.pem cert.pem > ssl.pem # cat key.pem cert.pem > ssl.pem
``` ```
- tell ympd to use a webport using SSL and where to find the certificate: - tell myMPD to use a webport using SSL and where to find the certificate:
``` ```
# ./mympd -w "ssl://8081:/path/to/ssl.pem" # ./mympd -w "ssl://8081:/path/to/ssl.pem"
``` ```