You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a Dockerized version of **MythWeb**, the classic web frontend for [MythTV](https://www.mythtv.org/).
4
+
5
+
Since MythWeb has been deprecated in recent MythTV releases and is no longer included in the v35+ ubuntu packages, this image helps continue hosting it in a convenient, containerized way.
6
+
7
+
> 🛠️ **Note:** You must have a working MythTV backend and accessible database for MythWeb to function.
8
+
9
+
---
10
+
11
+
## 🐳 Quick Start
12
+
13
+
### Environment Variables
14
+
15
+
The container requires the following environment variables:
16
+
17
+
| NAME | DESCRIPTION |
18
+
|---|---|
19
+
| db_server | IP / Hostname of the MySQL server |
20
+
| db_name | Name of the MySQL daatabase (most likely 'mythconverg') |
0 commit comments