You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/views2/setup.pug

28 lines
1.6 KiB

doctype html
html.dark.sl-theme-dark(lang='en')
head
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
title ass setup
meta(name='theme-color' content='black')
link(rel='stylesheet', href='/.css')
//- Shoelace-FontAwesome Pug mixin
include ../node_modules/shoelace-fontawesome-pug/sl-fa-mixin.pug
include ../node_modules/shoelace-pug-loader/loader.pug
+slTheme('dark')
//- Shoelace components
+slComponents('input', 'icon', 'button')
body.w-screen.h-screen.flex.items-center.justify-center
.w-full.md_max-w-xl.flex.flex-col.p-2.md_p-8.items-center
h1.text-3xl.font-bold.font-mono.mb-4 ass setup
p.text-lg.mb-6 Welcome to ass, your new personal file upload server!
sl-input.w-96.mb-2#dir(type='text' label='Uploads directory' placeholder='/opt/ass/uploads' clearable): sl-icon(slot='prefix' name='fas-folders' library='fa')
.flex.mb-2.gap-4.justify-center
sl-input.w-44#idtype(type='text' label='ID type' placeholder='random'): sl-icon(slot='prefix' name='fas-input-text' library='fa')
sl-input.w-44#idsize(type='number' label='ID size' placeholder='8'): sl-icon(slot='prefix' name='fas-hashtag' library='fa')
.flex.mb-2.gap-4.justify-center
sl-input.w-44#gfysize(type='number' label='Gfycat size' placeholder='3'): sl-icon(slot='prefix' name='fas-cat' library='fa')
sl-input.w-44#filesize(type='number' label='Maximum file size (MB)' placeholder='50'): sl-icon(slot='prefix' name='fas-file' library='fa')
sl-button.w-32.mt-2.self-center#submit(type='primary' submit) Submit
script(src='/setup/ui.js')