mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
* https service added on port 8091 default * https port check * format * readme * readme * readme * readme --------- Co-authored-by: evfedoto <evfedoto@cisco.com> Co-authored-by: nikk <tsynik@gmail.com>
This commit is contained in:
@@ -118,20 +118,20 @@ var Mstile150x150png []byte
|
||||
//go:embed pages/site.webmanifest
|
||||
var Sitewebmanifest []byte
|
||||
|
||||
//go:embed pages/static/js/2.84d4a004.chunk.js
|
||||
var Staticjs284d4a004chunkjs []byte
|
||||
//go:embed pages/static/js/2.0d7c02d7.chunk.js
|
||||
var Staticjs20d7c02d7chunkjs []byte
|
||||
|
||||
//go:embed pages/static/js/2.84d4a004.chunk.js.LICENSE.txt
|
||||
var Staticjs284d4a004chunkjsLICENSEtxt []byte
|
||||
//go:embed pages/static/js/2.0d7c02d7.chunk.js.LICENSE.txt
|
||||
var Staticjs20d7c02d7chunkjsLICENSEtxt []byte
|
||||
|
||||
//go:embed pages/static/js/2.84d4a004.chunk.js.map
|
||||
var Staticjs284d4a004chunkjsmap []byte
|
||||
//go:embed pages/static/js/2.0d7c02d7.chunk.js.map
|
||||
var Staticjs20d7c02d7chunkjsmap []byte
|
||||
|
||||
//go:embed pages/static/js/main.cc15501f.chunk.js
|
||||
var Staticjsmaincc15501fchunkjs []byte
|
||||
//go:embed pages/static/js/main.7efc8add.chunk.js
|
||||
var Staticjsmain7efc8addchunkjs []byte
|
||||
|
||||
//go:embed pages/static/js/main.cc15501f.chunk.js.map
|
||||
var Staticjsmaincc15501fchunkjsmap []byte
|
||||
//go:embed pages/static/js/main.7efc8add.chunk.js.map
|
||||
var Staticjsmain7efc8addchunkjsmap []byte
|
||||
|
||||
//go:embed pages/static/js/runtime-main.64d07802.js
|
||||
var Staticjsruntimemain64d07802js []byte
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"files": {
|
||||
"main.js": "/static/js/main.cc15501f.chunk.js",
|
||||
"main.js.map": "/static/js/main.cc15501f.chunk.js.map",
|
||||
"main.js": "/static/js/main.7efc8add.chunk.js",
|
||||
"main.js.map": "/static/js/main.7efc8add.chunk.js.map",
|
||||
"runtime-main.js": "/static/js/runtime-main.64d07802.js",
|
||||
"runtime-main.js.map": "/static/js/runtime-main.64d07802.js.map",
|
||||
"static/js/2.84d4a004.chunk.js": "/static/js/2.84d4a004.chunk.js",
|
||||
"static/js/2.84d4a004.chunk.js.map": "/static/js/2.84d4a004.chunk.js.map",
|
||||
"static/js/2.0d7c02d7.chunk.js": "/static/js/2.0d7c02d7.chunk.js",
|
||||
"static/js/2.0d7c02d7.chunk.js.map": "/static/js/2.0d7c02d7.chunk.js.map",
|
||||
"index.html": "/index.html",
|
||||
"static/js/2.84d4a004.chunk.js.LICENSE.txt": "/static/js/2.84d4a004.chunk.js.LICENSE.txt"
|
||||
"static/js/2.0d7c02d7.chunk.js.LICENSE.txt": "/static/js/2.0d7c02d7.chunk.js.LICENSE.txt"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/js/runtime-main.64d07802.js",
|
||||
"static/js/2.84d4a004.chunk.js",
|
||||
"static/js/main.cc15501f.chunk.js"
|
||||
"static/js/2.0d7c02d7.chunk.js",
|
||||
"static/js/main.7efc8add.chunk.js"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,94 +0,0 @@
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! blob-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
||||
|
||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/*! magnet-uri. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
|
||||
|
||||
/*! parse-torrent. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
|
||||
|
||||
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/*! simple-concat. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/*! simple-get. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/**
|
||||
* A better abstraction over CSS.
|
||||
*
|
||||
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
||||
* @website https://github.com/cssinjs/jss
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/** @license React v0.20.2
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.13.1
|
||||
* react-is.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-is.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -161,24 +161,24 @@ func RouteWebPages(route *gin.RouterGroup) {
|
||||
c.Data(200, "application/manifest+json", Sitewebmanifest)
|
||||
})
|
||||
|
||||
route.GET("/static/js/2.84d4a004.chunk.js", func(c *gin.Context) {
|
||||
c.Data(200, "application/javascript; charset=utf-8", Staticjs284d4a004chunkjs)
|
||||
route.GET("/static/js/2.0d7c02d7.chunk.js", func(c *gin.Context) {
|
||||
c.Data(200, "application/javascript; charset=utf-8", Staticjs20d7c02d7chunkjs)
|
||||
})
|
||||
|
||||
route.GET("/static/js/2.84d4a004.chunk.js.LICENSE.txt", func(c *gin.Context) {
|
||||
c.Data(200, "text/plain; charset=utf-8", Staticjs284d4a004chunkjsLICENSEtxt)
|
||||
route.GET("/static/js/2.0d7c02d7.chunk.js.LICENSE.txt", func(c *gin.Context) {
|
||||
c.Data(200, "text/plain; charset=utf-8", Staticjs20d7c02d7chunkjsLICENSEtxt)
|
||||
})
|
||||
|
||||
route.GET("/static/js/2.84d4a004.chunk.js.map", func(c *gin.Context) {
|
||||
c.Data(200, "application/json", Staticjs284d4a004chunkjsmap)
|
||||
route.GET("/static/js/2.0d7c02d7.chunk.js.map", func(c *gin.Context) {
|
||||
c.Data(200, "application/json", Staticjs20d7c02d7chunkjsmap)
|
||||
})
|
||||
|
||||
route.GET("/static/js/main.cc15501f.chunk.js", func(c *gin.Context) {
|
||||
c.Data(200, "application/javascript; charset=utf-8", Staticjsmaincc15501fchunkjs)
|
||||
route.GET("/static/js/main.7efc8add.chunk.js", func(c *gin.Context) {
|
||||
c.Data(200, "application/javascript; charset=utf-8", Staticjsmain7efc8addchunkjs)
|
||||
})
|
||||
|
||||
route.GET("/static/js/main.cc15501f.chunk.js.map", func(c *gin.Context) {
|
||||
c.Data(200, "application/json", Staticjsmaincc15501fchunkjsmap)
|
||||
route.GET("/static/js/main.7efc8add.chunk.js.map", func(c *gin.Context) {
|
||||
c.Data(200, "application/json", Staticjsmain7efc8addchunkjsmap)
|
||||
})
|
||||
|
||||
route.GET("/static/js/runtime-main.64d07802.js", func(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user