mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:45:41 -04:00
chore: update code file headers
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# @project tvapp2
|
# @project TVApp2
|
||||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data for the
|
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
|
||||||
# IPTV service TheTvApp.
|
|
||||||
# @file plugins
|
# @file plugins
|
||||||
# @repo https://github.com/Aetherinox/docker-base-alpine
|
# @repo.1 https://github.com/iFlip721/tvapp2
|
||||||
# https://git.binaryninja.net/pub_projects/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"
|
PLUGINS_PATH="/config/www/plugins"
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
# #
|
# #
|
||||||
# @project tvapp2
|
# @project TVApp2
|
||||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data for the
|
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
|
||||||
# IPTV service TheTvApp.
|
|
||||||
# @file nginx.conf.sample
|
# @file nginx.conf.sample
|
||||||
# @repo https://github.com/Aetherinox/docker-base-alpine
|
# @repo.1 https://github.com/iFlip721/tvapp2
|
||||||
# https://git.binaryninja.net/pub_projects/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;
|
user dockerx;
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
# #
|
# #
|
||||||
# @project tvapp2
|
# @project TVApp2
|
||||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data for the
|
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
|
||||||
# IPTV service TheTvApp.
|
# @file default.conf.sample
|
||||||
# @file nginx.conf.sample
|
# @repo.1 https://github.com/iFlip721/tvapp2
|
||||||
# @repo https://github.com/Aetherinox/docker-base-alpine
|
# @repo.2 https://github.com/Aetherinox/tvapp2
|
||||||
# https://git.binaryninja.net/pub_projects/tvapp2
|
# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2
|
||||||
|
# @repo.alpine https://github.com/Aetherinox/docker-base-alpine
|
||||||
# #
|
# #
|
||||||
|
|
||||||
server
|
server
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
# #
|
# #
|
||||||
# @project tvapp2
|
# @project TVApp2
|
||||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data for the
|
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
|
||||||
# IPTV service TheTvApp.
|
|
||||||
# @file nginx.conf.sample
|
# @file nginx.conf.sample
|
||||||
# @repo https://github.com/Aetherinox/docker-base-alpine
|
# @repo.1 https://github.com/iFlip721/tvapp2
|
||||||
# https://git.binaryninja.net/pub_projects/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
|
||||||
# #
|
# #
|
||||||
|
|
||||||
# #
|
# #
|
||||||
|
|||||||
@@ -2,12 +2,13 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# @project tvapp2
|
# @project TVApp2
|
||||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data for the
|
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
|
||||||
# IPTV service TheTvApp.
|
# @file run
|
||||||
# @file nginx.conf.sample
|
# @repo.1 https://github.com/iFlip721/tvapp2
|
||||||
# @repo https://github.com/Aetherinox/docker-base-alpine
|
# @repo.2 https://github.com/Aetherinox/tvapp2
|
||||||
# https://git.binaryninja.net/pub_projects/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=*"
|
SUBJECT="/C=NA/ST=NA/L=NA/O=BinaryNinja/OU=TVApp2 Docker Image/CN=*"
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# @project tvapp2
|
# @project TVApp2
|
||||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data for the
|
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
|
||||||
# IPTV service TheTvApp.
|
# @file run
|
||||||
# @file nginx.conf.sample
|
# @repo.1 https://github.com/iFlip721/tvapp2
|
||||||
# @repo https://github.com/Aetherinox/docker-base-alpine
|
# @repo.2 https://github.com/Aetherinox/tvapp2
|
||||||
# https://git.binaryninja.net/pub_projects/tvapp2
|
# @repo.3 https://git.binaryninja.net/pub_projects/tvapp2
|
||||||
|
# @repo.alpine https://github.com/Aetherinox/docker-base-alpine
|
||||||
# #
|
# #
|
||||||
|
|||||||
Reference in New Issue
Block a user