assets: Use new websocket client

This commit is contained in:
Tom Wiesing 2023-11-13 11:04:03 +01:00
parent e91f1f2413
commit 6a739df24b
No known key found for this signature in database
67 changed files with 437 additions and 562 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1,2 @@
.modal-terminal{z-index:1000;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:17vh solid #000c;border-width:17vh 17vw;width:66vw;height:66vh;margin:-17vh -17vw;position:fixed;top:17vh;left:17vw;overflow:auto}.modal-terminal button{z-index:1001;position:fixed;top:17vh;right:17vw}.modal-terminal pre,.modal-terminal button{margin:5px}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#444;background:#f3f3f3}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
.modal-terminal{z-index:1000;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:17vh solid #000c;border-width:17vh 17vw;width:66vw;height:66vh;margin:-17vh -17vw;position:fixed;top:17vh;left:17vw;overflow:auto}.modal-terminal button{z-index:1001;position:fixed;top:17vh;right:17vw}.modal-terminal pre,.modal-terminal button{margin:5px}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#444;background:#f3f3f3}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
/*# sourceMappingURL=Admin.9235a6f6.css.map */

View file

@ -0,0 +1 @@
{"mappings":"ACAA,4PA4BA,uEAQA,sD,wDC5BwH,0BAA4B,oC,4B,wC,qD,kHAAyY,qIAAmJ,qD,mJ,yB,oE,yB,mC,iC","sources":["Admin.9235a6f6.css","src/lib/remote/index.css","node_modules/highlight.js/styles/default.css"],"sourcesContent":[".modal-terminal {\n z-index: 1000;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 17vh solid #000c;\n border-width: 17vh 17vw;\n width: 66vw;\n height: 66vh;\n margin: -17vh -17vw;\n position: fixed;\n top: 17vh;\n left: 17vw;\n overflow: auto;\n}\n\n.modal-terminal button {\n z-index: 1001;\n position: fixed;\n top: 17vh;\n right: 17vw;\n}\n\n.modal-terminal pre, .modal-terminal button {\n margin: 5px;\n}\n\n/*!\n Theme: Default\n Description: Original highlight.js style\n Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>\n Maintainer: @highlightjs/core-team\n Website: https://highlightjs.org/\n License: see project LICENSE\n Touched: 2021\n*/\npre code.hljs {\n padding: 1em;\n display: block;\n overflow-x: auto;\n}\n\ncode.hljs {\n padding: 3px 5px;\n}\n\n.hljs {\n color: #444;\n background: #f3f3f3;\n}\n\n.hljs-comment {\n color: #697070;\n}\n\n.hljs-punctuation, .hljs-tag {\n color: #444a;\n}\n\n.hljs-tag .hljs-attr, .hljs-tag .hljs-name {\n color: #444;\n}\n\n.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag {\n font-weight: 700;\n}\n\n.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {\n color: #800;\n}\n\n.hljs-section, .hljs-title {\n color: #800;\n font-weight: 700;\n}\n\n.hljs-link, .hljs-operator, .hljs-regexp, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-symbol, .hljs-template-variable, .hljs-variable {\n color: #ab5656;\n}\n\n.hljs-literal {\n color: #695;\n}\n\n.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {\n color: #397300;\n}\n\n.hljs-meta {\n color: #1f7199;\n}\n\n.hljs-meta .hljs-string {\n color: #38a;\n}\n\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: 700;\n}\n\n/*# sourceMappingURL=Admin.9235a6f6.css.map */\n",".modal-terminal {\n width: 66vw;\n height: 66vh;\n\n position: fixed;\n left: 17vw;\n top: 17vh;\n\n background-color: white;\n\n background-clip: padding-box;\n -webkit-background-clip: padding-box;\n\n border-left: 17vw solid rgba(0, 0, 0, 0.8);\n border-right: 17vw solid rgba(0, 0, 0, 0.8);\n margin-left: -17vw;\n margin-right: -17vw;\n\n border-top: 17vh solid rgba(0, 0, 0, 0.8);\n border-bottom: 17vh solid rgba(0, 0, 0, 0.8);\n margin-top: -17vh;\n margin-bottom: -17vh;\n\n overflow: auto;\n\n z-index: 1000;\n}\n\n.modal-terminal button {\n position: fixed;\n top: 17vh;\n right: 17vw;\n\n z-index: 1001;\n}\n\n.modal-terminal pre,\n.modal-terminal button\n{\n margin: 5px;\n}\n\n","/*!\n Theme: Default\n Description: Original highlight.js style\n Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>\n Maintainer: @highlightjs/core-team\n Website: https://highlightjs.org/\n License: see project LICENSE\n Touched: 2021\n*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}"],"names":[],"version":3,"file":"Admin.9235a6f6.css.map","sourceRoot":"../"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1,2 @@
.wisski{padding:1em}.wisski h3{padding:0}.wisski a.pure-button{float:right;position:relative;bottom:1em}.wisski.running{background-color:#9ada07}.wisski.stopped{background-color:#ff7a7a}.disabled{color:gray}.overflow{overflow:auto}.info-chip{text-align:center;border-radius:5px;min-width:75px;height:15px;padding:5px;display:block}.info-chip.note{color:#fff;background-color:gray}.info-chip.info{color:#fff;background-color:green}.info-chip.warning{color:#000;background-color:#ff0}.info-chip.error{color:#000;background-color:red}
.wisski{padding:1em}.wisski h3{padding:0}.wisski a.pure-button{float:right;position:relative;bottom:1em}.wisski.running{background-color:#9ada07}.wisski.stopped{background-color:#ff7a7a}.disabled{color:gray}.overflow{overflow:auto}.info-chip{text-align:center;border-radius:5px;min-width:75px;height:15px;padding:5px;display:block}.info-chip.note{color:#fff;background-color:gray}.info-chip.info{color:#fff;background-color:green}.info-chip.warning{color:#000;background-color:#ff0}.info-chip.error{color:#000;background-color:red}
/*# sourceMappingURL=Admin.d1020143.css.map */

View file

@ -0,0 +1 @@
{"mappings":"ACAA,oBAIA,qBAIA,+DAQA,yCAIA,yCAIA,qBAIA,wBAMA,oGASA,iDAKA,kDAKA,oDAKA","sources":["Admin.d1020143.css","src/entry/Admin/index.css"],"sourcesContent":[".wisski {\n padding: 1em;\n}\n\n.wisski h3 {\n padding: 0;\n}\n\n.wisski a.pure-button {\n float: right;\n position: relative;\n bottom: 1em;\n}\n\n.wisski.running {\n background-color: #9ada07;\n}\n\n.wisski.stopped {\n background-color: #ff7a7a;\n}\n\n.disabled {\n color: gray;\n}\n\n.overflow {\n overflow: auto;\n}\n\n.info-chip {\n text-align: center;\n border-radius: 5px;\n min-width: 75px;\n height: 15px;\n padding: 5px;\n display: block;\n}\n\n.info-chip.note {\n color: #fff;\n background-color: gray;\n}\n\n.info-chip.info {\n color: #fff;\n background-color: green;\n}\n\n.info-chip.warning {\n color: #000;\n background-color: #ff0;\n}\n\n.info-chip.error {\n color: #000;\n background-color: red;\n}\n\n/*# sourceMappingURL=Admin.d1020143.css.map */\n",".wisski {\n padding: 1em;\n}\n\n.wisski h3 {\n padding: 0;\n}\n\n.wisski a.pure-button {\n float: right;\n position: relative;\n bottom: 1em;\n}\n\n/* WissKI Status */\n\n.wisski.running {\n background-color: #9ADA07;\n}\n\n.wisski.stopped {\n background-color: #ff7a7a;\n}\n\n.disabled {\n color: gray;\n}\n\n.overflow {\n overflow: auto;\n}\n\n/* Informational Chips */\n\n.info-chip {\n min-width: 75px;\n height: 15px;\n border-radius: 5px;\n display: block;\n padding: 5px;\n text-align: center;\n}\n\n.info-chip.note {\n background-color: gray;\n color: #fff;\n}\n\n.info-chip.info {\n background-color: green;\n color: #fff;\n}\n\n.info-chip.warning {\n background-color: yellow;\n color: #000;\n}\n\n.info-chip.error {\n background-color: red;\n color: #000;\n}"],"names":[],"version":3,"file":"Admin.d1020143.css.map","sourceRoot":"../"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1,2 @@
!function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},o=e.parcelRequireafa4;null==o&&((o=function(e){if(e in t)return t[e].exports;if(e in n){var o=n[e];delete n[e];var r={id:e,exports:{}};return t[e]=r,o.call(r.exports,r,r.exports),r.exports}var l=Error("Cannot find module '"+e+"'");throw l.code="MODULE_NOT_FOUND",l}).register=function(e,t){n[e]=t},e.parcelRequireafa4=o),o("dK5Bi");var r=o("8vh0V");async function l(e){return await new Promise((t,n)=>{(0,r.createModal)("provision",[JSON.stringify(e)],{bufferSize:0,onClose:(o,r)=>{if(!o){n(Error(r??"unspecified error"));return}t(e.Slug)}})})}let i=document.getElementById("system"),a=document.getElementById("slug"),c=document.getElementById("php"),d=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),f=document.getElementById("iipserver");i.addEventListener("submit",e=>{e.preventDefault();let t=document.querySelector('input[name="flavor"]:checked'),n=t instanceof HTMLInputElement?t.value:"";l({Slug:a.value,Flavor:n,System:{PHP:c.value,IIPServer:f.checked,OpCacheDevelopment:d.checked,ContentSecurityPolicy:u.value}}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),i.querySelector("fieldset")?.removeAttribute("disabled")}();
!function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},o=e.parcelRequireafa4;null==o&&((o=function(e){if(e in t)return t[e].exports;if(e in n){var o=n[e];delete n[e];var r={id:e,exports:{}};return t[e]=r,o.call(r.exports,r,r.exports),r.exports}var l=Error("Cannot find module '"+e+"'");throw l.code="MODULE_NOT_FOUND",l}).register=function(e,t){n[e]=t},e.parcelRequireafa4=o),o("1cn8L");var r=o("ceWIN");async function l(e){return await new Promise((t,n)=>{(0,r.createModal)("provision",[JSON.stringify(e)],{bufferSize:0,onClose:(o,r)=>{if(!o){n(Error(r??"unspecified error"));return}t(e.Slug)}})})}let i=document.getElementById("system"),c=document.getElementById("slug"),a=document.getElementById("php"),u=document.getElementById("opcacheDevelopment"),d=document.getElementById("contentsecuritypolicy"),f=document.getElementById("iipserver");i.addEventListener("submit",e=>{e.preventDefault();let t=document.querySelector('input[name="flavor"]:checked'),n=t instanceof HTMLInputElement?t.value:"";l({Slug:c.value,Flavor:n,System:{PHP:a.value,IIPServer:f.checked,OpCacheDevelopment:u.checked,ContentSecurityPolicy:d.value}}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),i.querySelector("fieldset")?.removeAttribute("disabled")}();
//# sourceMappingURL=AdminProvision.5f2c7fe4.js.map

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
/*# sourceMappingURL=AdminProvision.8569d237.css.map */

View file

@ -0,0 +1 @@
{"mappings":"","sources":["AdminProvision.8569d237.css","src/entry/AdminProvision/index.css"],"sourcesContent":["\n\n/*# sourceMappingURL=AdminProvision.8569d237.css.map */\n",null],"names":[],"version":3,"file":"AdminProvision.8569d237.css.map","sourceRoot":"../"}

View file

@ -1 +1,2 @@
var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},o=e.parcelRequireafa4;null==o&&((o=function(e){if(e in t)return t[e].exports;if(e in n){var o=n[e];delete n[e];var r={id:e,exports:{}};return t[e]=r,o.call(r.exports,r,r.exports),r.exports}var l=Error("Cannot find module '"+e+"'");throw l.code="MODULE_NOT_FOUND",l}).register=function(e,t){n[e]=t},e.parcelRequireafa4=o),o("8xGhL");var r=o("12vpF");async function l(e){return await new Promise((t,n)=>{(0,r.createModal)("provision",[JSON.stringify(e)],{bufferSize:0,onClose:(o,r)=>{if(!o){n(Error(r??"unspecified error"));return}t(e.Slug)}})})}const i=document.getElementById("system"),a=document.getElementById("slug"),c=document.getElementById("php"),d=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),s=document.getElementById("iipserver");i.addEventListener("submit",e=>{e.preventDefault();let t=document.querySelector('input[name="flavor"]:checked'),n=t instanceof HTMLInputElement?t.value:"";l({Slug:a.value,Flavor:n,System:{PHP:c.value,IIPServer:s.checked,OpCacheDevelopment:d.checked,ContentSecurityPolicy:u.value}}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),i.querySelector("fieldset")?.removeAttribute("disabled");
var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},o=e.parcelRequireafa4;null==o&&((o=function(e){if(e in t)return t[e].exports;if(e in n){var o=n[e];delete n[e];var r={id:e,exports:{}};return t[e]=r,o.call(r.exports,r,r.exports),r.exports}var l=Error("Cannot find module '"+e+"'");throw l.code="MODULE_NOT_FOUND",l}).register=function(e,t){n[e]=t},e.parcelRequireafa4=o),o("jq6PZ");var r=o("aYOJS");async function l(e){return await new Promise((t,n)=>{(0,r.createModal)("provision",[JSON.stringify(e)],{bufferSize:0,onClose:(o,r)=>{if(!o){n(Error(r??"unspecified error"));return}t(e.Slug)}})})}const i=document.getElementById("system"),a=document.getElementById("slug"),c=document.getElementById("php"),d=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),s=document.getElementById("iipserver");i.addEventListener("submit",e=>{e.preventDefault();let t=document.querySelector('input[name="flavor"]:checked'),n=t instanceof HTMLInputElement?t.value:"";l({Slug:a.value,Flavor:n,System:{PHP:c.value,IIPServer:s.checked,OpCacheDevelopment:d.checked,ContentSecurityPolicy:u.value}}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),i.querySelector("fieldset")?.removeAttribute("disabled");
//# sourceMappingURL=AdminProvision.994883f5.js.map

File diff suppressed because one or more lines are too long

View file

@ -1 +1,2 @@
var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},r=e.parcelRequireafa4;null==r&&((r=function(e){if(e in t)return t[e].exports;if(e in n){var r=n[e];delete n[e];var o={id:e,exports:{}};return t[e]=o,r.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){n[e]=t},e.parcelRequireafa4=r),r("8xGhL");var o=r("12vpF");async function i(e,t){return await new Promise((n,r)=>{(0,o.createModal)("rebuild",[e,JSON.stringify(t)],{bufferSize:0,onClose:(t,o)=>{if(!t){r(Error(o??"unspecified error"));return}n(e)}})})}const l=document.getElementById("system"),d=document.getElementById("slug"),a=document.getElementById("php"),c=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),s=document.getElementById("iipserver");l.addEventListener("submit",e=>{e.preventDefault(),i(d.value,{PHP:a.value,IIPServer:s.checked,OpCacheDevelopment:c.checked,ContentSecurityPolicy:u.value}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),l.querySelector("fieldset")?.removeAttribute("disabled");
var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},r=e.parcelRequireafa4;null==r&&((r=function(e){if(e in t)return t[e].exports;if(e in n){var r=n[e];delete n[e];var o={id:e,exports:{}};return t[e]=o,r.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){n[e]=t},e.parcelRequireafa4=r),r("jq6PZ");var o=r("aYOJS");async function i(e,t){return await new Promise((n,r)=>{(0,o.createModal)("rebuild",[e,JSON.stringify(t)],{bufferSize:0,onClose:(t,o)=>{if(!t){r(Error(o??"unspecified error"));return}n(e)}})})}const l=document.getElementById("system"),d=document.getElementById("slug"),a=document.getElementById("php"),c=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),s=document.getElementById("iipserver");l.addEventListener("submit",e=>{e.preventDefault(),i(d.value,{PHP:a.value,IIPServer:s.checked,OpCacheDevelopment:c.checked,ContentSecurityPolicy:u.value}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),l.querySelector("fieldset")?.removeAttribute("disabled");
//# sourceMappingURL=AdminRebuild.5b253105.js.map

File diff suppressed because one or more lines are too long

View file

@ -1 +1,2 @@
!function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},r=e.parcelRequireafa4;null==r&&((r=function(e){if(e in t)return t[e].exports;if(e in n){var r=n[e];delete n[e];var o={id:e,exports:{}};return t[e]=o,r.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){n[e]=t},e.parcelRequireafa4=r),r("dK5Bi");var o=r("8vh0V");async function i(e,t){return await new Promise((n,r)=>{(0,o.createModal)("rebuild",[e,JSON.stringify(t)],{bufferSize:0,onClose:(t,o)=>{if(!t){r(Error(o??"unspecified error"));return}n(e)}})})}let l=document.getElementById("system"),d=document.getElementById("slug"),a=document.getElementById("php"),c=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),f=document.getElementById("iipserver");l.addEventListener("submit",e=>{e.preventDefault(),i(d.value,{PHP:a.value,IIPServer:f.checked,OpCacheDevelopment:c.checked,ContentSecurityPolicy:u.value}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),l.querySelector("fieldset")?.removeAttribute("disabled")}();
!function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},n={},r=e.parcelRequireafa4;null==r&&((r=function(e){if(e in t)return t[e].exports;if(e in n){var r=n[e];delete n[e];var o={id:e,exports:{}};return t[e]=o,r.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){n[e]=t},e.parcelRequireafa4=r),r("1cn8L");var o=r("ceWIN");async function i(e,t){return await new Promise((n,r)=>{(0,o.createModal)("rebuild",[e,JSON.stringify(t)],{bufferSize:0,onClose:(t,o)=>{if(!t){r(Error(o??"unspecified error"));return}n(e)}})})}let l=document.getElementById("system"),d=document.getElementById("slug"),c=document.getElementById("php"),a=document.getElementById("opcacheDevelopment"),u=document.getElementById("contentsecuritypolicy"),f=document.getElementById("iipserver");l.addEventListener("submit",e=>{e.preventDefault(),i(d.value,{PHP:c.value,IIPServer:f.checked,OpCacheDevelopment:a.checked,ContentSecurityPolicy:u.value}).then(e=>{location.href="/admin/instance/"+e}).catch(e=>{console.error(e),location.reload()})}),l.querySelector("fieldset")?.removeAttribute("disabled")}();
//# sourceMappingURL=AdminRebuild.bd32e5c4.js.map

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
/*# sourceMappingURL=AdminRebuild.e554824e.css.map */

View file

@ -0,0 +1 @@
{"mappings":"","sources":["AdminRebuild.e554824e.css","src/entry/AdminRebuild/index.css"],"sourcesContent":["\n\n/*# sourceMappingURL=AdminRebuild.e554824e.css.map */\n",null],"names":[],"version":3,"file":"AdminRebuild.e554824e.css.map","sourceRoot":"../"}

View file

@ -0,0 +1,2 @@
//# sourceMappingURL=Default.46ce540b.js.map

View file

@ -0,0 +1 @@
{"mappings":"","sources":["src/base/index.ts"],"sourcesContent":["import 'purecss/build/pure.css'\nimport 'purecss/build/grids-responsive.css'\n\nimport './index.css'\n"],"names":[],"version":3,"file":"Default.46ce540b.js.map","sourceRoot":"../"}

View file

@ -0,0 +1,2 @@
//# sourceMappingURL=Default.5dd67eb3.js.map

View file

@ -0,0 +1 @@
{"mappings":"","sources":["src/entry/Default/index.ts"],"sourcesContent":[null],"names":[],"version":3,"file":"Default.5dd67eb3.js.map","sourceRoot":"../"}

View file

@ -0,0 +1,2 @@
//# sourceMappingURL=Default.68829c56.js.map

View file

@ -0,0 +1 @@
{"mappings":"","sources":["src/entry/Default/index.ts"],"sourcesContent":[null],"names":[],"version":3,"file":"Default.68829c56.js.map","sourceRoot":"../"}

View file

@ -0,0 +1,2 @@
//# sourceMappingURL=Default.69ba5e86.js.map

View file

@ -0,0 +1 @@
{"mappings":"","sources":["src/base/index.ts"],"sourcesContent":["import 'purecss/build/pure.css'\nimport 'purecss/build/grids-responsive.css'\n\nimport './index.css'\n"],"names":[],"version":3,"file":"Default.69ba5e86.js.map","sourceRoot":"../"}

View file

@ -1 +1,2 @@
a.wisskilink{color:#00f!important}img.biglogo{width:80vw;height:80vw;display:block}@media screen and (min-width:600px){img.biglogo{float:right;width:33vw;max-width:20em;height:33vw;max-height:20em;margin-bottom:-9em;position:relative;top:-9em}}
a.wisskilink{color:#00f!important}img.biglogo{width:80vw;height:80vw;display:block}@media screen and (min-width:600px){img.biglogo{float:right;width:33vw;max-width:20em;height:33vw;max-height:20em;margin-bottom:-9em;position:relative;top:-9em}}
/*# sourceMappingURL=Default.749670b3.css.map */

View file

@ -0,0 +1 @@
{"mappings":"ACAA,kCAIA,iDAOA,oCACI","sources":["Default.749670b3.css","src/entry/Default/index.css"],"sourcesContent":["a.wisskilink {\n color: #00f !important;\n}\n\nimg.biglogo {\n width: 80vw;\n height: 80vw;\n display: block;\n}\n\n@media screen and (min-width: 600px) {\n img.biglogo {\n float: right;\n width: 33vw;\n max-width: 20em;\n height: 33vw;\n max-height: 20em;\n margin-bottom: -9em;\n position: relative;\n top: -9em;\n }\n}\n\n/*# sourceMappingURL=Default.749670b3.css.map */\n","a.wisskilink {\n color: blue !important;\n}\n\nimg.biglogo {\n display: block;\n\n width: 80vw;\n height: 80vw;\n}\n\n@media screen and (min-width: 600px) {\n img.biglogo {\n float: right;\n\n /* set a reasonable size */\n width: 33vw;\n height: 33vw;\n\n /* but don't overdo it */\n max-width: 20em;\n max-height: 20em;\n\n\n /* place image next to the image, overlapping the crumbs bar */\n position: relative;\n top: -9em;\n margin-bottom: -9em;\n }\n}"],"names":[],"version":3,"file":"Default.749670b3.css.map","sourceRoot":"../"}

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
textarea#key{resize:both;width:50%;height:10em}

View file

@ -0,0 +1,2 @@
textarea#key{resize:both;width:50%;height:10em}
/*# sourceMappingURL=User.1664d889.css.map */

View file

@ -0,0 +1 @@
{"mappings":"ACCA","sources":["User.1664d889.css","src/entry/User/index.css"],"sourcesContent":["textarea#key {\n resize: both;\n width: 50%;\n height: 10em;\n}\n\n/*# sourceMappingURL=User.1664d889.css.map */\n","/* textarea on the /user/ssh/add form */\ntextarea#key {\n width: 50%;\n height: 10em;\n resize: both; \n}\n"],"names":[],"version":3,"file":"User.1664d889.css.map","sourceRoot":"../"}

View file

@ -1 +0,0 @@
function e(e,t,n,r){Object.defineProperty(e,t,{get:n,set:r,enumerable:!0,configurable:!0})}var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},n={},r={},o=t.parcelRequireafa4;null==o&&((o=function(e){if(e in n)return n[e].exports;if(e in r){var t=r[e];delete r[e];var o={id:e,exports:{}};return n[e]=o,t.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){r[e]=t},t.parcelRequireafa4=o),o.register("gkpdw",function(e,t){o("hZNgY"),o("lFehX")}),o.register("hZNgY",function(e,t){var n=o("7E9W8");document.querySelectorAll(".copy").forEach(e=>{e.addEventListener("click",()=>{navigator.clipboard&&(0,n.discard)(navigator.clipboard.writeText(e.innerText))})})}),o.register("7E9W8",function(t,n){e(t.exports,"discard",function(){return o}),e(t.exports,"runMutexExclusive",function(){return i});let r=console.error.bind(console);function o(e){e.then(()=>{}).catch(r)}function i(e,t){o(e.runExclusive(t))}}),o.register("lFehX",function(e,t){document.querySelectorAll("span").forEach(e=>{e.hasAttribute("data-reveal")&&function(e,t){let n=e.getAttribute("data-reveal")??"(no content)",r=!0,o=()=>{r=!0,e.innerText="(click to reveal)"};o();let i=()=>{r=!1;let t=document.createElement("code");t.append(n),t.addEventListener("click",e=>{e.preventDefault(),navigator.clipboard&&navigator.clipboard.writeText(n).then(()=>{}).catch(console.error.bind(console))}),t.style.userSelect="all",e.innerHTML="",e.append(t)};e.addEventListener("click",e=>{e.preventDefault(),r&&(i(),setTimeout(o,1e4))})}(e,0)})}),o("gkpdw");

View file

@ -0,0 +1,2 @@
var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},r={},n=e.parcelRequireafa4;null==n&&((n=function(e){if(e in t)return t[e].exports;if(e in r){var n=r[e];delete r[e];var o={id:e,exports:{}};return t[e]=o,n.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){r[e]=t},e.parcelRequireafa4=n),n.register("aS58T",function(e,t){n("jpAna"),n("8rDt9")}),n.register("jpAna",function(e,t){var r=n("24DUY");document.querySelectorAll(".copy").forEach(e=>{e.addEventListener("click",()=>{navigator.clipboard&&(0,r.discard)(navigator.clipboard.writeText(e.innerText))})})}),n.register("24DUY",function(e,t){Object.defineProperty(e.exports,"discard",{get:function(){return n},set:void 0,enumerable:!0,configurable:!0});let r=console.error.bind(console);function n(e){e.then(()=>{}).catch(r)}}),n.register("8rDt9",function(e,t){document.querySelectorAll("span").forEach(e=>{e.hasAttribute("data-reveal")&&function(e,t){let r=e.getAttribute("data-reveal")??"(no content)",n=!0,o=()=>{n=!0,e.innerText="(click to reveal)"};o();let i=()=>{n=!1;let t=document.createElement("code");t.append(r),t.addEventListener("click",e=>{e.preventDefault(),navigator.clipboard&&navigator.clipboard.writeText(r).then(()=>{}).catch(console.error.bind(console))}),t.style.userSelect="all",e.innerHTML="",e.append(t)};e.addEventListener("click",e=>{e.preventDefault(),n&&(i(),setTimeout(o,1e4))})}(e,0)})}),n("aS58T");
//# sourceMappingURL=User.67ac1e81.js.map

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
.copy{-webkit-user-select:all;user-select:all}

View file

@ -0,0 +1,2 @@
.copy{-webkit-user-select:all;user-select:all}
/*# sourceMappingURL=User.72760bc7.css.map */

View file

@ -0,0 +1 @@
{"mappings":"ACAA","sources":["User.72760bc7.css","src/lib/copy/index.css"],"sourcesContent":[".copy {\n -webkit-user-select: all;\n user-select: all;\n}\n\n/*# sourceMappingURL=User.72760bc7.css.map */\n",".copy {\n user-select: all;\n}"],"names":[],"version":3,"file":"User.72760bc7.css.map","sourceRoot":"../"}

View file

@ -1 +0,0 @@
!function(){function e(e,t,n,r){Object.defineProperty(e,t,{get:n,set:r,enumerable:!0,configurable:!0})}var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},n={},r={},o=t.parcelRequireafa4;null==o&&((o=function(e){if(e in n)return n[e].exports;if(e in r){var t=r[e];delete r[e];var o={id:e,exports:{}};return n[e]=o,t.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){r[e]=t},t.parcelRequireafa4=o),o.register("kEAtK",function(e,t){o("15EWx"),o("fp21h")}),o.register("15EWx",function(e,t){var n=o("17GEA");document.querySelectorAll(".copy").forEach(e=>{e.addEventListener("click",()=>{navigator.clipboard&&(0,n.discard)(navigator.clipboard.writeText(e.innerText))})})}),o.register("17GEA",function(t,n){e(t.exports,"discard",function(){return o}),e(t.exports,"runMutexExclusive",function(){return i});let r=console.error.bind(console);function o(e){e.then(()=>{}).catch(r)}function i(e,t){o(e.runExclusive(t))}}),o.register("fp21h",function(e,t){document.querySelectorAll("span").forEach(e=>{e.hasAttribute("data-reveal")&&function(e,t){let n=e.getAttribute("data-reveal")??"(no content)",r=!0,o=()=>{r=!0,e.innerText="(click to reveal)"};o();let i=()=>{r=!1;let t=document.createElement("code");t.append(n),t.addEventListener("click",e=>{e.preventDefault(),navigator.clipboard&&navigator.clipboard.writeText(n).then(()=>{}).catch(console.error.bind(console))}),t.style.userSelect="all",e.innerHTML="",e.append(t)};e.addEventListener("click",e=>{e.preventDefault(),r&&(i(),setTimeout(o,1e4))})}(e,0)})}),o("kEAtK")}();

View file

@ -0,0 +1,2 @@
var e,t,r,n;e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},t={},r={},null==(n=e.parcelRequireafa4)&&((n=function(e){if(e in t)return t[e].exports;if(e in r){var n=r[e];delete r[e];var o={id:e,exports:{}};return t[e]=o,n.call(o.exports,o,o.exports),o.exports}var i=Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}).register=function(e,t){r[e]=t},e.parcelRequireafa4=n),n.register("eejBl",function(e,t){n("5J9YX"),n("lNUmu")}),n.register("5J9YX",function(e,t){var r=n("aPvYT");document.querySelectorAll(".copy").forEach(e=>{e.addEventListener("click",()=>{navigator.clipboard&&(0,r.discard)(navigator.clipboard.writeText(e.innerText))})})}),n.register("aPvYT",function(e,t){Object.defineProperty(e.exports,"discard",{get:function(){return n},set:void 0,enumerable:!0,configurable:!0});let r=console.error.bind(console);function n(e){e.then(()=>{}).catch(r)}}),n.register("lNUmu",function(e,t){document.querySelectorAll("span").forEach(e=>{e.hasAttribute("data-reveal")&&function(e,t){let r=e.getAttribute("data-reveal")??"(no content)",n=!0,o=()=>{n=!0,e.innerText="(click to reveal)"};o();let i=()=>{n=!1;let t=document.createElement("code");t.append(r),t.addEventListener("click",e=>{e.preventDefault(),navigator.clipboard&&navigator.clipboard.writeText(r).then(()=>{}).catch(console.error.bind(console))}),t.style.userSelect="all",e.innerHTML="",e.append(t)};e.addEventListener("click",e=>{e.preventDefault(),n&&(i(),setTimeout(o,1e4))})}(e,0)})}),n("eejBl");
//# sourceMappingURL=User.d3b2edc7.js.map

File diff suppressed because one or more lines are too long