https://github.com/universalmediaserver/website
https://github.com/universalmediaserver/website
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/universalmediaserver/website
- Owner: UniversalMediaServer
- Created: 2020-12-07T07:57:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-16T00:21:24.000Z (3 months ago)
- Last Synced: 2025-10-17T02:09:19.847Z (3 months ago)
- Language: PHP
- Size: 15.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: news/index.php
Awesome Lists containing this project
README
# Universal Media Server Website
This repository contains all code for the Universal Media Server website.
It is written for Apache, PHP and MySQL.
To get it working for development you will need to fill in the database details in [the config file](https://github.com/UniversalMediaServer/website/blob/master/includes/config.php).
# Performance profiling
To see unindexed database queries, set the variables like `log_slow_query` in `/etc/mysql/mariadb.conf.d/50-server.cnf`, restart the database server, then run:
```
mysqldumpslow /var/log/mysql/mariadb-slow.log -g universalmediaserver
```