From a24e05e1f7a1877f305333bbb5d30aef93496bea Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 20 Feb 2025 16:57:50 -0700 Subject: [PATCH] chore: update code file headers --- root/custom-cont-init.d/plugins | 13 +++++++------ root/defaults/nginx/nginx.conf.sample | 11 ++++++----- root/defaults/nginx/site-confs/default.conf.sample | 13 +++++++------ root/defaults/nginx/ssl.conf.sample | 12 ++++++------ root/etc/s6-overlay/s6-rc.d/init-keygen/run | 13 +++++++------ root/etc/s6-overlay/s6-rc.d/init-samples/run | 13 +++++++------ 6 files changed, 40 insertions(+), 35 deletions(-) diff --git a/root/custom-cont-init.d/plugins b/root/custom-cont-init.d/plugins index 6d8bef9f..d8dcf570 100644 --- a/root/custom-cont-init.d/plugins +++ b/root/custom-cont-init.d/plugins @@ -1,12 +1,13 @@ #!/bin/bash # # -# @project tvapp2 -# @usage docker image which allows you to download a m3u playlist and EPG guide data for the -# IPTV service TheTvApp. +# @project TVApp2 +# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @file plugins -# @repo https://github.com/Aetherinox/docker-base-alpine -# https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.1 https://github.com/iFlip721/tvapp2 +# @repo.2 https://github.com/Aetherinox/tvapp2 +# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.alpine https://github.com/Aetherinox/docker-base-alpine # # PLUGINS_PATH="/config/www/plugins" @@ -15,4 +16,4 @@ PLUGINS_PATH="/config/www/plugins" # Plugins > Start # # -echo -e " Loader : Checking tvapp2-plugins" \ No newline at end of file +echo -e " Loader : Checking tvapp2-plugins" diff --git a/root/defaults/nginx/nginx.conf.sample b/root/defaults/nginx/nginx.conf.sample index e3d58267..c4cd05b5 100644 --- a/root/defaults/nginx/nginx.conf.sample +++ b/root/defaults/nginx/nginx.conf.sample @@ -1,10 +1,11 @@ # # -# @project tvapp2 -# @usage docker image which allows you to download a m3u playlist and EPG guide data for the -# IPTV service TheTvApp. +# @project TVApp2 +# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @file nginx.conf.sample -# @repo https://github.com/Aetherinox/docker-base-alpine -# https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.1 https://github.com/iFlip721/tvapp2 +# @repo.2 https://github.com/Aetherinox/tvapp2 +# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.alpine https://github.com/Aetherinox/docker-base-alpine # # user dockerx; diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index f170291f..6c9d367c 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -1,10 +1,11 @@ # # -# @project tvapp2 -# @usage docker image which allows you to download a m3u playlist and EPG guide data for the -# IPTV service TheTvApp. -# @file nginx.conf.sample -# @repo https://github.com/Aetherinox/docker-base-alpine -# https://git.binaryninja.net/pub_projects/tvapp2 +# @project TVApp2 +# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. +# @file default.conf.sample +# @repo.1 https://github.com/iFlip721/tvapp2 +# @repo.2 https://github.com/Aetherinox/tvapp2 +# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.alpine https://github.com/Aetherinox/docker-base-alpine # # server diff --git a/root/defaults/nginx/ssl.conf.sample b/root/defaults/nginx/ssl.conf.sample index a7ced61c..e8b33e23 100644 --- a/root/defaults/nginx/ssl.conf.sample +++ b/root/defaults/nginx/ssl.conf.sample @@ -1,11 +1,11 @@ - # # -# @project tvapp2 -# @usage docker image which allows you to download a m3u playlist and EPG guide data for the -# IPTV service TheTvApp. +# @project TVApp2 +# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @file nginx.conf.sample -# @repo https://github.com/Aetherinox/docker-base-alpine -# https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.1 https://github.com/iFlip721/tvapp2 +# @repo.2 https://github.com/Aetherinox/tvapp2 +# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.alpine https://github.com/Aetherinox/docker-base-alpine # # # # diff --git a/root/etc/s6-overlay/s6-rc.d/init-keygen/run b/root/etc/s6-overlay/s6-rc.d/init-keygen/run index b7fa358e..29753990 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-keygen/run +++ b/root/etc/s6-overlay/s6-rc.d/init-keygen/run @@ -2,12 +2,13 @@ # shellcheck shell=bash # # -# @project tvapp2 -# @usage docker image which allows you to download a m3u playlist and EPG guide data for the -# IPTV service TheTvApp. -# @file nginx.conf.sample -# @repo https://github.com/Aetherinox/docker-base-alpine -# https://git.binaryninja.net/pub_projects/tvapp2 +# @project TVApp2 +# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. +# @file run +# @repo.1 https://github.com/iFlip721/tvapp2 +# @repo.2 https://github.com/Aetherinox/tvapp2 +# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.alpine https://github.com/Aetherinox/docker-base-alpine # # SUBJECT="/C=NA/ST=NA/L=NA/O=BinaryNinja/OU=TVApp2 Docker Image/CN=*" diff --git a/root/etc/s6-overlay/s6-rc.d/init-samples/run b/root/etc/s6-overlay/s6-rc.d/init-samples/run index 38d9857f..8e0d201b 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-samples/run +++ b/root/etc/s6-overlay/s6-rc.d/init-samples/run @@ -2,10 +2,11 @@ # shellcheck shell=bash # # -# @project tvapp2 -# @usage docker image which allows you to download a m3u playlist and EPG guide data for the -# IPTV service TheTvApp. -# @file nginx.conf.sample -# @repo https://github.com/Aetherinox/docker-base-alpine -# https://git.binaryninja.net/pub_projects/tvapp2 +# @project TVApp2 +# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. +# @file run +# @repo.1 https://github.com/iFlip721/tvapp2 +# @repo.2 https://github.com/Aetherinox/tvapp2 +# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2 +# @repo.alpine https://github.com/Aetherinox/docker-base-alpine # #