From d96101090275806f0337755b7964fa292e408b65 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Dec 2024 09:01:37 -0700 Subject: [PATCH] docs(readme): update table styles --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4538ceb3..0f2d1116 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ Use any of the following images in your `docker-compose.yml` or `run` command: | Service | Version | Image Link | | --- | --- | --- | -| `Docker Hub` | [![Docker Version][dockerhub-version-ftb-img]][dockerhub-version-ftb-uri] | `aetherinox/thetvapp:latest` | -| `Github` | [![Github Version][github-version-ftb-img]][github-version-ftb-uri] | `ghcr.io/aetherinox/thetvapp-docker:latest` | +| `Docker Hub` | [![Docker Version][dockerhub-version-ftb-img]][dockerhub-version-ftb-uri] | `aetherinox/thetvapp:latest` | +| `Github` | [![Github Version][github-version-ftb-img]][github-version-ftb-uri] | `ghcr.io/aetherinox/thetvapp-docker:latest` |
@@ -365,15 +365,15 @@ The following env variables can be modified before spinning up this container: | Env Var | Default | Description | | --- | --- | --- | -| `PUID` | 1000 | User ID running the container | -| `PGID` | 1000 | Group ID running the container | -| `TZ` | Etc/UTC | Timezone | -| `PORT_HTTP` | 80 | Defines the HTTP port to run on | -| `PORT_HTTPS` | 443 | Defines the HTTPS port to run on | -| `CRON_TIME` | 0/60 * * * * | Determines how often the .m3u8 and .xml guide files are updated | -| `URL_XML` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml | URL to fetch `.xml` file | -| `URL_XML_GZ` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz | URL to fetch `.xml.gz` file | -| `URL_M3U` | https://thetvapp-m3u.data-search.workers.dev/playlist | URL to fetch `.m3u8` file | +| `PUID` | 1000 | User ID running the container | +| `PGID` | 1000 | Group ID running the container | +| `TZ` | Etc/UTC | Timezone | +| `PORT_HTTP` | 80 | Defines the HTTP port to run on | +| `PORT_HTTPS` | 443 | Defines the HTTPS port to run on | +| `CRON_TIME` | 0/60 * * * * | Determines how often the .m3u8 and .xml guide files are updated | +| `URL_XML` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml | URL to fetch `.xml` file | +| `URL_XML_GZ` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz | URL to fetch `.xml.gz` file | +| `URL_M3U` | https://thetvapp-m3u.data-search.workers.dev/playlist | URL to fetch `.m3u8` file |
@@ -392,7 +392,7 @@ The following volumes can be mounted with this container: | Volume | Description | | --- | --- | -| `./thetvapp:/config` | Path which stores downloaded `.m3u8`, `.xml`, nginx configs, and optional SSL certificate/keys | +| `./thetvapp:/config` | Path which stores downloaded `.m3u8`, `.xml`, nginx configs, and optional SSL certificate/keys |
@@ -401,11 +401,11 @@ By mounting the volume above, you should now have access to the following folder | Folder | Description | | --- | --- | -| 📁 keys | Responsible for storing your ssl certificate `cert.crt` + key `cert.key` | -| 📁 log | All nginx and php logs | -| 📁 nginx | Contains `nginx.conf`, `resolver.conf`, `ssl.conf`, `site-confs` | -| 📁 php | Contains `php-local.ini`, `www2.conf` | -| 📁 www | Folder where downloaded `.m3u8`, `.xml`, and `.xml.gz` will be downloaded to | +| `📁 keys` | Responsible for storing your ssl certificate `cert.crt` + key `cert.key` | +| `📁 log` | All nginx and php logs | +| `📁 nginx` | Contains `nginx.conf`, `resolver.conf`, `ssl.conf`, `site-confs` | +| `📁 php` | Contains `php-local.ini`, `www2.conf` | +| `📁 www` | Folder where downloaded `.m3u8`, `.xml`, and `.xml.gz` will be downloaded to |
@@ -438,7 +438,7 @@ unable to exec /etc/s6-overlay/s6-rc.d/init-envfile/run: Permission denied
-If you receive any type of `permission denied` error when running your custom image, you must ensure that certain files have executable `+x` (or `0755`) permissions. Once you fix the file permissions, re-build the image. A full list of files requiring increased permissions are listed below: +If you receive any type of `permission denied` error when running your custom image, you must ensure that certain files have executable `+x` (or `0755`) permissions. Once you fix the file permissions, re-build the image. A full list of files requiring elevated permissions are listed below: ```shell sudo chmod +x /root/etc/s6-overlay/s6-rc.d/init-adduser/run