Compare commits
10 commits
57014401ff
...
44b443d5ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44b443d5ba | ||
|
|
a666fcef42 | ||
|
|
cf9fb1c762 | ||
|
|
4d71f8ca2a | ||
|
|
1089c9fe92 | ||
|
|
b43b8e6eaf | ||
|
|
47993f76cb | ||
|
|
477ebddcd3 | ||
|
|
57aaa96a59 | ||
|
|
5202d5f8e1 |
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ dist
|
|||
.DS_Store
|
||||
.fleet
|
||||
.idea
|
||||
session-ses_*.md
|
||||
24
Dockerfile
|
|
@ -1,17 +1,19 @@
|
|||
FROM node:18-alpine
|
||||
|
||||
# Build stage
|
||||
FROM node:22-alpine AS build
|
||||
ARG PASSWORD
|
||||
ENV PASSWORD=${PASSWORD}
|
||||
WORKDIR /src
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apk add bash
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
# Runtime stage
|
||||
FROM node:22-alpine
|
||||
WORKDIR /src
|
||||
RUN apk add --no-cache bash
|
||||
COPY --from=build /src/.output ./.output
|
||||
ENV NITRO_HOST=0.0.0.0
|
||||
ENV NITRO_PORT=5000
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
# ENTRYPOINT ["npm", "run", "build", "node", ".output/server/index.mjs"]
|
||||
EXPOSE 5000
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
|
|
|
|||
674
LICENSE
Normal file
|
|
@ -0,0 +1,674 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{one line to give the program's name and a brief idea of what it does.}
|
||||
Copyright (C) {year} {name of author}
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
119
README.md
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
# Portfolio
|
||||
|
||||
Michael Winter's portfolio website - a Nuxt 3 application.
|
||||
|
||||
## ⚠️ Important
|
||||
|
||||
This portfolio contains the majority of my life's work - compositions, performances, publications, and research.
|
||||
|
||||
**Before making any changes:**
|
||||
- Ensure you have a backup
|
||||
- Test changes in development first
|
||||
- Be careful with data deletions
|
||||
|
||||
## Overview
|
||||
|
||||
- **Framework**: Nuxt 4 (Vue 3, TypeScript, Tailwind CSS)
|
||||
- **Data**: JSON files in `server/data/`
|
||||
- **Admin**: Password-protected admin panel at `/admin`
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Node.js 22+
|
||||
- npm
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# 1. Install dependencies
|
||||
npm install
|
||||
|
||||
# 2. Create .env file
|
||||
cp .env_template .env
|
||||
# Edit .env with your values
|
||||
|
||||
# 3. Start development server
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Environment Variables (.env)
|
||||
|
||||
| Variable | Description | Example |
|
||||
|----------|-------------|---------|
|
||||
| PASSWORD | Admin password | ************ |
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
npm run dev # Start development server
|
||||
npm run build # Build for production
|
||||
npm run generate # Generate static site
|
||||
npm run preview # Preview production build
|
||||
```
|
||||
|
||||
## Docker Deployment
|
||||
|
||||
The portfolio runs in Docker as part of the main unboundedpress stack.
|
||||
|
||||
### Build & Start
|
||||
|
||||
```bash
|
||||
cd ..
|
||||
docker compose up -d portfolio
|
||||
```
|
||||
|
||||
### Updating Admin Password
|
||||
|
||||
1. Edit `.env` in main repo:
|
||||
```
|
||||
PASSWORD=your_new_password
|
||||
```
|
||||
|
||||
2. Rebuild and restart:
|
||||
```bash
|
||||
docker compose up -d --build portfolio
|
||||
```
|
||||
|
||||
## Data Management
|
||||
|
||||
Data is stored in JSON files in `server/data/`:
|
||||
|
||||
- `works.json` - Musical works
|
||||
- `events.json` - Events and performances
|
||||
- `publications.json` - Publications
|
||||
- `resume.json` - CV/resume
|
||||
- `talks.json` - Talks and lectures
|
||||
- `releases.json` - Album releases
|
||||
- `album_art/` - Album cover images
|
||||
- `scores/` - PDF scores
|
||||
- `images/` - Gallery images
|
||||
|
||||
### Editing Data
|
||||
|
||||
1. Via Admin Panel: Visit `/admin` and login
|
||||
2. Direct JSON Edit: Edit files in `server/data/` directly
|
||||
|
||||
## Project Structure
|
||||
|
||||
```
|
||||
portfolio/
|
||||
├── server/
|
||||
│ ├── api/ # Server API routes
|
||||
│ └── data/ # JSON data files
|
||||
├── pages/ # Vue pages (file-based routing)
|
||||
├── components/ # Vue components
|
||||
├── layouts/ # Layout components
|
||||
├── public/ # Static assets (scores, images)
|
||||
├── stores/ # Pinia stores
|
||||
├── .env # Environment variables (not in repo)
|
||||
└── .env_template # Template for .env
|
||||
```
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- [Nuxt](https://nuxt.com/)
|
||||
- [Vue 3](https://vuejs.org/)
|
||||
- [Tailwind CSS](https://tailwindcss.com/)
|
||||
- [Pinia](https://pinia.vuejs.org/)
|
||||
- [Nuxt Image](https://image.nuxt.com/)
|
||||
- [Headless UI](https://headlessui.com/)
|
||||
49
admin/schemas/index.js
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
export const schemas = {
|
||||
works: {
|
||||
title: { type: 'text', label: 'Title' },
|
||||
date: { type: 'text', label: 'Date' },
|
||||
type: { type: 'text', label: 'Type' },
|
||||
score: { type: 'text', label: 'Score URL' },
|
||||
gallery: { type: 'text', label: 'Gallery' },
|
||||
soundcloud_trackid: { type: 'text', label: 'SoundCloud Track ID' },
|
||||
vimeo_trackid: { type: 'text', label: 'Vimeo Track ID' },
|
||||
instrument_tags: { type: 'text', label: 'Instrument Tags' },
|
||||
priority: { type: 'number', label: 'Priority' }
|
||||
},
|
||||
publications: {
|
||||
citationKey: { type: 'text', label: 'Citation Key' },
|
||||
entryType: { type: 'text', label: 'Entry Type' },
|
||||
entryTags: { type: 'textarea', label: 'Entry Tags (JSON)' }
|
||||
},
|
||||
events: {
|
||||
title: { type: 'text', label: 'Title' },
|
||||
start_date: { type: 'text', label: 'Start Date' },
|
||||
end_date: { type: 'text', label: 'End Date' },
|
||||
location: { type: 'text', label: 'Location' },
|
||||
type: { type: 'text', label: 'Type' },
|
||||
program: { type: 'textarea', label: 'Program' },
|
||||
works_list: { type: 'textarea', label: 'Works List' }
|
||||
},
|
||||
releases: {
|
||||
title: { type: 'text', label: 'Title' },
|
||||
year: { type: 'text', label: 'Year' },
|
||||
album_art: { type: 'text', label: 'Album Art' },
|
||||
discogs_id: { type: 'text', label: 'Discogs ID' },
|
||||
buy_link: { type: 'text', label: 'Buy Link' },
|
||||
spotify_id: { type: 'text', label: 'Spotify ID' }
|
||||
},
|
||||
talks: {
|
||||
title: { type: 'text', label: 'Title' },
|
||||
date: { type: 'text', label: 'Date' },
|
||||
location: { type: 'text', label: 'Location' },
|
||||
type: { type: 'text', label: 'Type' }
|
||||
}
|
||||
}
|
||||
|
||||
export const collections = [
|
||||
{ key: 'works', label: 'Works', file: 'works.json' },
|
||||
{ key: 'publications', label: 'Publications', file: 'publications.json' },
|
||||
{ key: 'events', label: 'Events', file: 'events.json' },
|
||||
{ key: 'releases', label: 'Releases', file: 'releases.json' },
|
||||
{ key: 'talks', label: 'Talks', file: 'talks.json' }
|
||||
]
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
<Icon name="ion:book-sharp" style="color: white" />
|
||||
</button>
|
||||
|
||||
<a v-else-if="type === 'document'" :href="isExternalLink ? link : undefined" :target="isExternalLink ? '_blank' : undefined" :rel="isExternalLink ? 'noopener noreferrer' : undefined" @click="(isExternalLink || isInternalPage) && openDocument()" class="inline-flex p-1 cursor-pointer">
|
||||
<a v-else-if="type === 'document'" :href="isExternalLink ? link : undefined" :target="isExternalLink ? '_blank' : undefined" :rel="isExternalLink ? 'noopener noreferrer' : undefined" @click="openDocument()" class="inline-flex p-1 cursor-pointer">
|
||||
<Icon name="ion:book-sharp" style="color: white" />
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
>
|
||||
|
||||
<SwiperSlide v-for="image in gallery" class="!flex !items-center !justify-center !h-auto !py-10 !bg-zinc-100">
|
||||
<img :src="'/' + bucket + '/' + image.image"
|
||||
<NuxtImg :src="'/' + bucket + '/' + image.image"
|
||||
style="max-width: calc(100% - 80px); max-height: 70vh; object-fit: contain;"/>
|
||||
</SwiperSlide>
|
||||
</Swiper>
|
||||
|
|
|
|||
|
|
@ -1,57 +0,0 @@
|
|||
const { MongoClient, GridFSBucket } = require('mongodb');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
async function exportGridFS() {
|
||||
const client = new MongoClient('mongodb://localhost:27017/');
|
||||
|
||||
try {
|
||||
await client.connect();
|
||||
const db = client.db('portfolio');
|
||||
|
||||
const buckets = ['images', 'album_art', 'scores', 'pubs'];
|
||||
|
||||
for (const bucketName of buckets) {
|
||||
const bucket = new GridFSBucket(db, { bucketName });
|
||||
const outputDir = path.join(__dirname, 'public', bucketName);
|
||||
|
||||
if (!fs.existsSync(outputDir)) {
|
||||
fs.mkdirSync(outputDir, { recursive: true });
|
||||
}
|
||||
|
||||
const cursor = bucket.find({});
|
||||
const files = await cursor.toArray();
|
||||
|
||||
console.log(`Exporting ${files.length} files from ${bucketName}...`);
|
||||
|
||||
const promises = files.map(file => {
|
||||
return new Promise((resolve, reject) => {
|
||||
const outputPath = path.join(outputDir, file.filename);
|
||||
const stream = bucket.openDownloadStreamByName(file.filename);
|
||||
const writeStream = fs.createWriteStream(outputPath);
|
||||
|
||||
stream.pipe(writeStream);
|
||||
|
||||
stream.on('end', () => {
|
||||
console.log(` Saved: ${file.filename}`);
|
||||
resolve();
|
||||
});
|
||||
|
||||
stream.on('error', (err) => {
|
||||
console.error(` Error saving ${file.filename}:`, err.message);
|
||||
reject(err);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
await Promise.all(promises);
|
||||
console.log(`Finished ${bucketName}`);
|
||||
}
|
||||
|
||||
console.log('Done!');
|
||||
} finally {
|
||||
await client.close();
|
||||
}
|
||||
}
|
||||
|
||||
exportGridFS();
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<iframe :src="modalStore.iframeUrl" width="100%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
<div v-if="modalStore.type === 'pdf'" class="flex flex-col h-full">
|
||||
<iframe :src="modalStore.pdfUrl + '#toolbar=1&navpanes=0'" width="100%" height="100%" frameborder="0" :class="[modalStore.soundcloudUrl ? 'max-h-[calc(85vh-60px)]' : 'max-h-[calc(85vh-2rem)]', 'flex-grow']"></iframe>
|
||||
<iframe :src="modalStore.pdfUrl + '#toolbar=1&navpanes=0&sidebar=0'" width="100%" height="100%" frameborder="0" :class="[modalStore.soundcloudUrl ? 'max-h-[calc(85vh-60px)]' : 'max-h-[calc(85vh-2rem)]', 'flex-grow']"></iframe>
|
||||
<div v-if="modalStore.soundcloudUrl" class="flex justify-center mt-2">
|
||||
<iframe :src="modalStore.soundcloudUrl" width="400rem" height="20px" scrolling="no" frameborder="no" allow="autoplay"></iframe>
|
||||
</div>
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
const route = useRoute()
|
||||
|
||||
if(route.params.files == 'scores') {
|
||||
if(process.client && route.params.files == 'scores') {
|
||||
const { data: works } = await useFetch('/api/works', {
|
||||
transform: (works) => {
|
||||
return works.find(w => w.score === route.params.filename)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
//import { defineNuxtConfig } from 'nuxt3'
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
runtimeConfig: {
|
||||
adminPassword: process.env.PASSWORD
|
||||
},
|
||||
modules: ['@nuxtjs/tailwindcss', '@nuxt/image', '@nuxt/icon', '@pinia/nuxt', 'nuxt-headlessui', 'nuxt-swiper', 'nuxt-umami'],
|
||||
image: {
|
||||
domains: ['unboundedpress.org']
|
||||
|
|
|
|||
109
package-lock.json
generated
|
|
@ -7,6 +7,8 @@
|
|||
"name": "nuxt-app",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@formkit/themes": "^1.7.2",
|
||||
"@formkit/vue": "^1.7.2",
|
||||
"@pinia/nuxt": "^0.11.3",
|
||||
"mongodb": "^7.1.0",
|
||||
"nuxt": "^4.3.1",
|
||||
|
|
@ -1050,6 +1052,113 @@
|
|||
"license": "MIT",
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/@formkit/core": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/core/-/core-1.7.2.tgz",
|
||||
"integrity": "sha512-XDRVqkDtOziU3z44hdvgWEqGpiv6nTNeCmP8cnESKkr24a4keQuEwmfDVvibYV0ywyTMg6ylp2lyklCYeRHykQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/utils": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/dev": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/dev/-/dev-1.7.2.tgz",
|
||||
"integrity": "sha512-W38xbbFS4h4LTV22kUC6ZbPHBmlM2lVbAz5PSYU3SPaNc4FeXp4GTe4GzLEmcS82B+5L1zbSOgGB43kWZts7wA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/i18n": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/i18n/-/i18n-1.7.2.tgz",
|
||||
"integrity": "sha512-Zs6f+rtP2j2Nnt1HkNrL85WU6rtS1l1Q0BAQjCMGQPsbrppiL7/TZ5bNIrVm0DTntLgG3firDS7bNWAxPSwerQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2",
|
||||
"@formkit/validation": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/inputs": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/inputs/-/inputs-1.7.2.tgz",
|
||||
"integrity": "sha512-4xs7RJN8EFGctTCNRXBTvor2O8RvuEEK3q2Hl/RMU5lhhn5tmck90fkkeAr9o+rWRoSNiV8XgbLQArQ/B1IYPw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/observer": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/observer/-/observer-1.7.2.tgz",
|
||||
"integrity": "sha512-KUr5mcu2SAeHOOK1FaMyFigtA8hkHLsUkaPFWpTC81j79o1AUjJppmfPaX6PbtlHLeMs2Zq8Qhp6VAhi7D2WJg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/rules": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/rules/-/rules-1.7.2.tgz",
|
||||
"integrity": "sha512-2e5qKlXzmL9LAetncFp7xkHEX/UAJsU3bo1iL3idloH3HALf5fIdg3lgOKwCNDMdLjbfiKJ6lVwFaeFfFpcDKw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2",
|
||||
"@formkit/validation": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/themes": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.7.2.tgz",
|
||||
"integrity": "sha512-AaZHy7l9D44Ya3cQRqZ8RIpaTTsCjTB1gX13NlpqYSs6yG0yBTmJ7L7kW60bOGdhs/vmIwSel578EBwz98nybQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/utils": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.7.2.tgz",
|
||||
"integrity": "sha512-bBF6alUBOqFfJHjVB95Vck0hp36vlw4QfFJxGfTO6BX68AEaFzzzabtpwfy0DbcHtwHh4Yn7l/rOWGxXEve+QQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@formkit/validation": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/validation/-/validation-1.7.2.tgz",
|
||||
"integrity": "sha512-JJsLP7AI/++VujdwtBeUcPhCqY3FXSKZ7hajT7Ow5Feab7JLqVPjxVMFbXDgEOLjq0ex1NX/I+EQHfm5sqMRsA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/observer": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@formkit/vue": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@formkit/vue/-/vue-1.7.2.tgz",
|
||||
"integrity": "sha512-jrvXl2ZhS6X5klTbP4N5zc0Dg37AjbAf8SCVoz7mfligVkmwrrF4SN3waMBcH+n9gqT+vrkOYb6bQXdvjUdnCQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/core": "^1.7.2",
|
||||
"@formkit/dev": "^1.7.2",
|
||||
"@formkit/i18n": "^1.7.2",
|
||||
"@formkit/inputs": "^1.7.2",
|
||||
"@formkit/observer": "^1.7.2",
|
||||
"@formkit/rules": "^1.7.2",
|
||||
"@formkit/themes": "^1.7.2",
|
||||
"@formkit/utils": "^1.7.2",
|
||||
"@formkit/validation": "^1.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@headlessui/vue": {
|
||||
"version": "1.7.23",
|
||||
"resolved": "https://registry.npmjs.org/@headlessui/vue/-/vue-1.7.23.tgz",
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@
|
|||
"nuxt-icon": "^1.0.0-beta.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@formkit/themes": "^1.7.2",
|
||||
"@formkit/vue": "^1.7.2",
|
||||
"@pinia/nuxt": "^0.11.3",
|
||||
"mongodb": "^7.1.0",
|
||||
"nuxt": "^4.3.1",
|
||||
"nuxt-swiper": "^1.2.2",
|
||||
"nuxt-umami": "^3.2.1",
|
||||
|
|
|
|||
|
|
@ -33,21 +33,21 @@
|
|||
<div class="inline-flex place-items-center p-2">
|
||||
Contact
|
||||
<div>
|
||||
<IconButton :visible="true" type="email" work="placeholder" link="javascript:location='mailto:\u006d\u0077\u0069\u006e\u0074\u0065\u0072\u0040\u0075\u006e\u0062\u006f\u0075\u006e\u0064\u0065\u0064\u0070\u0072\u0065\u0073\u0073\u002e\u006f\u0072\u0067';void 0"></IconButton>
|
||||
<IconButton :visible="true" type="email" work="placeholder" link="javascript:location='mailto:\u006d\u0077\u0069\u006e\u0074\u0065\u0072\u0040\u0075\u006e\u0062\u006f\u0075\u006e\u0064\u0065\u0064\u0070\u0072\u0065\u0073\u0073\u002e\u006f\u0072\u0067';void 0" class="mt-[-6px]"></IconButton>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="inline-flex place-items-center p-2">
|
||||
CV
|
||||
<div>
|
||||
<IconButton :visible="true" type="document" work="placeholder" link="/cv"></IconButton>
|
||||
<IconButton :visible="true" type="document" work="placeholder" link="/cv" class="mt-[-6px]"></IconButton>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="inline-flex place-items-center p-2">
|
||||
Works List with Presentation History
|
||||
<div>
|
||||
<IconButton :visible="true" type="document" work="placeholder" link="/works_list"></IconButton>
|
||||
<IconButton :visible="true" type="document" work="placeholder" link="/works_list" class="mt-[-6px]"></IconButton>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
|
|
|||
339
pages/admin.vue
Normal file
|
|
@ -0,0 +1,339 @@
|
|||
<template>
|
||||
<div class="min-h-screen bg-gray-100">
|
||||
<div v-if="!authenticated" class="flex items-center justify-center min-h-screen">
|
||||
<FormKit type="form" @submit="checkPassword" submit-label="Login">
|
||||
<FormKit
|
||||
type="password"
|
||||
name="password"
|
||||
label="Password"
|
||||
validation="required"
|
||||
/>
|
||||
</FormKit>
|
||||
</div>
|
||||
|
||||
<div v-else class="flex min-h-screen">
|
||||
<div class="w-64 bg-white border-r p-4">
|
||||
<h2 class="text-xl font-bold mb-4">Admin</h2>
|
||||
|
||||
<div class="mb-4">
|
||||
<h3 class="text-xs font-semibold text-gray-500 uppercase mb-2">Collections</h3>
|
||||
<nav class="space-y-1">
|
||||
<button
|
||||
v-for="col in collections"
|
||||
:key="col.key"
|
||||
@click="selectedView = 'collections'; selectedCollection = col.key"
|
||||
class="w-full text-left px-4 py-2 rounded text-sm"
|
||||
:class="selectedView === 'collections' && selectedCollection === col.key ? 'bg-black text-white' : 'hover:bg-gray-100'"
|
||||
>
|
||||
{{ col.label }}
|
||||
</button>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-xs font-semibold text-gray-500 uppercase mb-2">Files</h3>
|
||||
<nav class="space-y-1">
|
||||
<button
|
||||
v-for="folder in fileFolders"
|
||||
:key="folder.key"
|
||||
@click="selectedView = 'files'; selectedFolder = folder.key"
|
||||
class="w-full text-left px-4 py-2 rounded text-sm"
|
||||
:class="selectedView === 'files' && selectedFolder === folder.key ? 'bg-black text-white' : 'hover:bg-gray-100'"
|
||||
>
|
||||
{{ folder.label }}
|
||||
</button>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<button @click="logout" class="mt-8 w-full px-4 py-2 text-sm text-gray-600 hover:text-gray-800">
|
||||
Logout
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="flex-1 p-8 overflow-auto">
|
||||
<!-- Collections View -->
|
||||
<template v-if="selectedView === 'collections'">
|
||||
<div class="flex justify-between items-center mb-6">
|
||||
<h1 class="text-2xl font-bold">{{ collections.find(c => c.key === selectedCollection)?.label }}</h1>
|
||||
<button @click="createNew" class="px-4 py-2 bg-black text-white rounded hover:bg-gray-800">
|
||||
Add New
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<input
|
||||
v-model="searchQuery"
|
||||
type="text"
|
||||
placeholder="Search..."
|
||||
class="w-full mb-4 px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-black"
|
||||
/>
|
||||
|
||||
<div class="bg-white rounded-lg shadow overflow-hidden mb-8">
|
||||
<table class="w-full">
|
||||
<thead class="bg-gray-50">
|
||||
<tr>
|
||||
<th class="px-4 py-2 text-left text-sm font-medium text-gray-500">Title</th>
|
||||
<th class="px-4 py-2 text-left text-sm font-medium text-gray-500">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="item in filteredItems" :key="item.id" class="border-t hover:bg-gray-50">
|
||||
<td class="px-4 py-3">{{ getTitle(item) }}</td>
|
||||
<td class="px-4 py-3 space-x-2">
|
||||
<button @click="viewRawJson(item)" class="text-green-600 hover:text-green-800">JSON</button>
|
||||
<button @click="deleteItem(item)" class="text-red-600 hover:text-red-800">Delete</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- Files View -->
|
||||
<template v-else-if="selectedView === 'files'">
|
||||
<div class="flex justify-between items-center mb-6">
|
||||
<h1 class="text-2xl font-bold">{{ fileFolders.find(f => f.key === selectedFolder)?.label }}</h1>
|
||||
<label class="px-4 py-2 bg-black text-white rounded hover:bg-gray-800 cursor-pointer">
|
||||
{{ isUploading ? 'Uploading...' : 'Upload File' }}
|
||||
<input type="file" class="hidden" @change="handleFileUpload" :disabled="isUploading" />
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<input
|
||||
v-model="fileSearchQuery"
|
||||
type="text"
|
||||
placeholder="Search files..."
|
||||
class="w-full mb-4 px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-black"
|
||||
/>
|
||||
|
||||
<div class="bg-white rounded-lg shadow overflow-hidden">
|
||||
<table class="w-full">
|
||||
<thead class="bg-gray-50">
|
||||
<tr>
|
||||
<th class="px-4 py-2 text-left text-sm font-medium text-gray-500">File</th>
|
||||
<th class="px-4 py-2 text-left text-sm font-medium text-gray-500">Size</th>
|
||||
<th class="px-4 py-2 text-left text-sm font-medium text-gray-500">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="file in filteredFiles" :key="file.name" class="border-t hover:bg-gray-50">
|
||||
<td class="px-4 py-3">{{ file.name }}</td>
|
||||
<td class="px-4 py-3 text-gray-500">{{ (file.size / 1024).toFixed(1) }} KB</td>
|
||||
<td class="px-4 py-3 space-x-2">
|
||||
<button @click="copyUrl(file.url)" class="text-blue-600 hover:text-blue-800">Copy URL</button>
|
||||
<button @click="deleteFile(file)" class="text-red-600 hover:text-red-800">Delete</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div v-if="rawJsonItem" class="fixed inset-0 z-50 bg-black bg-opacity-50 flex items-center justify-center p-4">
|
||||
<div class="bg-white rounded-lg shadow-xl w-full max-w-4xl h-[80vh] flex flex-col p-6">
|
||||
<h2 class="text-xl font-bold mb-4">Raw JSON</h2>
|
||||
<textarea
|
||||
v-model="rawJsonContent"
|
||||
class="flex-1 w-full font-mono text-sm border rounded p-4 resize-none"
|
||||
spellcheck="false"
|
||||
></textarea>
|
||||
<div class="flex justify-end gap-2 mt-4">
|
||||
<button @click="rawJsonItem = null" class="px-4 py-2 border rounded hover:bg-gray-50">Cancel</button>
|
||||
<button @click="saveRawJson" class="px-4 py-2 bg-black text-white rounded hover:bg-gray-800">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, watch, computed } from 'vue'
|
||||
import { collections } from '@/admin/schemas'
|
||||
|
||||
const password = ref('')
|
||||
const authenticated = ref(false)
|
||||
const selectedView = ref('collections')
|
||||
const selectedCollection = ref('works')
|
||||
const selectedFolder = ref('scores')
|
||||
const items = ref([])
|
||||
const files = ref([])
|
||||
const rawJsonItem = ref(null)
|
||||
const rawJsonContent = ref('')
|
||||
const isUploading = ref(false)
|
||||
const searchQuery = ref('')
|
||||
const fileSearchQuery = ref('')
|
||||
|
||||
const searchFields = {
|
||||
works: ['title', 'type', 'instrument_tags'],
|
||||
publications: ['entryTags.title', 'entryTags.year', 'citationKey'],
|
||||
events: ['venue.name', 'venue.city', 'start_date'],
|
||||
releases: ['title', 'year'],
|
||||
talks: ['title', 'location', 'date']
|
||||
}
|
||||
|
||||
const filteredItems = computed(() => {
|
||||
if (!searchQuery.value.trim()) return items.value
|
||||
const query = searchQuery.value.toLowerCase()
|
||||
const fields = searchFields[selectedCollection.value] || []
|
||||
|
||||
return items.value.filter(item => {
|
||||
for (const field of fields) {
|
||||
const value = field.split('.').reduce((obj, key) => obj?.[key], item)
|
||||
if (value && String(value).toLowerCase().includes(query)) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
})
|
||||
})
|
||||
|
||||
const filteredFiles = computed(() => {
|
||||
if (!fileSearchQuery.value.trim()) return files.value
|
||||
const normalize = (str) => str.toLowerCase().replace(/[\s_-]+/g, '')
|
||||
const query = normalize(fileSearchQuery.value)
|
||||
|
||||
return files.value.filter(file => normalize(file.name).includes(query))
|
||||
})
|
||||
|
||||
const fileFolders = [
|
||||
{ key: 'scores', label: 'Scores' },
|
||||
{ key: 'pubs', label: 'Publications' },
|
||||
{ key: 'album_art', label: 'Album Art' },
|
||||
{ key: 'images', label: 'Images' },
|
||||
{ key: 'hdp_images', label: 'HDP Images' }
|
||||
]
|
||||
|
||||
async function checkPassword(data) {
|
||||
try {
|
||||
const result = await $fetch('/api/auth/verify-password', {
|
||||
method: 'POST',
|
||||
body: { password: data.password }
|
||||
})
|
||||
if (result.valid) {
|
||||
authenticated.value = true
|
||||
loadItems()
|
||||
} else {
|
||||
alert('Incorrect password')
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('Password check failed:', e)
|
||||
alert('Error: ' + e.message)
|
||||
}
|
||||
}
|
||||
|
||||
function logout() {
|
||||
authenticated.value = false
|
||||
password.value = ''
|
||||
}
|
||||
|
||||
function getTitle(item) {
|
||||
if (selectedCollection.value === 'publications' && item.entryTags?.title) {
|
||||
return item.entryTags.title
|
||||
}
|
||||
if (selectedCollection.value === 'events' && item.start_date) {
|
||||
const v = item.venue
|
||||
return `${item.start_date}: ${v?.name} - ${v?.city}, ${v?.state}`
|
||||
}
|
||||
if (selectedCollection.value === 'talks' && item.date) {
|
||||
return `${item.date}: ${item.location}`
|
||||
}
|
||||
return item.title || item.citationKey || item.name || item.id
|
||||
}
|
||||
|
||||
async function loadItems() {
|
||||
const { data } = await useFetch(`/api/admin/${selectedCollection.value}`)
|
||||
items.value = data.value || []
|
||||
}
|
||||
|
||||
async function loadFiles() {
|
||||
const { data } = await useFetch(`/api/admin/files?folder=${selectedFolder.value}`)
|
||||
files.value = data.value || []
|
||||
}
|
||||
|
||||
function createNew() {
|
||||
rawJsonItem.value = { id: null }
|
||||
rawJsonContent.value = '{\n \n}'
|
||||
}
|
||||
|
||||
function viewRawJson(item) {
|
||||
rawJsonItem.value = item
|
||||
rawJsonContent.value = JSON.stringify(item, null, 2)
|
||||
}
|
||||
|
||||
async function saveRawJson() {
|
||||
try {
|
||||
const parsed = JSON.parse(rawJsonContent.value)
|
||||
const method = parsed.id ? 'PUT' : 'POST'
|
||||
await useFetch(`/api/admin/${selectedCollection.value}`, {
|
||||
method,
|
||||
body: parsed
|
||||
})
|
||||
rawJsonItem.value = null
|
||||
loadItems()
|
||||
} catch (e) {
|
||||
alert('Invalid JSON')
|
||||
}
|
||||
}
|
||||
|
||||
async function deleteItem(item) {
|
||||
if (confirm('Are you sure you want to delete this item?')) {
|
||||
await useFetch(`/api/admin/${selectedCollection.value}/${item.id}`, {
|
||||
method: 'DELETE'
|
||||
})
|
||||
loadItems()
|
||||
}
|
||||
}
|
||||
|
||||
async function handleFileUpload(event) {
|
||||
const file = event.target.files?.[0]
|
||||
if (!file) return
|
||||
|
||||
isUploading.value = true
|
||||
const formData = new FormData()
|
||||
formData.append('file', file)
|
||||
|
||||
try {
|
||||
await $fetch(`/api/admin/files/upload?folder=${selectedFolder.value}`, {
|
||||
method: 'POST',
|
||||
body: formData
|
||||
})
|
||||
loadFiles()
|
||||
} catch (e) {
|
||||
alert('Upload failed: ' + e.message)
|
||||
} finally {
|
||||
isUploading.value = false
|
||||
event.target.value = ''
|
||||
}
|
||||
}
|
||||
|
||||
async function deleteFile(file) {
|
||||
if (confirm(`Delete ${file.name}?`)) {
|
||||
await $fetch(`/api/admin/files?folder=${selectedFolder.value}&file=${file.name}`, {
|
||||
method: 'DELETE'
|
||||
})
|
||||
loadFiles()
|
||||
}
|
||||
}
|
||||
|
||||
function copyUrl(url) {
|
||||
navigator.clipboard.writeText(window.location.origin + url)
|
||||
alert('URL copied to clipboard!')
|
||||
}
|
||||
|
||||
watch(selectedCollection, () => {
|
||||
loadItems()
|
||||
})
|
||||
|
||||
watch(selectedFolder, () => {
|
||||
loadFiles()
|
||||
})
|
||||
|
||||
watch(selectedView, (newView) => {
|
||||
if (newView === 'collections') {
|
||||
loadItems()
|
||||
} else if (newView === 'files') {
|
||||
loadFiles()
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
<div class="py-2 ml-3" v-for="item in works">
|
||||
<p class="font-thin">{{ item.year }}</p>
|
||||
<div class="leading-tight py-1 ml-3" v-for="work in item.works">
|
||||
<div class="grid grid-cols-[65%,30%] gap-1 font-thin items-center">
|
||||
<div class="grid grid-cols-[65%,30%] gap-1 font-thin items-start">
|
||||
<div class="italic text-sm">{{ work.title }}</div>
|
||||
<div class="inline-flex">
|
||||
<div class="inline-flex mt-[-4px]">
|
||||
|
||||
<div>
|
||||
<IconButton :visible="work.score" type="score" :work="work" :link="work.score" class="inline-flex p-1"></IconButton>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<p class="text-lg">writings</p>
|
||||
|
||||
<div class="leading-tight py-2 ml-3 text-sm" v-for="item in pubs">
|
||||
<div class="grid grid-cols-[95%,5%] gap-1 items-center">
|
||||
<div class="grid grid-cols-[95%,5%] gap-1 items-start">
|
||||
<div>
|
||||
<span v-html="item.entryTags.title"></span>
|
||||
<div class="ml-4 text-[#7F7F7F]">
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<IconButton :visible=item.entryTags.howpublished type="document" :link="item.entryTags.howpublished" class="inline-flex p-1"></IconButton>
|
||||
<IconButton :visible=item.entryTags.howpublished type="document" :link="item.entryTags.howpublished" class="inline-flex p-1 mt-[-6px]"></IconButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -59,8 +59,8 @@
|
|||
|
||||
<div class="px-5">
|
||||
<p class="text-lg">albums</p>
|
||||
<div class="leading-tight py-4 ml-3 text-sm" v-for="item in releases">
|
||||
<p class="text-center leading-tight py-2">{{ item.title }}</p>
|
||||
<div class="flex flex-col items-center leading-tight py-4 text-sm" v-for="item in releases">
|
||||
<p class="leading-tight py-2">{{ item.title }}</p>
|
||||
<button @click="modalStore.setModalProps('image', 'aspect-auto', true, 'album_art', [{image: item.album_art}], '')">
|
||||
<nuxt-img :src="'/album_art/' + item.album_art"
|
||||
quality="50"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="flex min-h-full items-center justify-center text-center">
|
||||
<embed v-if="isPdf" :src="filePath" class="w-[85%] h-[88vh]"/>
|
||||
<img v-else-if="isImage" :src="filePath" class="w-[85%]"/>
|
||||
<NuxtImg v-else-if="isImage" :src="filePath" class="w-[85%]"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
5
plugins/formkit.client.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defaultConfig, plugin } from '@formkit/vue'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.use(plugin, defaultConfig)
|
||||
})
|
||||
|
Before Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
|
@ -1 +0,0 @@
|
|||
\relax
|
||||
|
Before Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 882 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 637 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 209 KiB |
|
Before Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 332 KiB |
|
|
@ -1,242 +0,0 @@
|
|||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const { execSync } = require('child_process')
|
||||
|
||||
const DATA_DIR = path.join(__dirname, '../server/data')
|
||||
const PUBLIC_DIR = path.join(__dirname, '../public')
|
||||
|
||||
function readJson(filename) {
|
||||
const data = fs.readFileSync(path.join(DATA_DIR, filename), 'utf-8')
|
||||
const parsed = JSON.parse(data)
|
||||
|
||||
function cleanDates(obj) {
|
||||
if (Array.isArray(obj)) return obj.map(cleanDates)
|
||||
if (obj && typeof obj === 'object') {
|
||||
if (obj.$date?.$numberLong) return new Date(parseInt(obj.$date.$numberLong)).toISOString()
|
||||
const cleaned = {}
|
||||
for (const [k, v] of Object.entries(obj)) cleaned[k] = cleanDates(v)
|
||||
return cleaned
|
||||
}
|
||||
return obj
|
||||
}
|
||||
|
||||
return cleanDates(parsed)
|
||||
}
|
||||
|
||||
function formatMonth(dateStr) {
|
||||
if (!dateStr) return 'Present'
|
||||
const date = new Date(dateStr)
|
||||
if (isNaN(date)) return dateStr
|
||||
return date.toLocaleDateString('en-US', { month: 'short', year: 'numeric' })
|
||||
}
|
||||
|
||||
function formatYear(dateStr) {
|
||||
if (!dateStr) return ''
|
||||
const date = new Date(dateStr)
|
||||
if (isNaN(date)) return dateStr
|
||||
return date.getFullYear()
|
||||
}
|
||||
|
||||
function formatShortDate(dateStr) {
|
||||
if (!dateStr) return ''
|
||||
const date = new Date(dateStr)
|
||||
if (isNaN(date)) return dateStr
|
||||
return date.toLocaleDateString('en-US', { month: 'short', day: 'numeric' })
|
||||
}
|
||||
|
||||
function escapeLatex(str) {
|
||||
if (!str) return ''
|
||||
str = str.replace(/[\u0300-\u036f]/g, '')
|
||||
return str.replace(/[&%$#_{}]/g, '\\$&').replace(/~/g, '\\textasciitilde{}').replace(/\^/g, '\\textasciicircum{}').replace(/ä/g, '{\\"a}').replace(/ö/g, '{\\"o}').replace(/ü/g, '{\\"u}').replace(/Ä/g, '{\\"A}').replace(/Ö/g, '{\\"O}').replace(/Ü/g, '{\\"U}').replace(/á/g, "\\'a").replace(/é/g, "\\'e").replace(/í/g, "\\'i").replace(/ó/g, "\\'o").replace(/ú/g, "\\'u").replace(/à/g, "\\`a").replace(/è/g, "\\`e").replace(/ì/g, "\\`i").replace(/ò/g, "\\`o").replace(/ù/g, "\\`u").replace(/ã/g, '{\\~a}').replace(/ñ/g, '{\\~n}').replace(/–/g, '--').replace(/—/g, '---').replace(/ç/g, '\\c c')
|
||||
}
|
||||
|
||||
function generateCvLatex(resume, talks) {
|
||||
const basics = resume.basics || {}
|
||||
|
||||
const talksByYear = {}
|
||||
for (const talk of talks || []) {
|
||||
if (!talk.date) continue
|
||||
const year = new Date(talk.date).getFullYear()
|
||||
if (!talksByYear[year]) talksByYear[year] = []
|
||||
talksByYear[year].push(talk)
|
||||
}
|
||||
const sortedYears = Object.keys(talksByYear).sort((a, b) => b - a)
|
||||
|
||||
let latex = '\\documentclass[11pt]{article}\n'
|
||||
latex += '\\usepackage[utf8]{inputenc}\n'
|
||||
latex += '\\usepackage[T1]{fontenc}\n'
|
||||
latex += '\\usepackage{geometry}\n'
|
||||
latex += '\\geometry{letterpaper, top=1in, bottom=1in, left=1in, right=1in}\n'
|
||||
latex += '\\usepackage{enumitem}\n'
|
||||
latex += '\\usepackage{titlesec}\n'
|
||||
latex += '\\pagestyle{empty}\n'
|
||||
latex += '\\titleformat{\\section}{\\bfseries\\Large}{\\thesection}{1em}{}\n'
|
||||
latex += '\\titleformat{\\subsection}{\\bfseries\\large}{\\thesubsection}{1em}{}\n'
|
||||
latex += '\\titlespacing{\\section}{0pt}{12pt}{6pt}\n'
|
||||
latex += '\\titlespacing{\\subsection}{0pt}{8pt}{4pt}\n'
|
||||
latex += '\\begin{document}\n'
|
||||
|
||||
// Header
|
||||
latex += '\\begin{center}\n'
|
||||
latex += '{\\LARGE\\bfseries ' + escapeLatex(basics.name || '') + '}\\\\[4pt]\n'
|
||||
latex += '{\\large Curriculum Vitae}\\\\[8pt]\n'
|
||||
latex += escapeLatex(basics.email || '') + ' \\quad ' + escapeLatex(basics.phone || '') + ' \\quad ' + escapeLatex(basics.website || '') + '\n'
|
||||
latex += '\\end{center}\n'
|
||||
latex += '\\hrulefill\\\\[12pt]\n'
|
||||
|
||||
// Education
|
||||
latex += '\\section{Education}\n'
|
||||
for (const edu of resume.education || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(edu.studyType) + ' in ' + escapeLatex(edu.area) + '}, ' + escapeLatex(edu.institution) + ', ' + formatYear(edu.endDate) + '\\\\[4pt]\n'
|
||||
}
|
||||
|
||||
// Teaching
|
||||
latex += '\\section{Teaching}\n'
|
||||
for (const teach of resume.teaching || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(teach.company) + '}, \\textit{' + escapeLatex(teach.position) + '}\\\\[2pt]\n'
|
||||
latex += escapeLatex(formatMonth(teach.startDate)) + ' -- ' + escapeLatex(formatMonth(teach.endDate)) + '\\\\[8pt]\n'
|
||||
}
|
||||
|
||||
// Lectures
|
||||
latex += '\\section{Lectures}\n'
|
||||
for (const year of sortedYears) {
|
||||
latex += '\\subsection{' + year + '}\n'
|
||||
for (const talk of talksByYear[year]) {
|
||||
latex += '{\\bfseries ' + escapeLatex(talk.location) + '}\\\\\n'
|
||||
const titles = Array.isArray(talk.title) ? talk.title : [talk.title]
|
||||
for (const t of titles) latex += '\\hspace{8pt}\\textit{' + escapeLatex(t) + '}\\\\\n'
|
||||
}
|
||||
latex += '\\\\[4pt]\n'
|
||||
}
|
||||
|
||||
// Relevant Work
|
||||
latex += '\\section{Relevant Work}\n'
|
||||
for (const w of resume.work || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(w.company) + '}, \\textit{' + escapeLatex(w.position) + '}\\\\[2pt]\n'
|
||||
latex += escapeLatex(formatMonth(w.startDate)) + ' -- ' + escapeLatex(formatMonth(w.endDate)) + '\\\\[8pt]\n'
|
||||
}
|
||||
|
||||
// Skills
|
||||
latex += '\\section{Skills}\n'
|
||||
latex += (resume.skills?.[0]?.keywords?.map(s => escapeLatex(s)).join(', ') || '') + '\\\\[8pt]\n'
|
||||
|
||||
// Languages
|
||||
latex += '\\section{Languages}\n'
|
||||
latex += (resume.languages || []).map(l => escapeLatex(l.language) + ' (' + escapeLatex(l.fluency) + ')').join(', ') + '\\\\[8pt]\n'
|
||||
|
||||
// Recordings
|
||||
latex += '\\section{Recordings}\n'
|
||||
latex += '\\subsection{Solo Albums}\n'
|
||||
for (const rel of resume.solo_releases || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(rel.title) + '}. ' + escapeLatex(rel.publisher) + '. ' + escapeLatex(rel.media_type) + '. ' + escapeLatex(rel.date) + '.\\\\[4pt]\n'
|
||||
}
|
||||
latex += '\\subsection{Compilation Albums}\n'
|
||||
for (const rel of resume.compilation_releases || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(rel.title) + '}. ' + escapeLatex(rel.publisher) + '. ' + escapeLatex(rel.media_type) + '. ' + escapeLatex(rel.date) + '. \\textit{featuring ' + escapeLatex(rel.work) + '}.\\\\[4pt]\n'
|
||||
}
|
||||
|
||||
// Residencies
|
||||
latex += '\\section{Residencies and Awards}\n'
|
||||
for (const res of resume.residencies || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(res.org) + '}, ' + escapeLatex(res.date) + '\\\\[4pt]\n'
|
||||
}
|
||||
|
||||
// References
|
||||
latex += '\\section{References}\n'
|
||||
for (const ref of resume.references || []) {
|
||||
latex += '{\\bfseries ' + escapeLatex(ref.name) + '}\\\\[2pt]\n'
|
||||
latex += escapeLatex(ref.position) + '\\\\[2pt]\n'
|
||||
latex += escapeLatex(ref.email) + '\\\\[8pt]\n'
|
||||
}
|
||||
|
||||
latex += '\\end{document}\n'
|
||||
return latex
|
||||
}
|
||||
|
||||
function generateWorksListLatex(resume, works, events) {
|
||||
const basics = resume.basics || {}
|
||||
|
||||
const worksByYear = {}
|
||||
for (const work of works || []) {
|
||||
const year = work.date ? new Date(work.date).getFullYear() : 'Unknown'
|
||||
if (!worksByYear[year]) worksByYear[year] = []
|
||||
const workEvents = (events || []).filter(e => e.program && e.program.some(p => p.work?.toLowerCase().includes(work.title.toLowerCase())))
|
||||
worksByYear[year].push({ ...work, events: workEvents })
|
||||
}
|
||||
const sortedYears = Object.keys(worksByYear).sort((a, b) => b - a)
|
||||
|
||||
let latex = '\\documentclass[11pt]{article}\n'
|
||||
latex += '\\usepackage[utf8]{inputenc}\n'
|
||||
latex += '\\usepackage[T1]{fontenc}\n'
|
||||
latex += '\\usepackage{geometry}\n'
|
||||
latex += '\\geometry{letterpaper, top=1in, bottom=1in, left=1in, right=1in}\n'
|
||||
latex += '\\usepackage{enumitem}\n'
|
||||
latex += '\\usepackage{titlesec}\n'
|
||||
latex += '\\pagestyle{empty}\n'
|
||||
latex += '\\titleformat{\\section}{\\bfseries\\Large}{\\thesection}{1em}{}\n'
|
||||
latex += '\\titlespacing{\\section}{0pt}{12pt}{6pt}\n'
|
||||
latex += '\\begin{document}\n'
|
||||
|
||||
// Header
|
||||
latex += '\\begin{center}\n'
|
||||
latex += '{\\LARGE\\bfseries ' + escapeLatex(basics.name || '') + '}\\\\[4pt]\n'
|
||||
latex += '{\\large Works List with Presentation History}\\\\[8pt]\n'
|
||||
latex += escapeLatex(basics.email || '') + ' \\quad ' + escapeLatex(basics.phone || '') + ' \\quad ' + escapeLatex(basics.website || '') + '\n'
|
||||
latex += '\\end{center}\n'
|
||||
latex += '\\hrulefill\\\\[12pt]\n'
|
||||
|
||||
latex += 'A chronological performance / exhibition history, scores, and recordings are available at\\\\\n'
|
||||
latex += 'www.unboundedpress.org.\\\\\n'
|
||||
latex += 'All scores are also published or forthcoming through Frog Peak at\\\\\n'
|
||||
latex += 'www.frogpeak.org/fpartists/fpwinter.html.\\\\[12pt]\n'
|
||||
latex += '\\hrulefill\\\\[12pt]\n'
|
||||
|
||||
for (const year of sortedYears) {
|
||||
latex += '\\section{' + year + '}\n'
|
||||
for (const work of worksByYear[year]) {
|
||||
latex += '{\\bfseries\\textit{' + escapeLatex(work.title) + '}}\\\\[-4pt]\n'
|
||||
if (work.instrument_tags) latex += '\\hspace{8pt}' + escapeLatex(work.instrument_tags.join(', ')) + '\\\\[-4pt]\n'
|
||||
for (const event of work.events || []) {
|
||||
const venue = event.venue || {}
|
||||
latex += '\\hspace{8pt}' + escapeLatex(venue.name) + '; ' + escapeLatex(venue.city) + ', ' + escapeLatex(venue.state) + ' -- ' + escapeLatex(formatShortDate(event.start_date)) + '\\\\\n'
|
||||
}
|
||||
latex += '\\\\[4pt]\n'
|
||||
}
|
||||
}
|
||||
|
||||
latex += '\\end{document}\n'
|
||||
return latex
|
||||
}
|
||||
|
||||
function compileLatex(latexContent, outputPath) {
|
||||
const tempDir = path.join(__dirname, 'temp')
|
||||
if (!fs.existsSync(tempDir)) fs.mkdirSync(tempDir, { recursive: true })
|
||||
|
||||
const texPath = path.join(tempDir, 'temp.tex')
|
||||
fs.writeFileSync(texPath, latexContent)
|
||||
|
||||
try {
|
||||
execSync('cd ' + tempDir + ' && pdflatex temp.tex', { stdio: 'pipe' })
|
||||
const pdfPath = path.join(tempDir, 'temp.pdf')
|
||||
if (fs.existsSync(pdfPath)) {
|
||||
fs.copyFileSync(pdfPath, outputPath)
|
||||
console.log('Generated:', outputPath)
|
||||
}
|
||||
} catch (e) {
|
||||
fs.writeFileSync(path.join(PUBLIC_DIR, 'debug.tex'), latexContent)
|
||||
console.error('Error generating PDF')
|
||||
}
|
||||
}
|
||||
|
||||
const resume = readJson('resume.json')[0]
|
||||
const talks = readJson('talks.json')
|
||||
const works = readJson('works.json')
|
||||
const events = readJson('events.json')
|
||||
|
||||
console.log('Generating CV...')
|
||||
compileLatex(generateCvLatex(resume, talks), path.join(PUBLIC_DIR, 'cv.pdf'))
|
||||
|
||||
console.log('Generating Works List...')
|
||||
compileLatex(generateWorksListLatex(resume, works, events), path.join(PUBLIC_DIR, 'works_list.pdf'))
|
||||
|
||||
console.log('Done!')
|
||||
80
server/api/admin/[collection].js
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
import { readFileSync, writeFileSync, existsSync } from 'node:fs'
|
||||
import { join } from 'node:path'
|
||||
|
||||
const dataDir = './server/data'
|
||||
|
||||
function getFilePath(collection) {
|
||||
const fileMap = {
|
||||
works: 'works.json',
|
||||
publications: 'publications.json',
|
||||
events: 'events.json',
|
||||
releases: 'releases.json',
|
||||
talks: 'talks.json'
|
||||
}
|
||||
return join(dataDir, fileMap[collection] || `${collection}.json`)
|
||||
}
|
||||
|
||||
function generateId() {
|
||||
return Math.random().toString(36).substring(2, 15)
|
||||
}
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const method = event.method
|
||||
const collection = event.context.params?.collection
|
||||
const id = event.context.params?.id
|
||||
|
||||
if (!collection) {
|
||||
throw createError({ statusCode: 400, message: 'Collection required' })
|
||||
}
|
||||
|
||||
const filePath = getFilePath(collection)
|
||||
|
||||
if (!existsSync(filePath)) {
|
||||
throw createError({ statusCode: 404, message: 'Collection not found' })
|
||||
}
|
||||
|
||||
const readData = () => {
|
||||
try {
|
||||
return JSON.parse(readFileSync(filePath, 'utf-8'))
|
||||
} catch {
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
const writeData = (data) => {
|
||||
writeFileSync(filePath, JSON.stringify(data, null, 2))
|
||||
}
|
||||
|
||||
if (method === 'GET') {
|
||||
return readData()
|
||||
}
|
||||
|
||||
if (method === 'POST') {
|
||||
const body = await readBody(event)
|
||||
const data = readData()
|
||||
body.id = generateId()
|
||||
data.push(body)
|
||||
writeData(data)
|
||||
return body
|
||||
}
|
||||
|
||||
if (method === 'PUT') {
|
||||
const body = await readBody(event)
|
||||
const data = readData()
|
||||
const index = data.findIndex(item => item.id === body.id)
|
||||
if (index !== -1) {
|
||||
data[index] = body
|
||||
writeData(data)
|
||||
}
|
||||
return body
|
||||
}
|
||||
|
||||
if (method === 'DELETE' && id) {
|
||||
const data = readData()
|
||||
const filtered = data.filter(item => item.id !== id)
|
||||
writeData(filtered)
|
||||
return { success: true }
|
||||
}
|
||||
|
||||
throw createError({ statusCode: 405, message: 'Method not allowed' })
|
||||
})
|
||||
52
server/api/admin/[collection]/[id].js
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
import { readFileSync, writeFileSync, existsSync } from 'node:fs'
|
||||
import { join } from 'node:path'
|
||||
|
||||
const dataDir = './server/data'
|
||||
|
||||
function getFilePath(collection) {
|
||||
const fileMap = {
|
||||
works: 'works.json',
|
||||
publications: 'publications.json',
|
||||
events: 'events.json',
|
||||
releases: 'releases.json',
|
||||
talks: 'talks.json'
|
||||
}
|
||||
return join(dataDir, fileMap[collection] || `${collection}.json`)
|
||||
}
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const method = event.method
|
||||
const collection = event.context.params?.collection
|
||||
const id = event.context.params?.id
|
||||
|
||||
if (!collection || !id) {
|
||||
throw createError({ statusCode: 400, message: 'Collection and ID required' })
|
||||
}
|
||||
|
||||
const filePath = getFilePath(collection)
|
||||
|
||||
if (!existsSync(filePath)) {
|
||||
throw createError({ statusCode: 404, message: 'Collection not found' })
|
||||
}
|
||||
|
||||
const readData = () => {
|
||||
try {
|
||||
return JSON.parse(readFileSync(filePath, 'utf-8'))
|
||||
} catch {
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
const writeData = (data) => {
|
||||
writeFileSync(filePath, JSON.stringify(data, null, 2))
|
||||
}
|
||||
|
||||
if (method === 'DELETE') {
|
||||
const data = readData()
|
||||
const filtered = data.filter(item => item.id !== id)
|
||||
writeData(filtered)
|
||||
return { success: true }
|
||||
}
|
||||
|
||||
throw createError({ statusCode: 405, message: 'Method not allowed' })
|
||||
})
|
||||
52
server/api/admin/files.js
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
import { readdirSync, statSync, unlinkSync, writeFileSync, existsSync } from 'node:fs'
|
||||
import { join, extname } from 'node:path'
|
||||
|
||||
const publicDir = './public'
|
||||
|
||||
const allowedFolders = ['scores', 'pubs', 'album_art', 'images', 'hdp_images']
|
||||
|
||||
function getFolderPath(folder) {
|
||||
return join(publicDir, folder)
|
||||
}
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const method = event.method
|
||||
const query = getQuery(event)
|
||||
const folder = query.folder
|
||||
|
||||
if (!folder || !allowedFolders.includes(folder)) {
|
||||
throw createError({ statusCode: 400, message: 'Invalid folder' })
|
||||
}
|
||||
|
||||
const folderPath = getFolderPath(folder)
|
||||
|
||||
if (!existsSync(folderPath)) {
|
||||
throw createError({ statusCode: 404, message: 'Folder not found' })
|
||||
}
|
||||
|
||||
if (method === 'GET') {
|
||||
const files = readdirSync(folderPath)
|
||||
.filter(f => statSync(join(folderPath, f)).isFile())
|
||||
.map(f => ({
|
||||
name: f,
|
||||
size: statSync(join(folderPath, f)).size,
|
||||
url: `/${folder}/${f}`
|
||||
}))
|
||||
return files
|
||||
}
|
||||
|
||||
if (method === 'DELETE') {
|
||||
const filename = query.file
|
||||
if (!filename) {
|
||||
throw createError({ statusCode: 400, message: 'Filename required' })
|
||||
}
|
||||
const filePath = join(folderPath, filename)
|
||||
if (existsSync(filePath)) {
|
||||
unlinkSync(filePath)
|
||||
return { success: true }
|
||||
}
|
||||
throw createError({ statusCode: 404, message: 'File not found' })
|
||||
}
|
||||
|
||||
throw createError({ statusCode: 405, message: 'Method not allowed' })
|
||||
})
|
||||
60
server/api/admin/files.upload.js
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
import { existsSync, mkdirSync, writeFileSync } from 'node:fs'
|
||||
import { join } from 'node:path'
|
||||
import { readMultipartFormData } from 'h3'
|
||||
|
||||
const publicDir = './public'
|
||||
|
||||
const allowedFolders = ['scores', 'pubs', 'album_art', 'images', 'hdp_images']
|
||||
const allowedExtensions = ['.pdf', '.jpg', '.jpeg', '.png', '.gif', '.webp', '.svg', '.mp3', '.wav', '.ogg']
|
||||
|
||||
function getFolderPath(folder) {
|
||||
return join(publicDir, folder)
|
||||
}
|
||||
|
||||
function sanitizeFilename(filename) {
|
||||
return filename.replace(/[^a-zA-Z0-9._-]/g, '_')
|
||||
}
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const query = getQuery(event)
|
||||
const folder = query.folder
|
||||
|
||||
if (!folder || !allowedFolders.includes(folder)) {
|
||||
throw createError({ statusCode: 400, message: 'Invalid folder' })
|
||||
}
|
||||
|
||||
const folderPath = getFolderPath(folder)
|
||||
|
||||
if (!existsSync(folderPath)) {
|
||||
mkdirSync(folderPath, { recursive: true })
|
||||
}
|
||||
|
||||
const formData = await readMultipartFormData(event)
|
||||
|
||||
if (!formData || formData.length === 0) {
|
||||
throw createError({ statusCode: 400, message: 'No file uploaded' })
|
||||
}
|
||||
|
||||
const fileField = formData.find(f => f.name === 'file')
|
||||
|
||||
if (!fileField || !fileField.data) {
|
||||
throw createError({ statusCode: 400, message: 'No file data' })
|
||||
}
|
||||
|
||||
const ext = fileField.filename ? fileField.filename.toLowerCase().slice(fileField.filename.lastIndexOf('.')) : ''
|
||||
|
||||
if (!allowedExtensions.includes(ext)) {
|
||||
throw createError({ statusCode: 400, message: `File type not allowed. Allowed: ${allowedExtensions.join(', ')}` })
|
||||
}
|
||||
|
||||
const filename = fileField.filename ? sanitizeFilename(fileField.filename) : `upload${ext}`
|
||||
const filePath = join(folderPath, filename)
|
||||
|
||||
writeFileSync(filePath, fileField.data)
|
||||
|
||||
return {
|
||||
success: true,
|
||||
filename,
|
||||
url: `/${folder}/${filename}`
|
||||
}
|
||||
})
|
||||
10
server/api/auth/verify-password.post.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
const config = useRuntimeConfig()
|
||||
const body = await readBody(event)
|
||||
|
||||
if (body.password === config.adminPassword) {
|
||||
return { valid: true }
|
||||
}
|
||||
|
||||
return { valid: false }
|
||||
})
|
||||
|
|
@ -19,61 +19,21 @@
|
|||
"filename": "Rounds_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589033d84e8a6c1c069cdc9c",
|
||||
"filename": "thumb_Ostrava_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589033d84e8a6c1c069cdc9e",
|
||||
"filename": "thumb_west_coast_soundings_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589033d84e8a6c1c069cdca0",
|
||||
"filename": "thumb_DIY_Canons_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589033d84e8a6c1c069cdca2",
|
||||
"filename": "thumb_Rounds_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5a493efe4f82170dbbb3fe72",
|
||||
"filename": "approximating_omega_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5a493fc84f82170dbbb3fe76",
|
||||
"filename": "thumb_approximating_omega_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5a49617e4f82170dbbb3fe79",
|
||||
"filename": "lower_limit_cover.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5a4961a34f82170dbbb3fe7d",
|
||||
"filename": "thumb_lower_limit.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5b4601a96082b5226d429b99",
|
||||
"filename": "preliminary_thoughts_TR.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5b4601ba6082b5226d429b9f",
|
||||
"filename": "thumb_preliminary_thoughts_TR.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5b4601d06082b5226d429ba2",
|
||||
"filename": "thumb_preliminary_thoughts_BMV.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5b4601ee6082b5226d429ba5",
|
||||
"filename": "preliminary_thoughts_BMV.jpg",
|
||||
|
|
@ -87,4 +47,4 @@
|
|||
"id": "61f7793cb9d8210001e771e8",
|
||||
"filename": "CiCC_cover.jpg"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -74,86 +74,6 @@
|
|||
"filename": "mbw_oaxaca_3.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5890387d3b884ffa0771edbc",
|
||||
"filename": "thumb_waterline_la_river_1.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589038ac165f290a08f8159b",
|
||||
"filename": "thumb_waterline_la_river_2.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5890390710c90726085525c7",
|
||||
"filename": "thumb_mbw_ostrava_1.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5890397e4feb3e390875240d",
|
||||
"filename": "thumb_mbw_oaxaca_1.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "5890399c271743460850ca41",
|
||||
"filename": "thumb_mbw_oaxaca_2.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589039b33467455408256413",
|
||||
"filename": "thumb_mbw_oaxaca_3.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "589039e13f572a6508fcbb7f",
|
||||
"filename": "thumb_mbw_hundred_years_1.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903a061247ca770882e6df",
|
||||
"filename": "thumb_mbw_hundred_years_2.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903a414ec37d8708725a97",
|
||||
"filename": "thumb_waterline_ostrava.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903a97501164a908e32aab",
|
||||
"filename": "thumb_quieting_rooms_image_2.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903acd97af88c708c0ff67",
|
||||
"filename": "thumb_quieting_rooms_image_4.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903b4304f22ce908b410b8",
|
||||
"filename": "thumb_quieting_rooms_image_1.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903b832b9b74f808a39376",
|
||||
"filename": "thumb_for_gregory_chaitin.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903bae93b4b006096a30aa",
|
||||
"filename": "thumb_minor_third_abstract.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58903c3609e3ea2509436b3c",
|
||||
"filename": "thumb_quieting_rooms_image_3.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58ebeb714f82171557aecb1b",
|
||||
"filename": "thumb_rockfall.jpg",
|
||||
"contentType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": "58ebee414f82171557aecb3c",
|
||||
"filename": "rockfall.jpg",
|
||||
|
|
@ -163,16 +83,8 @@
|
|||
"id": "6016e5232ab79c0001885a52",
|
||||
"filename": "mbw_plants_foto.jpg"
|
||||
},
|
||||
{
|
||||
"id": "6016e53e2ab79c0001885a5d",
|
||||
"filename": "thumb_mbw_plants_foto.jpg"
|
||||
},
|
||||
{
|
||||
"id": "6016e64c2ab79c0001885a62",
|
||||
"filename": "mbw_domino_perf.jpg"
|
||||
},
|
||||
{
|
||||
"id": "6016e6682ab79c0001885a68",
|
||||
"filename": "thumb_mbw_domino_perf.jpg"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||