Changes
54 changed files (+818/-2560)
-
-
@@ -2,8 +2,12 @@# 全てのチェックインされるテキストファイルはこれらのルールに従う必要がある。 # <https://editorconfig.org/> # # SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: MPL-2.0 # Copyright 2026 Shota FUJI # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. root = true
-
@@ -38,11 +42,6 @@ indent_size = 2indent_style = space indent_size = 2 # elm-format は 2 スペース以外の指定ができない。 [*.elm] indent_style = space indent_size = 4 # Zig は正しくタブ文字を扱えない。 [*.{zig,zon}] indent_style = space
-
-
-
@@ -1,5 +1,9 @@# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> # SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: MPL-2.0 # Copyright 2026 Shota FUJI # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # What: Node.js 及び互換ツールが依存パッケージを格納するディレクトリ。 # Why: サイズが非常に大きく、可読性も低いため。
-
-
LICENSES/AGPL-3.0-only.txt (deleted)
-
@@ -1,235 +0,0 @@GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 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 Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are 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. 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. Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. 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 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 work with which it is combined will remain governed by version 3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU Affero 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 Affero 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 Affero 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 Affero 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 Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero 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 your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. 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 AGPL, see <http://www.gnu.org/licenses/>.
-
-
LICENSES/MPL-2.0.txt (new)
-
@@ -0,0 +1,373 @@Mozilla Public License Version 2.0 ================================== 1. Definitions -------------- 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. 1.3. "Contribution" means Covered Software of a particular Contributor. 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. 1.5. "Incompatible With Secondary Licenses" means (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. 1.6. "Executable Form" means any form of the work other than Source Code Form. 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" means this document. 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. 1.10. "Modifications" means any of the following: (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or (b) any new file in Source Code Form that contains any Covered Software. 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. 1.13. "Source Code Form" means the form of the work preferred for making modifications. 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. 2. License Grants and Conditions -------------------------------- 2.1. Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. 2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. 2.3. Limitations on Grant Scope The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: (a) for any code that a Contributor has removed from Covered Software; or (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). 2.4. Subsequent Licenses No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). 2.5. Representation Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. 2.6. Fair Use This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. 2.7. Conditions Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. 3. Responsibilities ------------------- 3.1. Distribution of Source Form All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. 3.2. Distribution of Executable Form If You distribute Covered Software in Executable Form then: (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. 3.3. Distribution of a Larger Work You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). 3.4. Notices You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. 3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. 4. Inability to Comply Due to Statute or Regulation --------------------------------------------------- If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 5. Termination -------------- 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. ************************************************************************ * * * 6. Disclaimer of Warranty * * ------------------------- * * * * Covered Software is provided under this License on an "as is" * * basis, without warranty of any kind, either expressed, implied, or * * statutory, including, without limitation, warranties that the * * Covered Software is free of defects, merchantable, fit for a * * particular purpose or non-infringing. The entire risk as to the * * quality and performance of the Covered Software is with You. * * Should any Covered Software prove defective in any respect, You * * (not any Contributor) assume the cost of any necessary servicing, * * repair, or correction. This disclaimer of warranty constitutes an * * essential part of this License. No use of any Covered Software is * * authorized under this License except under this disclaimer. * * * ************************************************************************ ************************************************************************ * * * 7. Limitation of Liability * * -------------------------- * * * * Under no circumstances and under no legal theory, whether tort * * (including negligence), contract, or otherwise, shall any * * Contributor, or anyone who distributes Covered Software as * * permitted above, be liable to You for any direct, indirect, * * special, incidental, or consequential damages of any character * * including, without limitation, damages for lost profits, loss of * * goodwill, work stoppage, computer failure or malfunction, or any * * and all other commercial damages or losses, even if such party * * shall have been informed of the possibility of such damages. This * * limitation of liability shall not apply to liability for death or * * personal injury resulting from such party's negligence to the * * extent applicable law prohibits such limitation. Some * * jurisdictions do not allow the exclusion or limitation of * * incidental or consequential damages, so this exclusion and * * limitation may not apply to You. * * * ************************************************************************ 8. Litigation ------------- Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. 9. Miscellaneous ---------------- This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. 10. Versions of the License --------------------------- 10.1. New Versions Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. 10.2. Effect of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. 10.3. Modified Versions If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice ------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice --------------------------------------------------------- This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.
-
-
-
@@ -1,6 +1,10 @@<!-- SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> SPDX-License-Identifier: AGPL-3.0-only SPDX-License-Identifier: MPL-2.0 Copyright 2026 Shota FUJI This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. --> # 勤怠管理ソフトウェア
-
-
REUSE.toml (deleted)
-
@@ -1,6 +0,0 @@version = 1 [[annotations]] path = "web/auth/bindings/**/*.go" SPDX-FileCopyrightText = "Copyright 2026 Shota FUJI" SPDX-License-Identifier = "AGPL-3.0-only"
-
-
build.zig (new)
-
@@ -0,0 +1,48 @@// SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. const std = @import("std"); pub fn build(b: *std.Build) void { const optimize = b.standardOptimizeOption(.{}); const target = b.standardTargetOptions(.{}); const lib = b.addModule("libyamori", .{ .root_source_file = b.path("lib/root.zig"), .target = target, .optimize = optimize, }); const example = example: { const mod = b.createModule(.{ .root_source_file = b.path("example/main.zig"), .target = target, .optimize = optimize, }); mod.addImport("yamori", lib); break :example b.addExecutable(.{ .name = "yamori_example", .root_module = mod, }); }; // zig build run-example { const run = b.addRunArtifact(example); const step = b.step("run-example", "サンプルサーバを起動する"); step.dependOn(&run.step); } // zig build example { const install = b.addInstallArtifact(example, .{}); const step = b.step("example", "サンプルサーバをビルドする"); step.dependOn(&install.step); } }
-
-
demo/Caddyfile (deleted)
-
@@ -1,20 +0,0 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. :8080 { encode root * zig-out try_files {path} /index.html file_server }
-
-
demo/build.zig (deleted)
-
@@ -1,57 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. const std = @import("std"); const Elm = @import("./build/Elm.zig"); pub fn build(b: *std.Build) !void { const optimize = b.standardOptimizeOption(.{}); const elm_main = elm_main: { const compile = Elm.init(b, .{ .optimize = optimize, }); compile.addElmSourceFile(b.path("src/Main.elm")); break :elm_main compile.output_js; }; const index_html = index_html: { const html = b.path("src/index.html"); break :index_html html; }; const dist = dist: { const dir = b.addWriteFiles(); _ = dir.addCopyFile(index_html, "index.html"); _ = dir.addCopyFile(elm_main, "main.js"); break :dist dir; }; // デフォルトインストール { const install = b.addInstallDirectory(.{ .source_dir = dist.getDirectory(), .install_dir = .{ .custom = "" }, .install_subdir = "", }); b.default_step.dependOn(&install.step); } }
-
-
demo/build/Elm.zig (deleted)
-
@@ -1,80 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. //! Elm ファイルを JS にコンパイルするモジュール。 //! //! ```zig //! // 利用例 //! const Elm = @import("./build/Elm.zig"); //! //! const elm = Elm.init(b, .{ //! .optimize = optimize, //! }); //! //! elm.addElmSourceFile(b.path("src/Main.elm")); //! //! const install_js = b.installFile(elm.output_js, "elm.js"); //! ``` const Elm = @This(); const std = @import("std"); elm_make: *std.Build.Step.Run, output_js: std.Build.LazyPath, const InitOptions = struct { /// 最適化モード。 /// /// * `Debug` ... Elm のデバッガー UI が有効になる。 /// * `Release*` ... 出力される JS ファイルが最小化・最適化される。 optimize: std.builtin.OptimizeMode, }; pub fn init(b: *std.Build, opts: InitOptions) Elm { const elm_make = b.addSystemCommand(&.{ "elm", "make" }); if (opts.optimize == .Debug) { elm_make.addArg("--debug"); } else { elm_make.addArg("--optimize"); } elm_make.expectExitCode(0); const output_js = elm_make.addPrefixedOutputFileArg("--output=", "elm.js"); if (opts.optimize == .Debug) { return .{ .elm_make = elm_make, .output_js = output_js, }; } else { const closure_compiler = b.addSystemCommand(&.{"closure-compiler"}); closure_compiler.addPrefixedFileArg("--js=", output_js); const minified_js = closure_compiler.addPrefixedOutputFileArg("--js_output_file=", "elm.min.js"); return .{ .elm_make = elm_make, .output_js = minified_js, }; } } /// コンパイルする Elm のソースコードを追加する。 /// `main` のあるエントリーポイント以外のファイルも追加する必要がある。 pub fn addElmSourceFile(self: Elm, path: std.Build.LazyPath) void { self.elm_make.addFileArg(path); }
-
-
demo/default.nix (deleted)
-
@@ -1,56 +0,0 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. { mkElmDerivation, lib, closurecompiler, elmPackages, swc, zig_0_16, }: mkElmDerivation { name = "yamori-demo"; nativeBuildInputs = [ # > Delightful language for reliable webapps # https://elm-lang.org/ elmPackages.elm # > Tool for making JavaScript download and run faster # https://developers.google.com/closure/compiler/ closurecompiler # > General-purpose programming language and toolchain for maintaining robust, # > optimal, and reusable software # https://ziglang.org/ zig_0_16 ]; src = with lib.fileset; toSource { root = ./.; fileset = unions [ ./src ./build.zig ./build ./elm.json ]; }; buildPhase = '' zig build "-j$NIX_BUILD_CORES" -Doptimize=ReleaseFast --prefix $out ''; }
-
-
demo/elm.json (deleted)
-
@@ -1,22 +0,0 @@{ "type": "application", "source-directories": ["src"], "elm-version": "0.19.1", "dependencies": { "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.1", "elm/url": "1.0.0" }, "indirect": { "elm/json": "1.1.4", "elm/time": "1.0.0", "elm/virtual-dom": "1.0.5" } }, "test-dependencies": { "direct": {}, "indirect": {} } }
-
-
demo/elm.json.license (deleted)
-
@@ -1,2 +0,0 @@SPDX-License-Identifier: AGPL-3.0-only SPDX-FileCopyrightText: 2026 Shota FUJI
-
-
demo/src/Main.elm (deleted)
-
@@ -1,421 +0,0 @@-- SPDX-License-Identifier: AGPL-3.0-only -- Copyright 2026 Shota FUJI -- -- This program is free software: you can redistribute it and/or modify it under the terms -- of the GNU Affero 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 Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License along -- with this program. If not, see <http://www.gnu.org/licenses/>. module Main exposing (main) import Browser import Browser.Navigation import Html exposing (text) import Html.Attributes exposing (href, style) import Url import Url.Parser exposing ((</>)) main : Program Flags Model Msg main = Browser.application { init = init , view = view , update = update , subscriptions = subscriptions , onUrlChange = OnUrlChange , onUrlRequest = OnUrlRequest } -- FLAGS type alias Flags = () -- MODEL type Editability = Readonly | ReadWrite type User = Worker | Employer | Admin type Route = DemoIndex | WorkerHome Editability | EmployerHome | AdminHome | WorkerSchedule User Editability | WorkersList User | NotFound routeParser : Url.Parser.Parser (Route -> a) a routeParser = Url.Parser.oneOf [ Url.Parser.map DemoIndex Url.Parser.top , Url.Parser.map (WorkerHome Readonly) (Url.Parser.s "worker") , Url.Parser.map (WorkerHome ReadWrite) (Url.Parser.s "worker-mutable") , Url.Parser.map EmployerHome (Url.Parser.s "employer") , Url.Parser.map AdminHome (Url.Parser.s "admin") , Url.Parser.map (WorkerSchedule Worker Readonly) (Url.Parser.s "worker" </> Url.Parser.s "schedule") , Url.Parser.map (WorkerSchedule Worker ReadWrite) (Url.Parser.s "worker" </> Url.Parser.s "schedule-mutable") , Url.Parser.map (WorkerSchedule Employer ReadWrite) (Url.Parser.s "employer" </> Url.Parser.s "worker-schedule") , Url.Parser.map (WorkersList Employer) (Url.Parser.s "employer" </> Url.Parser.s "workers") ] type alias WorkerInfo = { displayName : String , properties : List ( String, String ) } type alias Model = { route : Route , key : Browser.Navigation.Key , workers : List WorkerInfo } init : Flags -> Url.Url -> Browser.Navigation.Key -> ( Model, Cmd Msg ) init _ url key = ( { route = Url.Parser.parse routeParser url |> Maybe.withDefault NotFound , key = key , workers = [ { displayName = "田中 太郎" , properties = [ ( "部署", "介護事業部" ) , ( "役職", "課長" ) ] } , { displayName = "山田 花子" , properties = [ ( "部署", "介護事業部" ) , ( "役職", "パート" ) ] } ] } , Cmd.none ) -- UPDATE type Msg = NoOp | OnUrlChange Url.Url | OnUrlRequest Browser.UrlRequest update : Msg -> Model -> ( Model, Cmd Msg ) update msg model = case msg of OnUrlChange url -> ( { model | route = Url.Parser.parse routeParser url |> Maybe.withDefault NotFound } , Cmd.none ) OnUrlRequest (Browser.Internal url) -> ( model, Browser.Navigation.pushUrl model.key (Url.toString url) ) OnUrlRequest (Browser.External href) -> ( model, Browser.Navigation.load href ) NoOp -> ( model, Cmd.none ) -- VIEW type PaidLeaveStatus = Pending | ManuallyApproved String | AutoApproved view : Model -> Browser.Document Msg view model = case model.route of NotFound -> { title = "404 | Yamori デモ" , body = [ Html.p [] [ text "存在しないページです" ] ] } WorkerHome editability -> { title = "労働者ホーム | Yamori デモ" , body = [ Html.h1 [] [ text "ようこそ、田中 太郎さん。" ] , Html.p [] [ text "残り" , Html.strong [ style "font-size" "1.5em" ] [ text "10" ] , text "日の有給休暇が利用可能です。" ] , Html.p [] [ text "労働基準法により、" , Html.strong [] [ text "2026/02/01" ] , text "までに" , Html.strong [ style "font-size" "1.5em" ] [ text "3" ] , text "日の有給休暇を" , Html.mark [] [ text "利用する必要" ] , text "があります。" ] , Html.hr [] [] , Html.dl [] (case editability of Readonly -> [ Html.dt [] [ Html.a [ href "#" ] [ text "予定を確認する" ] ] , Html.dd [] [ text "有給休暇の利用予定と実績を閲覧する画面に移動します。" ] ] ReadWrite -> [ Html.dt [] [ Html.a [ href "#" ] [ text "予定を確認する" ] ] , Html.dd [] [ text "有給休暇の利用予定と実績の閲覧・編集画面に移動します。" ] ] ) ] } EmployerHome -> { title = "使用者ホーム | Yamori デモ" , body = [ Html.h1 [] [ text "株式会社XXX 有給休暇管理システム" ] , Html.dl [] [ Html.dt [] [ Html.a [ href "employer/workers" ] [ text "労働者の一覧を見る" ] ] , Html.dd [] [ text "システムに登録されている労働者の閲覧や変更を行う画面に移動します。" ] , Html.dt [] [ Html.a [ href "#" ] [ text "全体の予定と実績を確認する" ] ] , Html.dd [] [ text "すべての労働者の予定と実績をまとめて確認できる画面に移動します。" ] ] ] } AdminHome -> { title = "管理者ホーム | Yamori デモ" , body = [ Html.h1 [] [ text "株式会社XXX 有給休暇管理システム" ] , Html.dl [] [ Html.dt [] [ Html.a [ href "#" ] [ text "労働者の一覧を見る" ] ] , Html.dd [] [ text "システムに登録されている労働者の閲覧や変更を行う画面に移動します。" ] , Html.dt [] [ Html.a [ href "#" ] [ text "全体の予定と実績を確認する" ] ] , Html.dd [] [ text "すべての労働者の予定と実績をまとめて確認できる画面に移動します。" ] , Html.dt [] [ Html.a [ href "#" ] [ text "カレンダーを読み込む" ] ] , Html.dd [] [ text "スプレッドシート形式の勤怠データをシステムに反映します。" ] ] ] } WorkerSchedule role editability -> { title = "労働者予定一覧 | Yamori デモ" , body = let name = case role of Worker -> "あなた" _ -> "田中 太郎" pageAction = case editability of Readonly -> "閲覧" ReadWrite -> "閲覧と変更" list : List (Html.Html a) -> Html.Html a list = Html.ul [ style "display" "flex" , style "flex-direction" "column" , style "gap" "0.75em" , style "padding" "0" ] item : String -> PaidLeaveStatus -> Html.Html a item date status = Html.li [ style "display" "flex" , style "flex-direction" "column" ] [ Html.span [] [ text date ] , Html.span [ style "font-size" "0.9em", style "opacity" "0.8" ] [ case status of Pending -> text "未承認" ManuallyApproved by -> text (by ++ "によって承認済み") AutoApproved -> text "自動承認済み" ] , Html.div [ style "display" "flex" , style "gap" "0.5em" , style "margin-top" "0.25em" ] [ case editability of Readonly -> text "" ReadWrite -> Html.button [] [ text "変更" ] , case role of Worker -> text "" _ -> case status of Pending -> Html.button [] [ text "承認" ] _ -> Html.button [] [ text "未承認に戻す" ] ] ] in [ Html.h1 [] [ text "有給休暇の予定と実績" ] , Html.p [] [ text (name ++ "の有給休暇の予定と実績の" ++ pageAction ++ "が行えます。") ] , Html.h2 [] [ text "2026年2月" ] , list [ item "2026年2月3日" (ManuallyApproved "山田 花子") , item "2026年2月10日" AutoApproved ] , Html.h2 [] [ text "2026年3月" ] , list [ item "2026年3月9日" Pending ] ] } WorkersList _ -> { title = "労働者一覧 | Yamori デモ" , body = [ Html.h1 [] [ text "労働者の一覧" ] , Html.p [] [ text "あなたに編集権限のある労働者の一覧です。" ] , Html.ul [ style "padding" "0 1em" ] (List.map (\worker -> Html.li [ style "margin" "2em 0" ] [ Html.span [] [ text worker.displayName ] , Html.dl [ style "margin" "1em 0" ] (List.foldl (\( key, value ) nodes -> nodes ++ [ Html.dt [ style "font-weight" "bold" , style "margin-top" "1em" , style "font-size" "0.9em" ] [ text key ] , Html.dd [ style "margin" "0" ] [ text value ] ] ) [] worker.properties ) , Html.div [] [ Html.button [] [ text "編集" ] , Html.button [] [ text "削除" ] ] ] ) model.workers ) , Html.div [ style "border" "1px solid currentColor" , style "padding" "1em" , style "margin" "0.5em" ] [ Html.h2 [] [ text "デモ用メモ" ] , Html.p [] [ Html.small [] [ text "役職や部署といった属性は \"属性名 = 値\" の自由な形式で、" , text "それを基にサービス提供側もしくは管理者が権限管理ロジックを独立したプラグイン" , text "として作成する。実際のところは 99% 前者が行うことになるであろうが。" , text "これにより組織ごとに柔軟にカスタマイズされた権限管理を行うことができる。" ] ] , Html.p [] [ Html.small [] [ text "例えば、介護事業部の労働者のみを管理できる使用者ユーザを作ったり、" , text "事業所という属性を追加して特定の事業所に絞るといった具合。" ] ] ] ] } DemoIndex -> { title = "Yamori デモ 画面選択" , body = [ Html.ul [] [ Html.li [] [ Html.a [ href "/worker" ] [ text "労働者ホーム" ] ] , Html.li [] [ Html.a [ href "/worker-mutable" ] [ text "労働者ホーム (編集権限あり)" ] ] , Html.li [] [ Html.a [ href "/worker/schedule" ] [ text "労働者予定一覧" ] ] , Html.li [] [ Html.a [ href "/worker/schedule-mutable" ] [ text "労働者予定一覧 (編集権限あり)" ] ] , Html.li [] [ Html.a [ href "/employer" ] [ text "使用者ホーム" ] ] , Html.li [] [ Html.a [ href "/employer/worker-schedule" ] [ text "使用者から見た労働者予定一覧" ] ] , Html.li [] [ Html.a [ href "/employer/workers" ] [ text "労働者一覧(労働者はアクセス不可)" ] ] , Html.li [] [ Html.a [ href "/admin" ] [ text "管理者ホーム" ] ] ] ] } -- SUBSCRIPTIONS subscriptions : Model -> Sub Msg subscriptions _ = Sub.none
-
-
demo/src/index.html (deleted)
-
@@ -1,17 +0,0 @@<!DOCTYPE html> <!-- SPDX-FileCopyrightText: 2026 Shota FUJI <pockawoooh@gmail.com> SPDX-License-Identifier: AGPL-3.0-only --> <html lang="ja"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="color-scheme" content="light dark" /> <title>Yamori デモ</title> <script src="/main.js"></script> <script type="module"> Elm.Main.init(); </script> </head> </html>
-
-
-
@@ -1,16 +1,9 @@# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: MPL-2.0 # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. :8081 { encode
-
-
-
@@ -1,22 +1,14 @@// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. const builtin = @import("builtin"); const std = @import("std"); const pages: []const []const u8 = @import("./pages.zon"); const diagrams: []const []const u8 = @import("./diagrams.zon"); pub fn build(b: *std.Build) !void { const pandoc_exe = pandoc_exe: {
-
@@ -66,29 +58,6 @@ pub fn build(b: *std.Build) !void {_ = dir.addCopyFile(output, b.fmt("{s}.html", .{page["src/".len .. page.len - ext.len]})); } for (diagrams) |diagram| { if (!std.mem.startsWith(u8, diagram, "src/")) { @panic(b.fmt("図形ファイルは src/ 配下に置いてください: {s}", .{diagram})); } const ext = std.fs.path.extension(diagram); if (!std.mem.eql(u8, ext, ".d2")) { @panic(b.fmt("図形ファイルは d2 形式のみ対応しています: {s}", .{diagram})); } const d2 = b.addSystemCommand(&.{ "d2", "--dark-theme", "200", "--layout", "elk" }); // d2 は成功時でも stderr にメッセージを表示し、かつこの挙動を無効化することが // できない。 "expectStdErrMatch" を使うと、出力された stderr がビルド成果物に // なるのか zig build の結果に表示されなくなる。 d2.expectStdErrMatch("success: successfully compiled"); d2.addFileArg(b.path(diagram)); const svg = d2.addOutputFileArg("out.svg"); _ = dir.addCopyFile(svg, b.fmt("{s}.svg", .{diagram["src/".len .. diagram.len - ext.len]})); } break :dist dir; };
-
-
-
@@ -1,16 +1,9 @@// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. .{ .name = .yamori_docs,
-
-
-
@@ -1,31 +1,20 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2025 Shota FUJI # SPDX-License-Identifier: MPL-2.0 # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. { stdenvNoCC, lib, d2, zig_0_16, runCommand, }: stdenvNoCC.mkDerivation { name = "yamori-docs"; nativeBuildInputs = [ d2 zig_0_16 ]; nativeBuildInputs = [ zig_0_16 ]; src = with lib.fileset;
-
-
docs/diagrams.zon (deleted)
-
@@ -1,21 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. // このディレクトリを基点としたファイルパス。 "src/" 以外のパスは未サポート。 // "*.d2" ファイルは ".svg" ファイルとして出力される。 // ex) "src/foo/bar.d2" -> "src/foo/bar.svg" .{ "src/admin/overview-architecture.d2", "src/admin/overview-reverse-proxy.d2", }
-
-
-
@@ -1,20 +1,12 @@// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. .{ "src/index.adoc", "src/about.adoc", "src/getting-started.adoc", "src/admin/overview.adoc", }
-
-
-
@@ -1,22 +1,15 @@= Yamori について //// SPDX-License-Identifier: AGPL-3.0-only SPDX-License-Identifier: MPL-2.0 Copyright 2026 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. //// Yamori は年次有給休暇の管理をサポートするオープンソース{empty}footnote:[https://www.gnu.org/licenses/agpl-3.0.ja.html[AGPL 3.0] でライセンスされています。]ソフトウェアです。 Yamori は年次有給休暇の管理をサポートするオープンソース{empty}footnote:[https://www.mozilla.org/en-US/MPL/2.0/[MPL-2.0] でライセンスされています。]ソフトウェアです。 Web アプリケーションとして動作し、管理者・使用者・労働者によるログインや柔軟な権限管理が行えます。 == 特徴
-
-
docs/src/admin/overview-architecture.d2 (deleted)
-
@@ -1,79 +0,0 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. direction: right classes: { base: { style: { bold: true font-size: 28 } } person: { shape: person } multiple: { style: { multiple: true } } database: { shape: cylinder } } worker: { label: 労働者 class: [base; person; multiple] } employer: { label: 使用者 class: [base; person; multiple] } system: { label: Yamori Server direction: right spa: { label: SPA class: [base; multiple] } api: { label: API class: base } sqlite3: { class: [base; database] } wasm_auth: { label: WASM (auth) class: [base] } spa -> api: {} api -> sqlite3: {} api -> wasm_auth: {} } worker -> system.spa: {} employer -> system.spa: {}
-
-
docs/src/admin/overview-reverse-proxy.d2 (deleted)
-
@@ -1,51 +0,0 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. direction: down classes: { base: { style: { bold: true font-size: 28 } } } user: { label: User class: base shape: person style: { multiple: true } } proxy: { label: Reverse Proxy class: base } server: { label: Yamori Server class: base } user <-> proxy: { label: TLS 証明書 (ユーザアクセス用) } proxy <-> server: { label: TLS 証明書 (オリジンアクセス用) }
-
-
docs/src/admin/overview.adoc (deleted)
-
@@ -1,54 +0,0 @@= 管理者向け概要 //// SPDX-License-Identifier: AGPL-3.0-only Copyright 2026 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. //// == 全体構成 Yamori はブラウザ上で動作する SPA 、 SPA 向けの静的ファイルと API を提供する HTTP/2 サーバから成り立ちます。 サーバは SQLite3 データベースにアプリケーションデータを読み書きします。 image::overview-architecture.svg[構成図] アプリケーション側で TLS の終端を担うため、リバースプロキシを前段に設置する際は Yamori サーバ起動時にリバースプロキシが信頼する証明書を指定してください。 image::overview-reverse-proxy.svg[リバースプロキシ設置例] == アクセス制御 アクセス制御は全て https://webassembly.org/[WebAssembly] プログラムとしてサーバに登録されます。 HTTP リクエストが来るとサーバは対応する WebAssembly 関数を実行し、返り値を基にアクセス許可判断を行います。 関数は https://flatbuffers.dev/[FlatBuffers] のバイト文字列を受け取ります。 FlatBuffers のメッセージにはログインユーザとリクエスト、サーバの状態を含むコンテキストオブジェクトが含まれています。 [source,zig] ---- // users-api-acl-wasm.zig export fn allowV1GetUsers(buffer_ptr: [*]const u8, buffer_len: u32) bool { const buffer = buffer_ptr[0..buffer_len]; const root = flatbuffers.decodeRoot( yamori_users_acl.V1GetUsers, buffer, ) catch return false; if (getAttribute(root.user.attributes, "role")) |attr| { return std.mem.eql(u8, attr, "admin"); } return false; } ----
-
-
-
@@ -1,19 +1,12 @@= スタートガイド //// SPDX-License-Identifier: AGPL-3.0-only SPDX-License-Identifier: MPL-2.0 Copyright 2026 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. //// このページでは Yamori のサーバセットアップから最初の労働者ユーザ登録までの手順をチュートリアル形式で説明します。
-
-
-
@@ -1,23 +1,15 @@= はじめに //// SPDX-License-Identifier: AGPL-3.0-only SPDX-License-Identifier: MPL-2.0 Copyright 2026 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. //// このドキュメントは年次有給休暇計算ソフトウェア "Yamori" の取り扱い説明書です。 - link:about.html[Yamori について] - link:getting-started.html[スタートガイド] - link:admin/overview.html[管理者向け概要]
-
-
-
@@ -1,8 +1,13 @@// dprint (コードフォーマッタ) の設定ファイル。 // <https://dprint.dev/> // // SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> // SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. { "plugins": [ "https://plugins.dprint.dev/markdown-0.17.8.wasm",
-
@@ -40,10 +45,6 @@{ "exts": ["zon"], "command": "zig fmt --zon --stdin" }, { "exts": ["elm"], "command": "elm-format --stdin" } ] },
-
-
example.nix (new)
-
@@ -0,0 +1,34 @@# SPDX-License-Identifier: MPL-2.0 # Copyright 2026 Shota FUJI # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. { stdenvNoCC, lib, zig_0_16, }: let zig = zig_0_16; in stdenvNoCC.mkDerivation { pname = "yamori-example"; version = "0.0.0"; src = with lib.fileset; toSource { root = ./.; fileset = unions [ ./build.zig ./example ./lib ]; }; nativeBuildInputs = [ zig ]; zigBuildFlags = [ "example" ]; }
-
-
example/main.zig (new)
-
@@ -0,0 +1,104 @@// SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. const std = @import("std"); const yamori = @import("yamori"); const auth = yamori.authorization; fn isAdmin(user: *const auth.User(Attributes)) bool { return user.attributes.@"管理者"; } fn isHR(user: *const auth.User(Attributes)) bool { return user.attributes.@"部署" == .@"人事部"; } fn isDeptBoss(user: *const auth.User(Attributes)) bool { if (user.attributes.@"部署" == null) { return false; } const @"役職" = user.attributes.@"役職" orelse return false; return std.mem.eql(u8, @"役職", "部長"); } fn isSameDept(a: *const auth.User(Attributes), b: *const auth.User(Attributes)) bool { return a.attributes.@"部署" == b.attributes.@"部署"; } fn allowCreateUser(operator: *const auth.User(Attributes)) bool { return isAdmin(operator) or isHR(operator); } fn allowDeleteUser(operator: *const auth.User(Attributes), target: *const auth.User(Attributes)) bool { if (isAdmin(operator)) { return true; } if (isAdmin(target)) { return false; } if (isHR(operator)) { return true; } if (isSameDept(operator, target) and isDeptBoss(operator)) { return true; } return false; } fn allowUpdateUserAttribute( operator: *const auth.User(Attributes), target: *const auth.User(Attributes), new_value: auth.AttributeUpdate(Attributes), ) bool { if (isAdmin(operator)) { return true; } return switch (new_value) { .@"管理者" => false, // 所属部署変更は人事部のみ許可 .@"部署" => isHR(operator), .@"役職" => { if (isHR(operator)) { return true; } if (isSameDept(operator, target) and isDeptBoss(operator)) { return true; } return false; }, }; } const Attributes = struct { @"管理者": bool, @"部署": ?enum { @"人事部", @"経理部", @"法務部", } = null, @"役職": ?[]const u8 = null, }; pub fn main(init: std.process.Init) !void { const handlers: auth.Handlers(Attributes) = .{ .create_user = &allowCreateUser, .delete_user = &allowDeleteUser, .update_user_attribute = &allowUpdateUserAttribute, }; const Server = yamori.Server(Attributes); try Server.run(init, &handlers); }
-
-
-
@@ -1,71 +1,5 @@{ "nodes": { "elm-spa": { "inputs": { "nixpkgs": [ "mkElmDerivation", "nixpkgs" ] }, "locked": { "lastModified": 1706301604, "narHash": "sha256-n6LDjnPCTLbKTrRgeZhlLTfY6V45xNYcb4NYEMuO4jg=", "owner": "jeslie0", "repo": "elm-spa", "rev": "4c82e18d5fcf9d4c027f0ef0e89204dd87584f7f", "type": "github" }, "original": { "owner": "jeslie0", "repo": "elm-spa", "type": "github" } }, "elm-watch": { "inputs": { "nixpkgs": [ "mkElmDerivation", "nixpkgs" ], "npm-fix": "npm-fix", "npmlock2nix": "npmlock2nix" }, "locked": { "lastModified": 1706304401, "narHash": "sha256-992cypnhoRbsGkDc5/X241rafBML4EP0EuT6cBcaY/8=", "owner": "jeslie0", "repo": "elm-watch", "rev": "2f1c6c0e69b163c15e2ce66f543c38021b2a0ea3", "type": "github" }, "original": { "owner": "jeslie0", "repo": "elm-watch", "type": "github" } }, "mkElmDerivation": { "inputs": { "elm-spa": "elm-spa", "elm-watch": "elm-watch", "nixpkgs": [ "nixpkgs" ] }, "locked": { "lastModified": 1769306638, "narHash": "sha256-++1aTjbdU64Mb/mQrT/gQ44cJBabmTi/fR5iMIcR5IE=", "owner": "jeslie0", "repo": "mkElmDerivation", "rev": "ab5affe77b6c94015e3a54f83f45e8f77a98518e", "type": "github" }, "original": { "owner": "jeslie0", "repo": "mkElmDerivation", "type": "github" } }, "nixpkgs": { "locked": { "lastModified": 1780747962,
-
@@ -82,47 +16,8 @@"type": "github" } }, "npm-fix": { "inputs": { "nixpkgs": [ "mkElmDerivation", "elm-watch", "nixpkgs" ] }, "locked": { "lastModified": 1706304213, "narHash": "sha256-XN9ESRSOANR0iFbEMMY1C1jvgZlYJsXQYVAHxxRmn+c=", "owner": "jeslie0", "repo": "npm-lockfile-fix", "rev": "e9851274afa12b04d98e694ed089aa9cde8d7349", "type": "github" }, "original": { "owner": "jeslie0", "repo": "npm-lockfile-fix", "type": "github" } }, "npmlock2nix": { "flake": false, "locked": { "lastModified": 1673447413, "narHash": "sha256-sJM82Sj8yfQYs9axEmGZ9Evzdv/kDcI9sddqJ45frrU=", "owner": "nix-community", "repo": "npmlock2nix", "rev": "9197bbf397d76059a76310523d45df10d2e4ca81", "type": "github" }, "original": { "owner": "nix-community", "repo": "npmlock2nix", "type": "github" } }, "root": { "inputs": { "mkElmDerivation": "mkElmDerivation", "nixpkgs": "nixpkgs" } }
-
-
-
@@ -1,2 +1,2 @@SPDX-License-Identifier: AGPL-3.0-only SPDX-FileCopyrightText: 2025 Shota FUJI SPDX-License-Identifier: MPL-2.0 Copyright 2026 Shota FUJI
-
-
-
@@ -1,32 +1,17 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2025 Shota FUJI # SPDX-License-Identifier: MPL-2.0 # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; mkElmDerivation = { url = "github:jeslie0/mkElmDerivation"; inputs.nixpkgs.follows = "nixpkgs"; }; }; outputs = { self, nixpkgs, mkElmDerivation, }: { self, nixpkgs }: let supportedSystems = [ "x86_64-linux" ];
-
@@ -36,19 +21,15 @@system: f { inherit system; pkgs = import nixpkgs { inherit system; overlays = [ mkElmDerivation.overlays.default ]; }; pkgs = import nixpkgs { inherit system; }; } ); in rec { packages = forEachSystems ( { pkgs, ... }: { web = pkgs.callPackage ./web { }; demo = pkgs.callPackage ./demo { }; docs = pkgs.callPackage ./docs { }; example = pkgs.callPackage ./example.nix { }; } );
-
@@ -64,10 +45,6 @@# https://dprint.dev/ dprint # > A source code formatter for Elm # https://github.com/avh4/elm-format elmPackages.elm-format # Official formatter for Nix code # https://github.com/NixOS/nixfmt nixfmt
-
@@ -108,20 +85,10 @@packages = with pkgs; [ # > Language server implementation for Elm # https://github.com/elm-tooling/elm-language-server elmPackages.elm-language-server # > Zig LSP implementation + Zig Language Server # https://github.com/zigtools/zls zls_0_16 # > Official language server for the Go language # https://github.com/golang/tools/tree/master/gopls gopls ] ++ packages.${system}.web.nativeBuildInputs ++ packages.${system}.demo.nativeBuildInputs ++ packages.${system}.docs.nativeBuildInputs; }; }
-
-
lib/authorization.zig (new)
-
@@ -0,0 +1,61 @@// SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. const std = @import("std"); pub fn User(comptime Attrs: type) type { return struct { attributes: Attrs, }; } pub fn AttributeUpdate(comptime Attrs: type) type { const t = @typeInfo(Attrs).@"struct"; const TagInt = @Int(.unsigned, @ceil(@sqrt(t.fields.len))); var field_names: [t.fields.len][]const u8 = undefined; var field_types: [t.fields.len]type = undefined; var enum_values: [t.fields.len]TagInt = undefined; const field_attrs = [_]std.builtin.Type.UnionField.Attributes{.{}} ** t.fields.len; inline for (t.fields, 0..) |field, i| { field_names[i] = field.name; field_types[i] = field.type; enum_values[i] = i; } const Tag = @Enum(TagInt, .exhaustive, &field_names, &enum_values); return @Union(.auto, Tag, &field_names, &field_types, &field_attrs); } /// 認可関数群 /// /// Branch prediction を活かすために単一の関数 + union ではなく複数の /// 関数を指定する設計となっている。 pub fn Handlers(comptime Attrs: type) type { return struct { /// ユーザを新規作成する /// /// この関数はあくまでも作成行為自体の権限を返す。作成するユーザの /// カスタム属性全てにおいて `update_user_attribute` が `true` を /// 返す必要がある。 create_user: *const fn (operator: *const User(Attrs)) bool, /// ユーザを削除する delete_user: *const fn (operator: *const User(Attrs), target: *const User(Attrs)) bool, /// ユーザのカスタム属性を編集する /// /// ユーザの新規作成時にも呼ばれる。 update_user_attribute: *const fn ( operator: *const User(Attrs), target: *const User(Attrs), new_value: AttributeUpdate(Attrs), ) bool, }; }
-
-
lib/root.zig (new)
-
@@ -0,0 +1,128 @@// SPDX-License-Identifier: MPL-2.0 // Copyright 2026 Shota FUJI // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. const std = @import("std"); pub const authorization = @import("./authorization.zig"); pub fn Server(comptime UserAttributes: type) type { return struct { pub const RunError = std.Io.Writer.Error; pub fn run(init: std.process.Init, handlers: *const authorization.Handlers(UserAttributes)) RunError!void { _ = handlers; const stdout = std.Io.File.stdout(); defer stdout.close(init.io); var writer_buf: [1024]u8 = undefined; var writer = stdout.writer(init.io, &writer_buf); try std.json.fmt(AttrDef(UserAttributes){}, .{}).format(&writer.interface); try writer.interface.writeByte('\n'); try writer.interface.flush(); } }; } fn AttrDef(comptime T: type) type { const t = switch (@typeInfo(T)) { .@"struct" => |str| str, else => |t| { @compileError(std.fmt.comptimePrint("AttrDef only accepts struct, got {t}", .{t})); }, }; return struct { fn writeType(comptime R: type, comptime field: []const u8, jws: *std.json.Stringify) !void { switch (@typeInfo(R)) { .int => |int| { if (int.signedness == .unsigned) { @compileError(std.fmt.comptimePrint("Integer attribute cannot be unsigned: {s}", .{field})); } if (int.bits > 52) { @compileError(std.fmt.comptimePrint("Maximum integer size is 52bit: {s}", .{field})); } try jws.objectField("type"); try jws.write("int"); }, .float => |float| { if (float.bits > 52) { @compileError(std.fmt.comptimePrint("Maximum float size is 52bit: {s}", .{field})); } try jws.objectField("type"); try jws.write("float"); }, .bool => { try jws.objectField("type"); try jws.write("bool"); }, .pointer => |pointer| { if (!pointer.is_const or pointer.child != u8 or pointer.size != .slice) { @compileError(std.fmt.comptimePrint("Only supported pointer is []const u8: {s}", .{field})); } try jws.objectField("type"); try jws.write("string"); }, .@"enum" => |e| { try jws.objectField("type"); try jws.write("enum"); try jws.objectField("options"); try jws.beginArray(); inline for (e.fields) |f| { try jws.beginObject(); try jws.objectField("name"); try jws.write(f.name); try jws.objectField("value"); try jws.write(f.value); try jws.endObject(); } try jws.endArray(); }, else => { @compileError(std.fmt.comptimePrint("Unsupported attribute value type at {s}: {t}", .{ field, @typeInfo(T) })); }, } } pub fn jsonStringify(_: @This(), jws: *std.json.Stringify) !void { try jws.beginArray(); inline for (t.fields) |field| { try jws.beginObject(); try jws.objectField("key"); try jws.write(field.name); switch (@typeInfo(field.type)) { .optional => |optional| { try jws.objectField("optional"); try jws.write(true); try writeType(optional.child, field.name, jws); }, else => { try writeType(field.type, field.name, jws); }, } try jws.endObject(); } try jws.endArray(); } }; }
-
-
web/auth/README.md (deleted)
-
@@ -1,19 +0,0 @@<!-- SPDX-License-Identifier: AGPL-3.0-only Copyright 2026 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> # auth アクセス認可用の WebAssembly に関するモジュール。
-
-
web/auth/bindings/AccessRequest.go (deleted)
-
@@ -1,114 +0,0 @@// Code generated by the FlatBuffers compiler. DO NOT EDIT. package bindings import ( flatbuffers "github.com/google/flatbuffers/go" ) /// 認可用 WebAssembly 関数に渡されるデータ type AccessRequest struct { _tab flatbuffers.Table } func GetRootAsAccessRequest(buf []byte, offset flatbuffers.UOffsetT) *AccessRequest { n := flatbuffers.GetUOffsetT(buf[offset:]) x := &AccessRequest{} x.Init(buf, n+offset) return x } func FinishAccessRequestBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.Finish(offset) } func GetSizePrefixedRootAsAccessRequest(buf []byte, offset flatbuffers.UOffsetT) *AccessRequest { n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:]) x := &AccessRequest{} x.Init(buf, n+offset+flatbuffers.SizeUint32) return x } func FinishSizePrefixedAccessRequestBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.FinishSizePrefixed(offset) } func (rcv *AccessRequest) Init(buf []byte, i flatbuffers.UOffsetT) { rcv._tab.Bytes = buf rcv._tab.Pos = i } func (rcv *AccessRequest) Table() flatbuffers.Table { return rcv._tab } /// アクセスを要求しているユーザ func (rcv *AccessRequest) User(obj *User) *User { o := flatbuffers.UOffsetT(rcv._tab.Offset(4)) if o != 0 { x := rcv._tab.Indirect(o + rcv._tab.Pos) if obj == nil { obj = new(User) } obj.Init(rcv._tab.Bytes, x) return obj } return nil } /// アクセスを要求しているユーザ /// アクセスの種類 func (rcv *AccessRequest) AccessType() ResourceAccessType { o := flatbuffers.UOffsetT(rcv._tab.Offset(6)) if o != 0 { return ResourceAccessType(rcv._tab.GetByte(o + rcv._tab.Pos)) } return 0 } /// アクセスの種類 func (rcv *AccessRequest) MutateAccessType(n ResourceAccessType) bool { return rcv._tab.MutateByteSlot(6, byte(n)) } func (rcv *AccessRequest) ResourceType() Resource { o := flatbuffers.UOffsetT(rcv._tab.Offset(8)) if o != 0 { return Resource(rcv._tab.GetByte(o + rcv._tab.Pos)) } return 0 } func (rcv *AccessRequest) MutateResourceType(n Resource) bool { return rcv._tab.MutateByteSlot(8, byte(n)) } /// アクセスしようとしているリソース func (rcv *AccessRequest) Resource(obj *flatbuffers.Table) bool { o := flatbuffers.UOffsetT(rcv._tab.Offset(10)) if o != 0 { rcv._tab.Union(obj, o) return true } return false } /// アクセスしようとしているリソース func AccessRequestStart(builder *flatbuffers.Builder) { builder.StartObject(4) } func AccessRequestAddUser(builder *flatbuffers.Builder, user flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(user), 0) } func AccessRequestAddAccessType(builder *flatbuffers.Builder, accessType ResourceAccessType) { builder.PrependByteSlot(1, byte(accessType), 0) } func AccessRequestAddResourceType(builder *flatbuffers.Builder, resourceType Resource) { builder.PrependByteSlot(2, byte(resourceType), 0) } func AccessRequestAddResource(builder *flatbuffers.Builder, resource flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(3, flatbuffers.UOffsetT(resource), 0) } func AccessRequestEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT { return builder.EndObject() }
-
-
web/auth/bindings/Resource.go (deleted)
-
@@ -1,35 +0,0 @@// Code generated by the FlatBuffers compiler. DO NOT EDIT. package bindings import "strconv" type Resource byte const ( ResourceNONE Resource = 0 ResourceUser Resource = 1 ResourceUserAttribute Resource = 2 ResourceUserAttributeDefinition Resource = 3 ) var EnumNamesResource = map[Resource]string{ ResourceNONE: "NONE", ResourceUser: "User", ResourceUserAttribute: "UserAttribute", ResourceUserAttributeDefinition: "UserAttributeDefinition", } var EnumValuesResource = map[string]Resource{ "NONE": ResourceNONE, "User": ResourceUser, "UserAttribute": ResourceUserAttribute, "UserAttributeDefinition": ResourceUserAttributeDefinition, } func (v Resource) String() string { if s, ok := EnumNamesResource[v]; ok { return s } return "Resource(" + strconv.FormatInt(int64(v), 10) + ")" }
-
-
web/auth/bindings/ResourceAccessType.go (deleted)
-
@@ -1,42 +0,0 @@// Code generated by the FlatBuffers compiler. DO NOT EDIT. package bindings import "strconv" /// リソースに対するアクセスの種類 type ResourceAccessType byte const ( /// 上書きや削除といった既存のデータに対する変更 ResourceAccessTypeModify ResourceAccessType = 0 /// 追加・登録 /// /// 既存の同種リソースに対して変更は発生しない。同種の他のリソースに対して /// 変更が必要な場合は `Modify` のリソース変更も同時に認可を行う。 ResourceAccessTypeCreate ResourceAccessType = 1 /// 読み取り /// /// 一覧取得といったアクセスは個別のリソースに対してそれぞれ `Read` の /// 認可が行われる。 ResourceAccessTypeRead ResourceAccessType = 2 ) var EnumNamesResourceAccessType = map[ResourceAccessType]string{ ResourceAccessTypeModify: "Modify", ResourceAccessTypeCreate: "Create", ResourceAccessTypeRead: "Read", } var EnumValuesResourceAccessType = map[string]ResourceAccessType{ "Modify": ResourceAccessTypeModify, "Create": ResourceAccessTypeCreate, "Read": ResourceAccessTypeRead, } func (v ResourceAccessType) String() string { if s, ok := EnumNamesResourceAccessType[v]; ok { return s } return "ResourceAccessType(" + strconv.FormatInt(int64(v), 10) + ")" }
-
-
web/auth/bindings/User.go (deleted)
-
@@ -1,130 +0,0 @@// Code generated by the FlatBuffers compiler. DO NOT EDIT. package bindings import ( flatbuffers "github.com/google/flatbuffers/go" ) /// システムに登録されているログイン可能なユーザ type User struct { _tab flatbuffers.Table } func GetRootAsUser(buf []byte, offset flatbuffers.UOffsetT) *User { n := flatbuffers.GetUOffsetT(buf[offset:]) x := &User{} x.Init(buf, n+offset) return x } func FinishUserBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.Finish(offset) } func GetSizePrefixedRootAsUser(buf []byte, offset flatbuffers.UOffsetT) *User { n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:]) x := &User{} x.Init(buf, n+offset+flatbuffers.SizeUint32) return x } func FinishSizePrefixedUserBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.FinishSizePrefixed(offset) } func (rcv *User) Init(buf []byte, i flatbuffers.UOffsetT) { rcv._tab.Bytes = buf rcv._tab.Pos = i } func (rcv *User) Table() flatbuffers.Table { return rcv._tab } /// システムによって自動発番された ID /// /// 同一判定にはこのフィールドを利用すること。値は不変である。 func (rcv *User) Id() []byte { o := flatbuffers.UOffsetT(rcv._tab.Offset(4)) if o != 0 { return rcv._tab.ByteVector(o + rcv._tab.Pos) } return nil } /// システムによって自動発番された ID /// /// 同一判定にはこのフィールドを利用すること。値は不変である。 /// 管理者かどうか /// /// `attributes` でも表現できる属性ではあるが、ベクターを毎回走査するパフォーマンス /// ペナルティを避けるために設置している。ハンドラ内でまずこのフィールドを確認し、 /// `true` の場合にアクセスを許可すれば「誰もアクセスできないデータがある」状態を /// 避けることができる。 /// /// サーバにあるデータベースファイルにアクセスできる人物は実質全てのアクセス権限を /// 持つに等しい。ただ、意図しない変更を予防する等の理由でアクセスを制限することにも /// 長所があるため、組織のリスクマネジメント方針に基づいて決めることを推奨。 func (rcv *User) IsSuperUser() bool { o := flatbuffers.UOffsetT(rcv._tab.Offset(6)) if o != 0 { return rcv._tab.GetBool(o + rcv._tab.Pos) } return false } /// 管理者かどうか /// /// `attributes` でも表現できる属性ではあるが、ベクターを毎回走査するパフォーマンス /// ペナルティを避けるために設置している。ハンドラ内でまずこのフィールドを確認し、 /// `true` の場合にアクセスを許可すれば「誰もアクセスできないデータがある」状態を /// 避けることができる。 /// /// サーバにあるデータベースファイルにアクセスできる人物は実質全てのアクセス権限を /// 持つに等しい。ただ、意図しない変更を予防する等の理由でアクセスを制限することにも /// 長所があるため、組織のリスクマネジメント方針に基づいて決めることを推奨。 func (rcv *User) MutateIsSuperUser(n bool) bool { return rcv._tab.MutateBoolSlot(6, n) } /// ワークスペース固有のカスタム属性一覧 func (rcv *User) Attributes(obj *UserAttribute, j int) bool { o := flatbuffers.UOffsetT(rcv._tab.Offset(8)) if o != 0 { x := rcv._tab.Vector(o) x += flatbuffers.UOffsetT(j) * 4 x = rcv._tab.Indirect(x) obj.Init(rcv._tab.Bytes, x) return true } return false } func (rcv *User) AttributesLength() int { o := flatbuffers.UOffsetT(rcv._tab.Offset(8)) if o != 0 { return rcv._tab.VectorLen(o) } return 0 } /// ワークスペース固有のカスタム属性一覧 func UserStart(builder *flatbuffers.Builder) { builder.StartObject(3) } func UserAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(id), 0) } func UserAddIsSuperUser(builder *flatbuffers.Builder, isSuperUser bool) { builder.PrependBoolSlot(1, isSuperUser, false) } func UserAddAttributes(builder *flatbuffers.Builder, attributes flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(2, flatbuffers.UOffsetT(attributes), 0) } func UserStartAttributesVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT { return builder.StartVector(4, numElems, 4) } func UserEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT { return builder.EndObject() }
-
-
web/auth/bindings/UserAttribute.go (deleted)
-
@@ -1,76 +0,0 @@// Code generated by the FlatBuffers compiler. DO NOT EDIT. package bindings import ( flatbuffers "github.com/google/flatbuffers/go" ) /// ユーザに設定されたカスタム属性 type UserAttribute struct { _tab flatbuffers.Table } func GetRootAsUserAttribute(buf []byte, offset flatbuffers.UOffsetT) *UserAttribute { n := flatbuffers.GetUOffsetT(buf[offset:]) x := &UserAttribute{} x.Init(buf, n+offset) return x } func FinishUserAttributeBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.Finish(offset) } func GetSizePrefixedRootAsUserAttribute(buf []byte, offset flatbuffers.UOffsetT) *UserAttribute { n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:]) x := &UserAttribute{} x.Init(buf, n+offset+flatbuffers.SizeUint32) return x } func FinishSizePrefixedUserAttributeBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.FinishSizePrefixed(offset) } func (rcv *UserAttribute) Init(buf []byte, i flatbuffers.UOffsetT) { rcv._tab.Bytes = buf rcv._tab.Pos = i } func (rcv *UserAttribute) Table() flatbuffers.Table { return rcv._tab } /// 該当する `UserAttributeDefinition` の `key` func (rcv *UserAttribute) DefinitionKey() []byte { o := flatbuffers.UOffsetT(rcv._tab.Offset(4)) if o != 0 { return rcv._tab.ByteVector(o + rcv._tab.Pos) } return nil } /// 該当する `UserAttributeDefinition` の `key` /// 選択肢のキー func (rcv *UserAttribute) ChoiceKey() []byte { o := flatbuffers.UOffsetT(rcv._tab.Offset(6)) if o != 0 { return rcv._tab.ByteVector(o + rcv._tab.Pos) } return nil } /// 選択肢のキー func UserAttributeStart(builder *flatbuffers.Builder) { builder.StartObject(2) } func UserAttributeAddDefinitionKey(builder *flatbuffers.Builder, definitionKey flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(definitionKey), 0) } func UserAttributeAddChoiceKey(builder *flatbuffers.Builder, choiceKey flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(1, flatbuffers.UOffsetT(choiceKey), 0) } func UserAttributeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT { return builder.EndObject() }
-
-
-
@@ -1,73 +0,0 @@// Code generated by the FlatBuffers compiler. DO NOT EDIT. package bindings import ( flatbuffers "github.com/google/flatbuffers/go" ) /// ワークスペース固有のカスタム属性定義 /// /// この定義を基に各ユーザにカスタム属性が定義できる。表示名の変更や半角・全角問題 /// などに対応するため、自由入力はできず事前に定義された選択肢の中から選ぶ。 /// /// また「ユーザ情報変更はできるが一部のカスタム属性にアクセスできない」といった /// ケースを考慮し、全てのカスタム属性は任意選択とする。 type UserAttributeDefinition struct { _tab flatbuffers.Table } func GetRootAsUserAttributeDefinition(buf []byte, offset flatbuffers.UOffsetT) *UserAttributeDefinition { n := flatbuffers.GetUOffsetT(buf[offset:]) x := &UserAttributeDefinition{} x.Init(buf, n+offset) return x } func FinishUserAttributeDefinitionBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.Finish(offset) } func GetSizePrefixedRootAsUserAttributeDefinition(buf []byte, offset flatbuffers.UOffsetT) *UserAttributeDefinition { n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:]) x := &UserAttributeDefinition{} x.Init(buf, n+offset+flatbuffers.SizeUint32) return x } func FinishSizePrefixedUserAttributeDefinitionBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) { builder.FinishSizePrefixed(offset) } func (rcv *UserAttributeDefinition) Init(buf []byte, i flatbuffers.UOffsetT) { rcv._tab.Bytes = buf rcv._tab.Pos = i } func (rcv *UserAttributeDefinition) Table() flatbuffers.Table { return rcv._tab } /// ユーザ・組織が設定する、認可や一意性確保のための識別キー /// /// ユーザによって値が変更される場合がある。 func (rcv *UserAttributeDefinition) Key() []byte { o := flatbuffers.UOffsetT(rcv._tab.Offset(4)) if o != 0 { return rcv._tab.ByteVector(o + rcv._tab.Pos) } return nil } /// ユーザ・組織が設定する、認可や一意性確保のための識別キー /// /// ユーザによって値が変更される場合がある。 func UserAttributeDefinitionStart(builder *flatbuffers.Builder) { builder.StartObject(1) } func UserAttributeDefinitionAddKey(builder *flatbuffers.Builder, key flatbuffers.UOffsetT) { builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(key), 0) } func UserAttributeDefinitionEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT { return builder.EndObject() }
-
-
web/auth/build.zig (deleted)
-
@@ -1,108 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. const std = @import("std"); pub fn build(b: *std.Build) !void { const target = b.standardTargetOptions(.{}); const optimize = b.standardOptimizeOption(.{}); // Default install { const wasm = b.addExecutable(.{ .name = "yamori_default_auth", .root_module = createMainModule( b, b.resolveTargetQuery(.{ .cpu_arch = .wasm32, .os_tag = .freestanding }), optimize, ), }); wasm.entry = .disabled; b.installArtifact(wasm); } // "zig build test" { const t = b.addTest(.{ .name = "yamori_default_auth_test", .root_module = createMainModule(b, target, optimize), }); const run = b.addRunArtifact(t); const step = b.step("test", "Run unit tests"); step.dependOn(&run.step); } } fn createMainModule(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.builtin.OptimizeMode) *std.Build.Module { const flatbuffers = b.dependency("flatbuffers", .{}); const bfbs = bfbs: { const flatc = b.addSystemCommand(&.{ "flatc", "-b", "--schema", "--bfbs-comments", "--bfbs-builtins", }); flatc.addArg("-o"); const dir = flatc.addOutputDirectoryArg("out"); flatc.addFileArg(b.path("v1.fbs")); break :bfbs dir.path(b, "v1.bfbs"); }; const binding = binding: { const parser = b.addExecutable(.{ .name = "zfbs-parse", .root_module = flatbuffers.module("parse"), }); const parse = b.addRunArtifact(parser); parse.addFileArg(bfbs); const zon = parse.captureStdOut(.{ .basename = "v1.zon" }); const generator = b.addExecutable(.{ .name = "zfbs-generate", .root_module = flatbuffers.module("generate"), }); const generate = b.addRunArtifact(generator); generate.addFileArg(zon); const source = generate.captureStdOut(.{ .basename = "v1.zig" }); const dir = b.addWriteFiles(); _ = dir.addCopyFile(zon, "v1.zon"); const root = dir.addCopyFile(source, "v1.zig"); break :binding b.createModule(.{ .root_source_file = root, .imports = &.{.{ .name = "flatbuffers", .module = flatbuffers.module("flatbuffers") }}, }); }; const mod = b.createModule(.{ .root_source_file = b.path("default_auth.zig"), .optimize = optimize, .target = target, }); mod.export_symbol_names = &.{"v1_allow_resource_access"}; mod.addImport("flatbuffers", flatbuffers.module("flatbuffers")); mod.addImport("v1", binding); return mod; }
-
-
web/auth/build.zig.zon (deleted)
-
@@ -1,26 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. .{ .name = .auth, .version = "0.16.0", .dependencies = .{ .flatbuffers = .{ .url = "https://github.com/nDimensional/zig-flatbuffers/archive/refs/tags/v0.2.1.tar.gz", .hash = "flatbuffers-0.2.1-Ntd6Dj4tAgAaAnjU4WN1nBvxfeZ0yHDW1JNCNr1i1EKB", }, }, .paths = .{""}, .fingerprint = 0xf8deb059a70557a2, }
-
-
web/auth/codegen.go (deleted)
-
@@ -1,17 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. package auth //go:generate flatc --go v1.fbs --go-namespace bindings
-
-
web/auth/default.nix (deleted)
-
@@ -1,86 +0,0 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. { stdenvNoCC, lib, flatbuffers, zig_0_16, runCommand, }: stdenvNoCC.mkDerivation { name = "yamori-default-auth"; nativeBuildInputs = [ zig_0_16 flatbuffers ]; src = with lib.fileset; toSource { root = ./.; fileset = unions [ ./v1.fbs ./default_auth.zig ./build.zig ./build.zig.zon ]; }; # nixpkgs の Zig ビルド hook が "standardTargetOptions" や "standardOptimizeOption" # で追加されるオプションをハードコードしてしまっているが、このモジュールは WASM # しか出力しない。 dontSetZigDefaultFlags = true; zigBuildFlags = [ "-Doptimize=ReleaseSmall" ]; postConfigure = let # nixpkgs の zig.fetchDeps は v0.16 に対応していない。 # この関数はそれを v0.16 に対応させたもの。 deps = runCommand "yamori-auth-fetch-deps" { src = with lib.fileset; toSource { root = ./.; fileset = unions [ ./build.zig ./build.zig.zon ]; }; nativeBuildInputs = [ zig_0_16 ]; outputHashAlgo = null; outputHashMode = "recursive"; outputHash = "sha256-D7CU4yXg9M6sa8k2IMjykQD+XItc5moSTHdmk5CCmEQ="; } '' export ZIG_GLOBAL_CACHE_DIR=$(mktemp -d) runHook unpackPhase cd $sourceRoot zig build --fetch=all mv zig-pkg $out ''; in '' ln -s ${deps} zig-pkg ''; }
-
-
web/auth/default_auth.go (deleted)
-
@@ -1,22 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. package auth import ( _ "embed" ) //go:embed zig-out/bin/yamori_default_auth.wasm var DefaultWASM []byte
-
-
web/auth/default_auth.zig (deleted)
-
@@ -1,135 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. const std = @import("std"); const flatbuffers = @import("flatbuffers"); const v1 = @import("v1"); const schema = v1.Yamori.Auth.V1; /// * 管理者以外は自分のリソースのみ作成・変更可能 /// * どのユーザでも全てのリソースを閲覧可能 export fn v1_allow_resource_access(buffer_ptr: [*]const u8, buffer_len: u32) bool { const buffer = buffer_ptr[0..buffer_len]; return v1AllowResourceAccess(buffer) catch return false; } fn v1AllowResourceAccess(buffer: []const u8) !bool { const root = try flatbuffers.decodeRoot(schema.AccessRequest, @alignCast(buffer)); if (root.user().is_super_user()) { return true; } const access_type = root.access_type(); if (access_type == .Read) { return true; } return switch (root.resource_type()) { .User => |u| switch (access_type) { .Modify => std.mem.eql(u8, u.id(), root.user().id()), .Read => unreachable, else => false, }, .UserAttribute => false, .UserAttributeDefinition => false, else => false, }; } test "フィールドが欠けている場合はアクセスを拒否する" { var builder = try flatbuffers.Builder.init(std.testing.allocator); defer builder.deinit(); try builder.writeRoot(schema.AccessRequest, try builder.writeTable(schema.AccessRequest, .{ .user = try builder.writeTable(schema.User, .{ .id = "foo-bar", }), })); const buffer = try builder.writeAlloc(std.testing.allocator); defer std.testing.allocator.free(buffer); try std.testing.expectEqual(false, try v1AllowResourceAccess(buffer)); } test "管理者はユーザを追加できる" { var builder = try flatbuffers.Builder.init(std.testing.allocator); defer builder.deinit(); try builder.writeRoot(schema.AccessRequest, try builder.writeTable(schema.AccessRequest, .{ .user = try builder.writeTable(schema.User, .{ .id = "foo-bar", .is_super_user = true, }), .access_type = .Create, .resource_type = .{ .User = try builder.writeTable(schema.User, .{ .id = "baz-qux", .is_super_user = true, }), }, })); const buffer = try builder.writeAlloc(std.testing.allocator); defer std.testing.allocator.free(buffer); try std.testing.expectEqual(true, try v1AllowResourceAccess(buffer)); } test "非管理者は自身の基本情報を変更できる" { var builder = try flatbuffers.Builder.init(std.testing.allocator); defer builder.deinit(); try builder.writeRoot(schema.AccessRequest, try builder.writeTable(schema.AccessRequest, .{ .user = try builder.writeTable(schema.User, .{ .id = "foo-bar", }), .access_type = .Modify, .resource_type = .{ .User = try builder.writeTable(schema.User, .{ .id = "foo-bar", }), }, })); const buffer = try builder.writeAlloc(std.testing.allocator); defer std.testing.allocator.free(buffer); try std.testing.expectEqual(true, try v1AllowResourceAccess(buffer)); } test "非管理者は他人の基本情報を変更できない" { var builder = try flatbuffers.Builder.init(std.testing.allocator); defer builder.deinit(); try builder.writeRoot(schema.AccessRequest, try builder.writeTable(schema.AccessRequest, .{ .user = try builder.writeTable(schema.User, .{ .id = "foo-bar", }), .access_type = .Modify, .resource_type = .{ .User = try builder.writeTable(schema.User, .{ .id = "baz-qux", }), }, })); const buffer = try builder.writeAlloc(std.testing.allocator); defer std.testing.allocator.free(buffer); try std.testing.expectEqual(false, try v1AllowResourceAccess(buffer)); }
-
-
web/auth/v1.fbs (deleted)
-
@@ -1,99 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. namespace Yamori.Auth.V1; /// リソースに対するアクセスの種類 enum ResourceAccessType : uint8 { /// 上書きや削除といった既存のデータに対する変更 Modify, /// 追加・登録 /// /// 既存の同種リソースに対して変更は発生しない。同種の他のリソースに対して /// 変更が必要な場合は `Modify` のリソース変更も同時に認可を行う。 Create, /// 読み取り /// /// 一覧取得といったアクセスは個別のリソースに対してそれぞれ `Read` の /// 認可が行われる。 Read, } /// ワークスペース固有のカスタム属性定義 /// /// この定義を基に各ユーザにカスタム属性が定義できる。表示名の変更や半角・全角問題 /// などに対応するため、自由入力はできず事前に定義された選択肢の中から選ぶ。 /// /// また「ユーザ情報変更はできるが一部のカスタム属性にアクセスできない」といった /// ケースを考慮し、全てのカスタム属性は任意選択とする。 table UserAttributeDefinition { /// ユーザ・組織が設定する、認可や一意性確保のための識別キー /// /// ユーザによって値が変更される場合がある。 key: string (required); } /// ユーザに設定されたカスタム属性 table UserAttribute { /// 該当する `UserAttributeDefinition` の `key` definition_key: string (required); /// 選択肢のキー choice_key: string; } /// システムに登録されているログイン可能なユーザ table User { /// システムによって自動発番された ID /// /// 同一判定にはこのフィールドを利用すること。値は不変である。 id: string (required); /// 管理者かどうか /// /// `attributes` でも表現できる属性ではあるが、ベクターを毎回走査するパフォーマンス /// ペナルティを避けるために設置している。ハンドラ内でまずこのフィールドを確認し、 /// `true` の場合にアクセスを許可すれば「誰もアクセスできないデータがある」状態を /// 避けることができる。 /// /// サーバにあるデータベースファイルにアクセスできる人物は実質全てのアクセス権限を /// 持つに等しい。ただ、意図しない変更を予防する等の理由でアクセスを制限することにも /// 長所があるため、組織のリスクマネジメント方針に基づいて決めることを推奨。 is_super_user: bool; /// ワークスペース固有のカスタム属性一覧 attributes: [UserAttribute]; } union Resource { User, UserAttribute, UserAttributeDefinition, } /// 認可用 WebAssembly 関数に渡されるデータ table AccessRequest { /// アクセスを要求しているユーザ user: User (required); /// アクセスの種類 access_type: ResourceAccessType; /// アクセスしようとしているリソース resource: Resource; } root_type AccessRequest;
-
-
web/cmd/yamori/main.go (deleted)
-
@@ -1,71 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "context" "fmt" "os" flatbuffers "github.com/google/flatbuffers/go" "github.com/tetratelabs/wazero" "pocka.jp/x/yamori/web/auth" "pocka.jp/x/yamori/web/auth/bindings" ) func main() { ctx := context.Background() r := wazero.NewRuntime(ctx) defer r.Close(ctx) msg := newMsg() mod, _ := r.Instantiate(ctx, auth.DefaultWASM) if !mod.Memory().Write(0, msg) { fmt.Printf("Memory.Write failed\n") os.Exit(1) } res, err := mod.ExportedFunction("v1_allow_resource_access").Call(ctx, 0, uint64(len(msg))) if err != nil { fmt.Printf("ACL module execution failed: %s\n", err) os.Exit(1) } fmt.Printf("Allow = %t\n", res[0] != 0) } func newMsg() []byte { builder := flatbuffers.NewBuilder(1024) fooID := builder.CreateString("foo") bindings.UserStart(builder) bindings.UserAddId(builder, fooID) bindings.UserAddIsSuperUser(builder, true) foo := bindings.UserEnd(builder) bindings.AccessRequestStart(builder) bindings.AccessRequestAddUser(builder, foo) bindings.AccessRequestAddAccessType(builder, bindings.ResourceAccessTypeModify) bindings.AccessRequestAddResourceType(builder, bindings.ResourceUser) bindings.AccessRequestAddResource(builder, foo) req := bindings.AccessRequestEnd(builder) builder.Finish(req) return builder.FinishedBytes() }
-
-
web/default.nix (deleted)
-
@@ -1,57 +0,0 @@# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026 Shota FUJI # # This program is free software: you can redistribute it and/or modify it under the terms # of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. { buildGoModule, src, zig_0_16, flatbuffers, lib, runCommand, callPackage, }: buildGoModule { pname = "yamori"; version = "0.1.0"; src = with lib.fileset; toSource { root = ./.; fileset = unions [ ./auth ./cmd ./go.mod ./go.sum ]; }; vendorHash = "sha256-TRzFIodz0xf1GwQUXG5YHoPs+3QcEULXrYEIktM8eto="; nativeBuildInputs = [ zig_0_16 flatbuffers ]; postConfigure = let auth-wasm = callPackage ./auth { }; in '' mkdir -p auth/zig-out/bin # go:embed does not support symlinks cp ${auth-wasm}/bin/yamori_default_auth.wasm auth/zig-out/bin/yamori_default_auth.wasm ''; }
-
-
web/go.mod (deleted)
-
@@ -1,24 +0,0 @@// SPDX-License-Identifier: AGPL-3.0-only // Copyright 2026 Shota FUJI // // This program is free software: you can redistribute it and/or modify it under the terms // of the GNU Affero 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. module pocka.jp/x/yamori/web go 1.26.3 require ( github.com/google/flatbuffers v25.12.19+incompatible github.com/tetratelabs/wazero v1.12.0 ) require golang.org/x/sys v0.44.0 // indirect
-
-
web/go.sum (deleted)
-
@@ -1,6 +0,0 @@github.com/google/flatbuffers v25.12.19+incompatible h1:haMV2JRRJCe1998HeW/p0X9UaMTK6SDo0ffLn2+DbLs= github.com/google/flatbuffers v25.12.19+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/tetratelabs/wazero v1.12.0 h1:DuWcpNu/FzgEXgGBDp8J1Spc+CWOvvtvVyjKlaZopYU= github.com/tetratelabs/wazero v1.12.0/go.mod h1:LvKtzl2RqO4gyF27BiXU+nKAjcV8f38U+kP/q2vgxh0= golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ= golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
-
-
web/go.sum.license (deleted)
-
@@ -1,13 +0,0 @@SPDX-License-Identifier: AGPL-3.0-only Copyright 2026 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
-