yWeb: cleanup

Origin commit data
------------------
Commit: 7b10c8c0ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)

Origin message was:
------------------
- yWeb: cleanup
This commit is contained in:
vanhofen
2021-12-19 23:12:03 +01:00
parent 93446f90f8
commit e90a8e62e0
111 changed files with 340 additions and 7233 deletions

View File

@@ -1,14 +1,12 @@
#!/bin/sh
# -----------------------------------------------------------
# Y Globals (yjogol)
# $Date$
# $Revision$
# -----------------------------------------------------------
# -----------------------------------------------------------
# Definitions
# -----------------------------------------------------------
boxtype="coolstream"
#boxtype="coolstream"
# -----------------------------------------------------------
# Paths
@@ -25,22 +23,16 @@ y_path_config="%(CONFIGDIR)"
y_path_tmp="/tmp"
y_path_zapit="%(ZAPITDIR)"
y_path_plugin_tuxnew="$y_path_config/tuxnews"
y_url_control="http://localhost/control"
# -----------------------------------------------------------
# Files
# -----------------------------------------------------------
y_config_Y_Web="$y_path_config/Y-Web.conf"
y_config_vnc="$y_path_config/vnc.conf"
y_config_nhttpd="$y_path_config/nhttpd.conf"
y_config_neutrino="$y_path_config/neutrino.conf"
y_upload_file="$y_path_tmp/upload.tmp"
y_boot_logo="/var/tuxbox/boot/logo-fb"
y_boot_logo_lcd="/var/tuxbox/boot/logo-lcd"
y_tmp="$y_path_tmp/y.tmp"
y_wait_live="$y_path_httpd/Y_Live_Wait.yhtm"
y_tmp_m3u="$y_path_tmp/y.m3u"
y_tmp_pls="$y_path_tmp/y.pls"