1 line
8.2 KiB
JavaScript
1 line
8.2 KiB
JavaScript
|
"use strict";exports.id=615,exports.ids=[615],exports.modules={93615:(e,s,l)=>{let{IncomingMessage:t}=l(81630),a=l(83007);e.exports=async function(e){if(!e.cookies?.datasquirelSuAdminUserAuthKey)return console.log("No auth key cookie found"),null;let s=a(e.cookies.datasquirelSuAdminUserAuthKey);if(!s)return console.log("No user payload found"),null;let l=JSON.parse(s);return l.password!==process.env.DSQL_USER_KEY?(console.log("Invalid password"),null):l.authKey!==process.env.DSQL_SPECIAL_KEY?(console.log("Invalid auth key"),null):l}},64987:(e,s,l)=>{l.d(s,{A:()=>y});var t=l(8732),a=l(82015),r=l.n(a),n=l(27912),i=l.n(n),o=l(93353),c=l(20427),d=l(25294),x=l(34479),u=l(2459),h=l(67105),m=l(26628),p=l(80006),j=l(62011);function g(e){let[s,l]=r().useState(!0);return(0,t.jsxs)("aside",{className:"aside"+(s?" mobile-collapsed":" mobile-expanded"),style:{maxWidth:s?"250px":"300px",zIndex:800},children:[(0,t.jsx)(o.A,{adminAside:!0,collapseAsideMobile:s,setCollapseAsideMobile:l}),(0,t.jsx)("hr",{className:"opacity-0 mt-4"}),(0,t.jsxs)("div",{className:"main-links"+(s?" hidden lg:flex":" "),children:[(0,t.jsxs)("a",{href:"/su","data-currentlink":"/su","data-strictlink":"true",children:[(0,t.jsx)(c.A,{size:20}),(0,t.jsx)("span",{children:"Dashboard"})]}),(0,t.jsxs)("a",{href:"/su/users","data-currentlink":"/su/users",children:[(0,t.jsx)(d.A,{size:20}),(0,t.jsx)("span",{children:"Users"})]}),(0,t.jsxs)("a",{href:"/su/error-logs","data-currentlink":"/su/error-logs",children:[(0,t.jsx)(x.A,{size:20}),(0,t.jsx)("span",{children:"Error Logs"})]}),(0,t.jsxs)("a",{href:"/su/servers","data-currentlink":"/su/servers",children:[(0,t.jsx)(u.A,{size:20}),(0,t.jsx)("span",{children:"Servers"})]}),(0,t.jsxs)("a",{href:"/su/load-balancing","data-currentlink":"/su/load-balancing",children:[(0,t.jsx)(h.A,{size:20}),(0,t.jsx)("span",{children:"Load Balancing"})]}),!1,(0,t.jsxs)("a",{href:"/su/backups","data-currentlink":"/su/backups",children:[(0,t.jsx)(m.A,{size:20}),(0,t.jsx)("span",{children:"Backups"})]}),(0,t.jsxs)("a",{href:"/su/console","data-currentlink":"/su/console",children:[(0,t.jsx)(p.A,{size:20}),(0,t.jsx)("span",{children:"Console"})]}),(0,t.jsxs)("a",{href:"/su/envar","data-currentlink":"/su/envar",children:[(0,t.jsx)(j.A,{size:20}),(0,t.jsx)("span",{children:"Env"})]})]})]})}var f=l(34254),b=l(58526);function w({user:e,extraHeaderContent:s}){let[l,a]=r().useState(e||null);return(0,t.jsx)("section",{className:"overflow-visible w-full px-0 md:px-8 py-0 flex justify-center bg-white dark:bg-slate-800 shadow-lg gap-4 dark:shadow-black/10 z-50 shadow-slate-900/5",style:{zIndex:700,border:"none"},children:(0,t.jsxs)("div",{className:"w-full items-center justify-between gap-4 md:gap-8",children:[(0,t.jsxs)("div",{className:"hidden xl:flex flex-col items-stretch grow fixed xl:static top-0 right-0 px-4 xl:px-0 shadow-xl xl:shadow-none h-screen xl:h-auto overflow-auto xl:overflow-visible w-screen sl:w-auto bg-white xl:bg-transparent pb-10 xl:pb-0",id:"main-nav-content-wrapper",children:[(0,t.jsxs)("div",{className:"items-center mb-2 flex xl:hidden",children:[(0,t.jsx)("a",{href:"/",className:"hidden xl:flex",children:(0,t.jsx)("img",{src:"/images/logo-icon-alt-2.png",alt:"Logo Icon",width:37})}),(0,t.jsx)("button",{className:"outlined gray ml-auto",onClick:e=>{let s=document.getElementById("main-nav-content-wrapper");s?.classList.toggle("hidden")},style:{border:"none"},children:(0,t.jsx)("span",{className:"font-semibold text-4xl",children:"✕"})})]}),(0,t.jsx)("div",{className:"flex items-center w-full gap-6 grow flex-col xl:flex-row justify-start xl:justify-between",children:(0,t.jsx)("div",{className:"gap-2 flex-col-reverse xl:flex-row gap-y-6 w-full xl:w-auto py-2",children:(0,t.jsxs)("div",{className:"ml-auto dropdown-wrapper",children:[(0,t.jsx)("div",{className:"bg-white rounded-full overflow-hidden",style:{width:"36px",height:"36px"},children:(0,t.jsx)("img",{src:"/images/user-preset-thumbnail.png",alt:"User Image",width:35,className:"w-full h-full object-cover"})}),(0,t.jsx)("span",{children:(0,t.jsx)("b",{children:"Super User"})}),(
|