https://github.com/timmoth/mediaserver
Resources for my mediaserver
https://github.com/timmoth/mediaserver
Last synced: 6 months ago
JSON representation
Resources for my mediaserver
- Host: GitHub
- URL: https://github.com/timmoth/mediaserver
- Owner: Timmoth
- Created: 2023-04-25T18:34:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T19:33:12.000Z (about 3 years ago)
- Last Synced: 2025-01-31T12:49:23.492Z (over 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mediaserver
Resources for my mediaserver
```bash
git clone https://github.com/Timmoth/mediaserver.git
sudo groupadd -g 1492 media
sudo useradd -g media -u 1492 media
sudo chown -R media:media /var/media
sudo cp ./mediaserver.service /etc/systemd/system/mediaserver.service
sudo systemctl daemon-reload
sudo systemctl start mediaserver.service
sudo systemctl status mediaserver.
```