From 69449b09fe645127fef673e93e8763d64a7e4cd4 Mon Sep 17 00:00:00 2001 From: toitoinebzh Date: Fri, 8 Mar 2019 21:39:44 +0100 Subject: [PATCH] Upgrade to 1.5.11 --- LICENSE | 676 +-------------------------- README.md | 81 +++- README_fr.md | 80 ++++ check_process | 50 ++ conf/app.src | 4 +- conf/nginx.conf | 19 +- conf/php-fpm.conf | 107 +++-- conf/systemd.service | 13 + manifest.json | 54 ++- scripts/_common.sh | 13 +- scripts/backup | 42 +- scripts/change_url | 111 +++++ scripts/install | 236 ++++++++-- scripts/remove | 74 ++- scripts/restore | 87 +++- scripts/upgrade | 66 ++- sources/extra_files/app/.gitignore | 2 + sources/images/fluxbb_logo.png | Bin 0 -> 14987 bytes sources/images/fluxbb_screenshot.png | Bin 0 -> 22915 bytes sources/patches/.gitignore | 2 + 20 files changed, 892 insertions(+), 825 deletions(-) create mode 100644 README_fr.md create mode 100644 check_process create mode 100644 conf/systemd.service mode change 100644 => 100755 scripts/backup create mode 100644 scripts/change_url mode change 100644 => 100755 scripts/install mode change 100644 => 100755 scripts/remove mode change 100644 => 100755 scripts/restore mode change 100644 => 100755 scripts/upgrade create mode 100644 sources/extra_files/app/.gitignore create mode 100644 sources/images/fluxbb_logo.png create mode 100644 sources/images/fluxbb_screenshot.png create mode 100644 sources/patches/.gitignore diff --git a/LICENSE b/LICENSE index 9cecc1d..f3cff84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,674 +1,4 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 +File containing the license of your package. - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) {year} {name of author} - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - {project} Copyright (C) {year} {fullname} - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. +More information here: +https://github.com/YunoHost/doc/blob/master/packaging_apps_guidelines_fr.md#yep-13---indiquer-la-licence-associ%C3%A9e-au-paquet---brouillon--auto--working- diff --git a/README.md b/README.md index 025c1a7..b20339a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,80 @@ -# fluxbb_ynh +# FluxBB for YunoHost -FluxBB is a software to create forum like NodeBB, flarum, MyBB or PhpBB. FluxBB has many features, too much to be listed here. +![fluxbb_logo](sources/images/fluxbb_logo.png) -State : InProgress > NotWorking + +[![Integration level](https://dash.yunohost.org/integration/FluxBB.svg)](https://dash.yunohost.org/appci/app/FluxBB) +[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=FluxBB) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allow you to install FluxBB quickly and simply on a YunoHost server. +If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* + +## Overview + +FluxBB is fast, light, user-friendly forum software for your website. + +**Shipped version:** 1.5.11 + +## Screenshots + +![fluxbb_screenshot](sources/images/fluxbb_screenshot.png) + +## Demo + +* [Official demo](https://fluxbb.org/forums/index.php) + +## Configuration + +How to configure this app: by the admin panel. + +## Documentation + + * Official documentation: https://fluxbb.org/docs/ + * YunoHost documentation: https://yunohost.org/#/app_fluxbb + +## YunoHost specific features + +#### Multi-users support + +Are LDAP and HTTP auth supported? no +Can the app be used by multiple users? yes + +#### Supported architectures + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/FluxBB%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/FluxBB/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/FluxBB%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/FluxBB/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/FluxBB%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/FluxBB/) + +## Limitations + +* Change-url : once you change the url, you should go to the admin panel and change the `Base URL` + +## Additional information + +* Other information you would add about this application + +**More information on the documentation page:** +https://yunohost.org/packaging_apps + +## Links + + * Report a bug: https://github.com/YunoHost-Apps/FluxBB_ynh/issues + * App website: https://fluxbb.org/ + * YunoHost website: https://yunohost.org/ + +--- + +Developers info +---------------- + +**Only if you want to use a testing branch for coding, instead of merging directly into master.** +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing --debug +or +sudo yunohost app upgrade FluxBB -u https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing --debug +``` diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..eb47e77 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,80 @@ +# FluxBB pour YunoHost + +![fluxbb_logo](sources/images/fluxbb_logo.png) + + +[![Integration level](https://dash.yunohost.org/integration/FluxBB.svg)](https://dash.yunohost.org/appci/app/FluxBB) +[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=FluxBB) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer FluxBB rapidement et simplement sur un serveur Yunohost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* + +## Vue d'ensemble + +FluxBB est un forum de discussions écrit en PHP rapide et léger. + +**Version incluse:** 1.5.11 + +## Captures d'écran + +![fluxbb_screenshot](sources/images/fluxbb_screenshot.png) + +## Démo + +* [Démo officielle](https://fluxbb.org/forums/index.php) + +## Configuration + +Comment configurer cette application: via le panneau d'administration. + +## Documentation + + * Documentation officielle: https://fluxbb.org/docs/ + * Documentation YunoHost: https://yunohost.org/#/app_fluxbb + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateurs + +L'authentification LDAP et HTTP est-elle prise en charge? non +L'application peut-elle être utilisée par plusieurs utilisateurs? oui + +#### Supported architectures + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/FluxBB%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/FluxBB/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/FluxBB%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/FluxBB/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/FluxBB%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/FluxBB/) + +## Limitations + +* Limitations connues. + +## Informations additionnelles + +* Change-url : une fois l'url modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL` + +**Plus d'informations sur la page de documentation:** +https://yunohost.org/packaging_apps + +## Links + + * Signaler un bug: https://github.com/YunoHost-Apps/FluxBB_ynh/issues + * Site de l'application: https://fluxbb.org/ + * Site web YunoHost: https://yunohost.org/ + +--- + +Informations pour les développeurs +---------------- + +**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.** +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing --debug +ou +sudo yunohost app upgrade FluxBB -u https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing --debug +``` diff --git a/check_process b/check_process new file mode 100644 index 0000000..3b7c3ee --- /dev/null +++ b/check_process @@ -0,0 +1,50 @@ +# See here for more information +# https://github.com/YunoHost/package_check#syntax-check_process-file + +# Move this file from check_process.default to check_process when you have filled it. + +;; Test complet + ; Manifest + domain="domain.tld" (DOMAIN) + path="/path" (PATH) + admin="john" (USER) + language="en" + is_public=1 (PUBLIC|public=1|private=0) + # at least 6 caracters for fluxbb password + password="password_fluxbb" + port="666" (PORT) + ; Checks + pkg_linter=1 + setup_sub_dir=1 + setup_root=1 + setup_nourl=0 + setup_private=1 + setup_public=1 + upgrade=1 + #upgrade=1 from_commit=CommitHash + backup_restore=1 + multi_instance=1 + incorrect_path=1 + port_already_use=0 + change_url=1 +;;; Levels + Level 1=auto + Level 2=auto + Level 3=auto +# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it. +# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well. + Level 4=0 + Level 5=auto + Level 6=auto + Level 7=auto + Level 8=0 + Level 9=0 + Level 10=0 +;;; Options +Email= +Notification=none +;;; Upgrade options + ; commit=CommitHash + name=Name and date of the commit. + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + diff --git a/conf/app.src b/conf/app.src index 19d235a..4b97a50 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://fluxbb.org/download/releases/1.5.10/fluxbb-1.5.10.tar.gz -SOURCE_SUM=e329d0abf2ec4ad8d9d1e2e700b8e09e9355bc5115e9b1fe2656816065535c09 +SOURCE_URL=https://fluxbb.org/download/releases/1.5.11/fluxbb-1.5.11.tar.gz +SOURCE_SUM=dacc6ae22fc8a6183b47e7e0ddc7d0a0a75b6c7203efc2194fd3af32c65a734f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 74fc4df..f2277ea 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,29 +1,24 @@ -location __PATH__ { +#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; +location __PATH__/ { # Path to source alias __FINALPATH__/ ; + # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - # Example PHP configuration (remove if not used) +### Example PHP configuration (remove it if not used) index index.php; - # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file + # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; - fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock; - - # If you don't use a dedicated fpm config for your app, - # use a general fpm pool. - # This is to be used INSTEAD of line above - # Don't forget to adjust scripts install/upgrade/remove/backup accordingly - # - #fastcgi_pass unix:/var/run/php5-fpm.sock; + fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock; fastcgi_index index.php; include fastcgi_params; @@ -31,7 +26,7 @@ location __PATH__ { fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename; } - # PHP configuration end +### End of PHP configuration part # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 3384867..ab5dca9 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -1,11 +1,11 @@ - ; Start a new pool named 'www'. -; the variable $pool can we used in any directive and will be replaced by the +; the variable $pool can be used in any directive and will be replaced by the ; pool name ('www' here) [__NAMETOCHANGE__] ; Per pool prefix ; It only applies on the following directives: +; - 'access.log' ; - 'slowlog' ; - 'listen' (unixsocket) ; - 'chroot' @@ -25,28 +25,35 @@ group = __USER__ ; The address on which to accept FastCGI requests. ; Valid syntaxes are: -; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on +; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on ; a specific port; -; 'port' - to listen on a TCP socket to all addresses on a -; specific port; +; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on +; a specific port; +; 'port' - to listen on a TCP socket to all addresses +; (IPv6 and IPv4-mapped) on a specific port; ; '/path/to/unix/socket' - to listen on a unix socket. ; Note: This value is mandatory. -listen = /var/run/php5-fpm-__NAMETOCHANGE__.sock +listen = /var/run/php/php7.0-fpm-__NAMETOCHANGE__.sock -; Set listen(2) backlog. A value of '-1' means unlimited. -; Default Value: 128 (-1 on FreeBSD and OpenBSD) -;listen.backlog = 128 +; Set listen(2) backlog. +; Default Value: 511 (-1 on FreeBSD and OpenBSD) +;listen.backlog = 511 ; Set permissions for unix socket, if one is used. In Linux, read/write ; permissions must be set in order to allow connections from a web server. Many -; BSD-derived systems allow connections regardless of permissions. +; BSD-derived systems allow connections regardless of permissions. ; Default Values: user and group are set as the running user ; mode is set to 0660 listen.owner = www-data listen.group = www-data ;listen.mode = 0660 - -; List of ipv4 addresses of FastCGI clients which are allowed to connect. +; When POSIX Access Control Lists are supported you can set them using +; these options, value is a comma separated list of user/group names. +; When set, listen.owner and listen.group are ignored +;listen.acl_users = +;listen.acl_groups = + +; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect. ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address ; must be separated by a comma. If this value is left blank, connections will be @@ -60,7 +67,13 @@ listen.group = www-data ; - The pool processes will inherit the master process priority ; unless it specified otherwise ; Default Value: no set -; priority = -19 +; process.priority = -19 + +; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user +; or group is differrent than the master process user. It allows to create process +; core dump and ptrace the process for the pool user. +; Default Value: no +; process.dumpable = yes ; Choose how the process manager will control the number of child processes. ; Possible Values: @@ -97,7 +110,7 @@ pm = dynamic ; forget to tweak pm.* to fit your needs. ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand' ; Note: This value is mandatory. -pm.max_children = 10 +pm.max_children = 5 ; The number of child processes created on startup. ; Note: Used only when pm is set to 'dynamic' @@ -118,12 +131,12 @@ pm.max_spare_servers = 3 ; Note: Used only when pm is set to 'ondemand' ; Default Value: 10s ;pm.process_idle_timeout = 10s; - + ; The number of requests each child process should execute before respawning. ; This can be useful to work around memory leaks in 3rd party libraries. For ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS. ; Default Value: 0 -pm.max_requests = 500 +;pm.max_requests = 500 ; The URI to view the FPM status page. If this value is not set, no URI will be ; recognized as a status page. It shows the following informations: @@ -171,7 +184,7 @@ pm.max_requests = 500 ; ; By default the status page only outputs short status. Passing 'full' in the ; query string will also return status for each pool process. -; Example: +; Example: ; http://www.foo.bar/status?full ; http://www.foo.bar/status?json&full ; http://www.foo.bar/status?html&full @@ -216,7 +229,7 @@ pm.max_requests = 500 ; last request memory: 0 ; ; Note: There is a real-time FPM status monitoring sample web page available -; It's available in: ${prefix}/share/fpm/status.html +; It's available in: /usr/share/php/7.0/fpm/status.html ; ; Note: The value must start with a leading slash (/). The value can be ; anything, but it may not be a good idea to use the .php extension or it @@ -276,7 +289,7 @@ pm.max_requests = 500 ; - %{megabytes}M ; - %{mega}M ; %n: pool name -; %o: ouput header +; %o: output header ; it must be associated with embraces to specify the name of the header: ; - %{Content-Type}o ; - %{X-Powered-By}o @@ -284,7 +297,7 @@ pm.max_requests = 500 ; - .... ; %p: PID of the child that serviced the request ; %P: PID of the parent of the child that serviced the request -; %q: the query string +; %q: the query string ; %Q: the '?' character if query string exists ; %r: the request URI (without the query string, see %q and %Q) ; %R: remote IP address @@ -292,47 +305,51 @@ pm.max_requests = 500 ; %t: server time the request was received ; it can accept a strftime(3) format: ; %d/%b/%Y:%H:%M:%S %z (default) +; The strftime(3) format must be encapsuled in a %{}t tag +; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t ; %T: time the log has been written (the request has finished) ; it can accept a strftime(3) format: ; %d/%b/%Y:%H:%M:%S %z (default) +; The strftime(3) format must be encapsuled in a %{}t tag +; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t ; %u: remote user ; ; Default: "%R - %u %t \"%m %r\" %s" ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" - + ; The log file for slow requests ; Default Value: not set ; Note: slowlog is mandatory if request_slowlog_timeout is set -slowlog = /var/log/nginx/__NAMETOCHANGE__.slow.log - +;slowlog = log/$pool.log.slow + ; The timeout for serving a single request after which a PHP backtrace will be ; dumped to the 'slowlog' file. A value of '0s' means 'off'. ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) ; Default Value: 0 -request_slowlog_timeout = 5s - +;request_slowlog_timeout = 0 + ; The timeout for serving a single request after which the worker process will ; be killed. This option should be used when the 'max_execution_time' ini option ; does not stop script execution for some reason. A value of '0' means 'off'. ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) ; Default Value: 0 request_terminate_timeout = 1d - + ; Set open file descriptor rlimit. ; Default Value: system defined value ;rlimit_files = 1024 - + ; Set max core size rlimit. ; Possible Values: 'unlimited' or an integer greater or equal to 0 ; Default Value: system defined value ;rlimit_core = 0 - + ; Chroot to this directory at the start. This value must be defined as an ; absolute path. When this value is not set, chroot is not used. ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one ; of its subdirectories. If the pool prefix is not set, the global prefix ; will be used instead. -; Note: chrooting is a great security feature and should be used whenever +; Note: chrooting is a great security feature and should be used whenever ; possible. However, all PHP paths will be relative to the chroot ; (error_log, sessions.save_path, ...). ; Default Value: not set @@ -348,16 +365,25 @@ chdir = __FINALPATH__ ; Note: on highloaded environement, this can cause some delay in the page ; process time (several ms). ; Default Value: no -catch_workers_output = yes +;catch_workers_output = yes + +; Clear environment in FPM workers +; Prevents arbitrary environment variables from reaching FPM worker processes +; by clearing the environment in workers before env vars specified in this +; pool configuration are added. +; Setting to "no" will make all environment variables available to PHP code +; via getenv(), $_ENV and $_SERVER. +; Default Value: yes +;clear_env = no ; Limits the extensions of the main script FPM will allow to parse. This can ; prevent configuration mistakes on the web server side. You should only limit ; FPM to .php extensions to prevent malicious users to use other extensions to -; exectute php code. +; execute php code. ; Note: set an empty value to allow all extensions. ; Default Value: .php -;security.limit_extensions = .php .php3 .php4 .php5 - +;security.limit_extensions = .php .php3 .php4 .php5 .php7 + ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from ; the current environment. ; Default Value: clean env @@ -371,7 +397,7 @@ catch_workers_output = yes ; overwrite the values previously defined in the php.ini. The directives are the ; same as the PHP SAPI: ; php_value/php_flag - you can set classic ini defines which can -; be overwritten from PHP call 'ini_set'. +; be overwritten from PHP call 'ini_set'. ; php_admin_value/php_admin_flag - these directives won't be overwritten by ; PHP call 'ini_set' ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. @@ -390,4 +416,15 @@ catch_workers_output = yes ;php_flag[display_errors] = off ;php_admin_value[error_log] = /var/log/fpm-php.www.log ;php_admin_flag[log_errors] = on -;php_admin_value[memory_limit] = 32M +;php_admin_value[memory_limit] = 32M + +; Common values to change to increase file upload limit +; php_admin_value[upload_max_filesize] = 50M +; php_admin_value[post_max_size] = 50M +; php_admin_flag[mail.add_x_header] = Off + +; Other common parameters +; php_admin_value[max_execution_time] = 600 +; php_admin_value[max_input_time] = 300 +; php_admin_value[memory_limit] = 256M +; php_admin_flag[short_open_tag] = On diff --git a/conf/systemd.service b/conf/systemd.service new file mode 100644 index 0000000..76cdf64 --- /dev/null +++ b/conf/systemd.service @@ -0,0 +1,13 @@ +[Unit] +Description=Small description of the service +After=network.target + +[Service] +Type=simple +User=__APP__ +Group=__APP__ +WorkingDirectory=__FINALPATH__/ +ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1 + +[Install] +WantedBy=multi-user.target diff --git a/manifest.json b/manifest.json index 0ade28d..1c5056f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,26 +1,26 @@ { - "name": "FluxBB", + "name": "Fluxbb", "id": "fluxbb", "packaging_format": 1, "description": { - "en": "Example package for YunoHost application.", - "fr": "Exemple de package d’application pour YunoHost." + "en": "FluxBB is fast, light, user-friendly forum software for your website.", + "fr": "FluxBB est un forum de discussions écrit en PHP rapide et léger." }, - "version": "1.0", - "url": "https://example.com", - "license": "free", + "version": "1.5.11", + "url": "https://fluxbb.org/", + "license": "GPL-2.0-only", "maintainer": { - "name": "abld", - "email": "abld@abld.info", - "url": "https://abld.info" + "name": "antoine", + "email": "antoine@miaou.org", + "url": "https://miaou.org" }, "requirements": { - "yunohost": ">= 2.7.2" + "yunohost": ">= 3.4" }, "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7.0-fpm", "mysql" ], "arguments": { @@ -29,8 +29,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for Fluxbb", - "fr": "Choisissez un nom de domaine pour Fluxbb" + "en": "Choose a domain name for FluxBB", + "fr": "Choisissez un nom de domaine pour FluxBB" }, "example": "example.com" }, @@ -38,11 +38,11 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for Fluxbb", - "fr": "Choisissez un chemin pour Fluxbb" + "en": "Choose a path for FluxBB", + "fr": "Choisissez un chemin pour FluxBB" }, - "example": "/example", - "default": "/example" + "example": "/forum", + "default": "/forum" }, { "name": "admin", @@ -61,7 +61,25 @@ "fr": "Est-ce une application publique ?" }, "default": true + }, + { + "name": "language", + "type": "string", + "ask": { + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" + }, + "choices": ["en"], + "default": "en" + }, + { + "name": "password", + "type": "password", + "ask": { + "en": "Set the administrator password", + "fr": "Définissez le mot de passe administrateur" + } } ] } -} +} diff --git a/scripts/_common.sh b/scripts/_common.sh index bbda686..b905339 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,2 +1,13 @@ #!/bin/bash - + +#================================================= +# PERSONAL HELPERS +#================================================= + +#================================================= +# EXPERIMENTAL HELPERS +#================================================= + +#================================================= +# FUTURE OFFICIAL HELPERS +#================================================= diff --git a/scripts/backup b/scripts/backup old mode 100644 new mode 100755 index 1d863fd..9e175ac --- a/scripts/backup +++ b/scripts/backup @@ -6,24 +6,25 @@ # IMPORT GENERIC HELPERS #================================================= -if [ ! -e _common.sh ]; then - # Get the _common.sh file if it's not in the current directory - cp ../settings/scripts/_common.sh ./_common.sh - chmod a+rx _common.sh -fi -source _common.sh +#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE #================================================= +ynh_clean_setup () { + ### Remove this function if there's nothing to clean before calling the remove script. + true +} # Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= # LOAD SETTINGS #================================================= +ynh_print_info "Loading installation settings..." app=$YNH_APP_INSTANCE_NAME @@ -36,25 +37,28 @@ db_name=$(ynh_app_setting_get $app db_name) #================================================= # BACKUP THE APP MAIN DIR #================================================= +ynh_print_info "Backing up the main app directory..." ynh_backup "$final_path" #================================================= # BACKUP THE NGINX CONFIGURATION #================================================= +ynh_print_info "Backing up nginx web server configuration..." ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # BACKUP THE PHP-FPM CONFIGURATION #================================================= +ynh_print_info "Backing up php-fpm configuration..." -ynh_backup "/etc/php5/fpm/pool.d/$app.conf" -ynh_backup "/etc/php5/fpm/conf.d/20-$app.ini" +ynh_backup "/etc/php/7.0/fpm/pool.d/$app.conf" #================================================= # BACKUP THE MYSQL DATABASE #================================================= +ynh_print_info "Backing up the MySQL database..." ynh_mysql_dump_db "$db_name" > db.sql @@ -63,5 +67,25 @@ ynh_mysql_dump_db "$db_name" > db.sql #================================================= # BACKUP LOGROTATE #================================================= +ynh_print_info "Backing up logrotate configuration..." -ynh_backup "/etc/logrotate.d/$app" +#ynh_backup "/etc/logrotate.d/$app" + +#================================================= +# BACKUP SYSTEMD +#================================================= +ynh_print_info "Backing up systemd configuration..." + +#ynh_backup "/etc/systemd/system/$app.service" + +#================================================= +# BACKUP A CRON FILE +#================================================= + +#ynh_backup "/etc/cron.d/$app" + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_print_info "Backup script completed for $app. (YunoHost will then actually copy those files to the archive)." diff --git a/scripts/change_url b/scripts/change_url new file mode 100644 index 0000000..93a67da --- /dev/null +++ b/scripts/change_url @@ -0,0 +1,111 @@ +#!/bin/bash + +#================================================= +# GENERIC STARTING +#================================================= +# IMPORT GENERIC HELPERS +#================================================= + +source _common.sh +source /usr/share/yunohost/helpers + +#================================================= +# RETRIEVE ARGUMENTS +#================================================= + +old_domain=$YNH_APP_OLD_DOMAIN +old_path=$YNH_APP_OLD_PATH + +new_domain=$YNH_APP_NEW_DOMAIN +new_path=$YNH_APP_NEW_PATH + +app=$YNH_APP_INSTANCE_NAME + +#================================================= +# LOAD SETTINGS +#================================================= +ynh_print_info "Loading installation settings..." + +# Needed for helper "ynh_add_nginx_config" +final_path=$(ynh_app_setting_get $app final_path) + +# Add settings here as needed by your application +#db_name=$(ynh_app_setting_get "$app" db_name) +#db_pwd=$(ynh_app_setting_get $app db_pwd) + +#================================================= +# CHECK THE SYNTAX OF THE PATHS +#================================================= + +test -n "$old_path" || old_path="/" +test -n "$new_path" || new_path="/" +new_path=$(ynh_normalize_url_path $new_path) +old_path=$(ynh_normalize_url_path $old_path) + +#================================================= +# CHECK WHICH PARTS SHOULD BE CHANGED +#================================================= + +change_domain=0 +if [ "$old_domain" != "$new_domain" ] +then + change_domain=1 +fi + +change_path=0 +if [ "$old_path" != "$new_path" ] +then + change_path=1 +fi + +#================================================= +# STANDARD MODIFICATIONS +#================================================= +# MODIFY URL IN NGINX CONF +#================================================= +ynh_print_info "Updating nginx web server configuration..." + +nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf + +# Change the path in the nginx config file +if [ $change_path -eq 1 ] +then + # Make a backup of the original nginx config file if modified + ynh_backup_if_checksum_is_different "$nginx_conf_path" + # Set global variables for nginx helper + domain="$old_domain" + path_url="$new_path" + # Create a dedicated nginx config + ynh_add_nginx_config +fi + +# Change the domain for nginx +if [ $change_domain -eq 1 ] +then + # Delete file checksum for the old conf file location + ynh_delete_file_checksum "$nginx_conf_path" + mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf + # Store file checksum for the new config file location + ynh_store_file_checksum "/etc/nginx/conf.d/$new_domain.d/$app.conf" +fi + +#================================================= +# SPECIFIC MODIFICATIONS +#================================================= +# ... +#================================================= + +#================================================= +# GENERIC FINALISATION +#================================================= +# RELOAD NGINX +#================================================= +ynh_print_info "Reloading nginx web server..." + +systemctl reload nginx + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_print_info "Change of URL completed for $app" diff --git a/scripts/install b/scripts/install old mode 100644 new mode 100755 index 499bff3..1f964c7 --- a/scripts/install +++ b/scripts/install @@ -13,6 +13,11 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= +ynh_clean_setup () { + ### Remove this function if there's nothing to clean before calling the remove script. + true +} +# Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= @@ -23,131 +28,302 @@ domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC +language=$YNH_APP_ARG_LANGUAGE +password=$YNH_APP_ARG_PASSWORD +### If it's a multi-instance app, meaning it can be installed several times independently +### The id of the app as stated in the manifest is available as $YNH_APP_ID +### The instance number is available as $YNH_APP_INSTANCE_NUMBER (equals "1", "2", ...) +### The app instance name is available as $YNH_APP_INSTANCE_NAME +### - the first time the app is installed, YNH_APP_INSTANCE_NAME = ynhexample +### - the second time the app is installed, YNH_APP_INSTANCE_NAME = ynhexample__2 +### - ynhexample__{N} for the subsequent installations, with N=3,4, ... +### The app instance name is probably what interests you most, since this is +### guaranteed to be unique. This is a good unique identifier to define installation path, +### db names, ... app=$YNH_APP_INSTANCE_NAME #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #================================================= +ynh_print_info "Validating installation parameters..." +### If the app uses nginx as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app". +### If the app provides an internal web server (or uses another application server such as uwsgi), the final path should be "/opt/yunohost/$app" final_path=/var/www/$app test ! -e "$final_path" || ynh_die "This path already contains a folder" +# Normalize the url path syntax path_url=$(ynh_normalize_url_path $path_url) -ynh_webpath_available $domain $path_url + +# Register (book) web path ynh_webpath_register $app $domain $path_url #================================================= # STORE SETTINGS FROM MANIFEST #================================================= +ynh_print_info "Storing installation settings..." ynh_app_setting_set $app domain $domain ynh_app_setting_set $app path $path_url ynh_app_setting_set $app admin $admin ynh_app_setting_set $app is_public $is_public +ynh_app_setting_set $app language $language #================================================= # STANDARD MODIFICATIONS #================================================= # FIND AND OPEN A PORT #================================================= +ynh_print_info "Configuring firewall..." + +### Use these lines if you have to open a port for the application +### `ynh_find_port` will find the first available port starting from the given port. +### If you're not using these lines: +### - Remove the section "CLOSE A PORT" in the remove script # Find a free port port=$(ynh_find_port 8095) # Open this port -yunohost firewall allow --no-upnp TCP $port 2>&1 +#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port ynh_app_setting_set $app port $port #================================================= # INSTALL DEPENDENCIES #================================================= +ynh_print_info "Installing dependencies..." -ynh_install_app_dependencies deb1 deb2 +### `ynh_install_app_dependencies` allows you to add any "apt" dependencies to the package. +### Those deb packages will be installed as dependencies of this package. +### If you're not using this helper: +### - Remove the section "REMOVE DEPENDENCIES" in the remove script +### - As well as the section "REINSTALL DEPENDENCIES" in the restore script +### - And the section "UPGRADE DEPENDENCIES" in the upgrade script + +#ynh_install_app_dependencies deb1 deb2 #================================================= # CREATE A MYSQL DATABASE #================================================= +ynh_print_info "Creating a MySQL database..." + +### Use these lines if you need a database for the application. +### `ynh_mysql_setup_db` will create a database, an associated user and a ramdom password. +### The password will be stored as 'mysqlpwd' into the app settings, +### and will be available as $db_pwd +### If you're not using these lines: +### - Remove the section "BACKUP THE MYSQL DATABASE" in the backup script +### - Remove also the section "REMOVE THE MYSQL DATABASE" in the remove script +### - As well as the section "RESTORE THE MYSQL DATABASE" in the restore script db_name=$(ynh_sanitize_dbid $app) +db_user=$db_name ynh_app_setting_set $app db_name $db_name -ynh_mysql_setup_db $db_name $db_name - -mv ../conf/config.php $final_path -ynh_replace_string "DB_NAME" "$db_name" "$final_path/config.php" -ynh_replace_string "DB_USER" "$db_user" "$final_path/config.php" -ynh_replace_string "DB_PASS" "$db_pass" "$final_path/config.php" +ynh_mysql_setup_db $db_user $db_name #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= +ynh_print_info "Setting up source files..." + +### `ynh_setup_source` is used to install an app from a zip or tar.gz file, +### downloaded from an upstream source, like a git repository. +### `ynh_setup_source` use the file conf/app.src ynh_app_setting_set $app final_path $final_path +# Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" #================================================= # NGINX CONFIGURATION #================================================= +ynh_print_info "Configuring nginx web server..." +### `ynh_add_nginx_config` will use the file conf/nginx.conf + +# Create a dedicated nginx config ynh_add_nginx_config #================================================= # CREATE DEDICATED USER #================================================= +ynh_print_info "Configuring system user..." +# Create a system user ynh_system_user_create $app #================================================= # PHP-FPM CONFIGURATION #================================================= +ynh_print_info "Configuring php-fpm..." +### `ynh_add_fpm_config` is used to set up a PHP config. +### You can remove it if your app doesn't use PHP. +### `ynh_add_fpm_config` will use the files conf/php-fpm.conf and conf/php-fpm.ini +### If you're not using these lines: +### - You can remove these files in conf/. +### - Remove the section "BACKUP THE PHP-FPM CONFIGURATION" in the backup script +### - Remove also the section "REMOVE PHP-FPM CONFIGURATION" in the remove script +### - As well as the section "RESTORE THE PHP-FPM CONFIGURATION" in the restore script +### With the reload at the end of the script. +### - And the section "PHP-FPM CONFIGURATION" in the upgrade script + +# Create a dedicated php-fpm config ynh_add_fpm_config +#================================================= +# SPECIFIC SETUP +#================================================= +# ... +#================================================= + #================================================= # SETUP SYSTEMD #================================================= +ynh_print_info "Configuring a systemd service..." + +### `ynh_systemd_config` is used to configure a systemd script for an app. +### It can be used for apps that use sysvinit (with adaptation) or systemd. +### Have a look at the app to be sure this app needs a systemd script. +### `ynh_systemd_config` will use the file conf/systemd.service +### If you're not using these lines: +### - You can remove those files in conf/. +### - Remove the section "BACKUP SYSTEMD" in the backup script +### - Remove also the section "STOP AND REMOVE SERVICE" in the remove script +### - As well as the section "RESTORE SYSTEMD" in the restore script +### - And the section "SETUP SYSTEMD" in the upgrade script # Create a dedicated systemd config -ynh_systemd_config +#ynh_add_systemd_config #================================================= -# STORE THE CHECKSUM OF THE CONFIG FILE +# SETUP APPLICATION WITH CURL #================================================= -ynh_store_file_checksum "$final_path/config.php" +### Use these lines only if the app installation needs to be finalized through +### web forms. We generally don't want to ask the final user, +### so we're going to use curl to automatically fill the fields and submit the +### forms. -#================================================= -# GENERIC FINALIZATION -#================================================= -# SECURE FILES AND DIRECTORIES -#================================================= +# Set right permissions for curl install +chown -R $app: $final_path -# Set permissions to app files -chown -R $app:www-data $final_path -chmod 755 $final_path -R -chmod 777 $final_path/cache -R -chmodd 777 $final_path/img/avatars -R +# Set the app as temporarily public for curl call +ynh_print_info "Configuring SSOwat..." +ynh_app_setting_set $app skipped_uris "/" +# Reload SSOwat config +yunohost app ssowatconf -#================================================= -# SETUP LOGROTATE -#================================================= +# Reload Nginx +systemctl reload nginx -ynh_use_logrotate - -#================================================= -# SETUP SSOWAT -#================================================= +# Installation with curl +ynh_print_info "Finalizing installation..." +#ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" +# ==== modif perso ===== +ynh_local_curl "/install.php" "form_sent=1" "install_lang=English" "req_db_type=mysqli_innodb" "req_db_host=localhost" "req_db_name=$db_name" "db_username=$db_user" "db_password=$db_pwd" "db_prefix=fl_" "req_username=$admin" "req_password1=$password" "req_password2=$password" "req_email=$admin@$domain" "req_title=YunoFluxBB" "desc=FluxBB_package_for_Yunohost" "req_base_url=https://$domain$path_url" "req_default_lang=English" "req_default_style=Air" +# ==== modif perso ===== +# Remove the public access if [ $is_public -eq 0 ] then ynh_app_setting_delete $app skipped_uris fi + +#================================================= +# MODIFY A CONFIG FILE +#================================================= + +### `ynh_replace_string` is used to replace a string in a file. +### (It's compatible with sed regular expressions syntax) + +#ynh_replace_string "match_string" "replace_string" "$final_path/CONFIG_FILE" + +#================================================= +# STORE THE CONFIG FILE CHECKSUM +#================================================= + +### `ynh_store_file_checksum` is used to store the checksum of a file. +### That way, during the upgrade script, by using `ynh_backup_if_checksum_is_different`, +### you can make a backup of this file before modifying it again if the admin had modified it. + +# Calculate and store the config file checksum into the app settings +#ynh_store_file_checksum "$final_path/CONFIG_FILE" + +#================================================= +# GENERIC FINALIZATION +#================================================= + +## === modif perso ==== +ynh_print_info "Removing install.php" +ynh_secure_remove ${final_path}/install.php # modif perso +## === modif perso ==== + +#================================================= +# SECURE FILES AND DIRECTORIES +#================================================= + +### For security reason, any app should set the permissions to root: before anything else. +### Then, if write authorization is needed, any access should be given only to directories +### that really need such authorization. + +# Set permissions to app files +chown -R root: $final_path +chown -R $app:$app $final_path # modif perso + +#================================================= +# SETUP LOGROTATE +#================================================= +ynh_print_info "Configuring log rotation..." + +### `ynh_use_logrotate` is used to configure a logrotate configuration for the logs of this app. +### Use this helper only if there is effectively a log file for this app. +### If you're not using this helper: +### - Remove the section "BACKUP LOGROTATE" in the backup script +### - Remove also the section "REMOVE LOGROTATE CONFIGURATION" in the remove script +### - As well as the section "RESTORE THE LOGROTATE CONFIGURATION" in the restore script +### - And the section "SETUP LOGROTATE" in the upgrade script + +# Use logrotate to manage application logfile(s) +#ynh_use_logrotate + +#================================================= +# ADVERTISE SERVICE IN ADMIN PANEL +#================================================= + +### `yunohost service add` is a CLI yunohost command to add a service in the admin panel. +### You'll find the service in the 'services' section of YunoHost admin panel. +### This CLI command would be useless if the app does not have any services (systemd or sysvinit) +### If you're not using these lines: +### - You can remove these files in conf/. +### - Remove the section "REMOVE SERVICE FROM ADMIN PANEL" in the remove script +### - As well as the section "ADVERTISE SERVICE IN ADMIN PANEL" in the restore script + +#yunohost service add $app --log "/var/log/$app/$app.log" +# if using yunohost version 3.2 or more in the 'manifest.json', a description can be added +#yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$app/$app.log" + +#================================================= +# SETUP SSOWAT +#================================================= +ynh_print_info "Configuring SSOwat..." + +# Make app public if necessary if [ $is_public -eq 1 ] then + # unprotected_uris allows SSO credentials to be passed anyway. ynh_app_setting_set $app unprotected_uris "/" fi #================================================= # RELOAD NGINX #================================================= +ynh_print_info "Reloading nginx web server..." systemctl reload nginx + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_print_info "Installation of $app completed" diff --git a/scripts/remove b/scripts/remove old mode 100644 new mode 100755 index dc9588e..36ca41c --- a/scripts/remove +++ b/scripts/remove @@ -12,26 +12,57 @@ source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS #================================================= +ynh_print_info "Loading installation settings..." app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get $app domain) port=$(ynh_app_setting_get $app port) db_name=$(ynh_app_setting_get $app db_name) +db_user=$db_name final_path=$(ynh_app_setting_get $app final_path) #================================================= # STANDARD REMOVE #================================================= -# REMOVE THE MYSQL DATABASE +# REMOVE SERVICE FROM ADMIN PANEL #================================================= +# Remove a service from the admin panel, added by `yunohost service add` +if yunohost service status $app >/dev/null 2>&1 +then + ynh_print_info "Removing $app service" + yunohost service remove $app +fi + +#================================================= +# STOP AND REMOVE SERVICE +#================================================= +ynh_print_info "Stopping and removing the systemd service" + +# Remove the dedicated systemd config +#ynh_remove_systemd_config + +#================================================= +# REMOVE THE MYSQL DATABASE +#================================================= +ynh_print_info "Removing the MySQL database" + # Remove a database if it exists, along with the associated user -ynh_mysql_remove_db $db_name $db_name +ynh_mysql_remove_db $db_user $db_name + +#================================================= +# REMOVE DEPENDENCIES +#================================================= +ynh_print_info "Removing dependencies" + +# Remove metapackage and its dependencies +#ynh_remove_app_dependencies #================================================= # REMOVE APP MAIN DIR #================================================= +ynh_print_info "Removing app main directory" # Remove the app directory securely ynh_secure_remove "$final_path" @@ -39,6 +70,7 @@ ynh_secure_remove "$final_path" #================================================= # REMOVE NGINX CONFIGURATION #================================================= +ynh_print_info "Removing nginx web server configuration" # Remove the dedicated nginx config ynh_remove_nginx_config @@ -46,6 +78,7 @@ ynh_remove_nginx_config #================================================= # REMOVE PHP-FPM CONFIGURATION #================================================= +ynh_print_info "Removing php-fpm configuration" # Remove the dedicated php-fpm config ynh_remove_fpm_config @@ -53,15 +86,48 @@ ynh_remove_fpm_config #================================================= # REMOVE LOGROTATE CONFIGURATION #================================================= +ynh_print_info "Removing logrotate configuration" # Remove the app-specific logrotate config -ynh_remove_logrotate +#ynh_remove_logrotate + +#================================================= +# CLOSE A PORT +#================================================= + +if yunohost firewall list | grep -q "\- $port$" +then + ynh_print_info "Closing port $port" + ynh_exec_warn_less yunohost firewall disallow TCP $port +fi + +#================================================= +# SPECIFIC REMOVE +#================================================= +# REMOVE THE CRON FILE +#================================================= + +# Remove a cron file +#ynh_secure_remove "/etc/cron.d/$app" + +# Remove a directory securely +#ynh_secure_remove "/etc/$app/" + +# Remove the log files +#ynh_secure_remove "/var/log/$app/" #================================================= # GENERIC FINALIZATION #================================================= # REMOVE DEDICATED USER #================================================= +ynh_print_info "Removing the dedicated system user" # Delete a system user -ynh_system_user_delete $app +ynh_system_user_delete $app + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_print_info "Removal of $app completed" diff --git a/scripts/restore b/scripts/restore old mode 100644 new mode 100755 index 80d6d6d..19a3da6 --- a/scripts/restore +++ b/scripts/restore @@ -6,24 +6,25 @@ # IMPORT GENERIC HELPERS #================================================= -if [ ! -e _common.sh ]; then - # Get the _common.sh file if it's not in the current directory - cp ../settings/scripts/_common.sh ./_common.sh - chmod a+rx _common.sh -fi -source _common.sh +#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE #================================================= +ynh_clean_setup () { + #### Remove this function if there's nothing to clean before calling the remove script. + true +} # Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= # LOAD SETTINGS #================================================= +ynh_print_info "Loading settings..." app=$YNH_APP_INSTANCE_NAME @@ -35,6 +36,7 @@ db_name=$(ynh_app_setting_get $app db_name) #================================================= # CHECK IF THE APP CAN BE RESTORED #================================================= +ynh_print_info "Validating restoration parameters..." ynh_webpath_available $domain $path_url \ || ynh_die "Path not available: ${domain}${path_url}" @@ -52,20 +54,14 @@ ynh_restore_file "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # RESTORE THE APP MAIN DIR #================================================= +ynh_print_info "Restoring the app main directory..." ynh_restore_file "$final_path" -#================================================= -# RESTORE THE MYSQL DATABASE -#================================================= - -db_pwd=$(ynh_app_setting_get $app mysqlpwd) -ynh_mysql_setup_db $db_name $db_name $db_pwd -ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql - #================================================= # RECREATE THE DEDICATED USER #================================================= +ynh_print_info "Recreating the dedicated system user..." # Create the dedicated user (if not existing) ynh_system_user_create $app @@ -74,30 +70,73 @@ ynh_system_user_create $app # RESTORE USER RIGHTS #================================================= -# Set permissions to app files -chown -R $app:www-data $final_path -chmod 755 $final_path -R -chmod 777 $final_path/cache -R -chmodd 777 $final_path/img/avatars -R +# Restore permissions on app files +chown -R root: $final_path +chown -R $app:$app $final_path # modif perso #================================================= # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf" -ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini" +ynh_restore_file "/etc/php/7.0/fpm/pool.d/$app.conf" + +#================================================= +# SPECIFIC RESTORATION +#================================================= +# REINSTALL DEPENDENCIES +#================================================= +ynh_print_info "Reinstalling dependencies..." + +# Define and install dependencies +#ynh_install_app_dependencies deb1 deb2 + +#================================================= +# RESTORE THE MYSQL DATABASE +#================================================= +ynh_print_info "Restoring the MySQL database..." + +db_pwd=$(ynh_app_setting_get $app mysqlpwd) +ynh_mysql_setup_db $db_name $db_name $db_pwd +ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql + +#================================================= +# RESTORE SYSTEMD +#================================================= +ynh_print_info "Restoring the systemd configuration..." + +#ynh_restore_file "/etc/systemd/system/$app.service" +#systemctl enable $app.service + +#================================================= +# ADVERTISE SERVICE IN ADMIN PANEL +#================================================= + +yunohost service add $app --log "/var/log/$app/$app.log" + +#================================================= +# RESTORE THE CRON FILE +#================================================= + +#ynh_restore_file "/etc/cron.d/$app" #================================================= # RESTORE THE LOGROTATE CONFIGURATION #================================================= -ynh_restore_file "/etc/logrotate.d/$app" +#ynh_restore_file "/etc/logrotate.d/$app" #================================================= # GENERIC FINALIZATION #================================================= # RELOAD NGINX AND PHP-FPM #================================================= +ynh_print_info "Reloading nginx web server and php-fpm..." -systemctl reload php5-fpm -systemctl reload nginx +systemctl reload php7.0-fpm +systemctl reload nginx + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_print_info "Restoration completed for $app" diff --git a/scripts/upgrade b/scripts/upgrade old mode 100644 new mode 100755 index 601c574..5779061 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -12,6 +12,7 @@ source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS #================================================= +ynh_print_info "Loading installation settings..." app=$YNH_APP_INSTANCE_NAME @@ -20,11 +21,13 @@ path_url=$(ynh_app_setting_get $app path) admin=$(ynh_app_setting_get $app admin) is_public=$(ynh_app_setting_get $app is_public) final_path=$(ynh_app_setting_get $app final_path) +language=$(ynh_app_setting_get $app language) db_name=$(ynh_app_setting_get $app db_name) #================================================= # ENSURE DOWNWARD COMPATIBILITY #================================================= +ynh_print_info "Ensuring downward compatibility..." # Fix is_public as a boolean value if [ "$is_public" = "Yes" ]; then @@ -50,6 +53,7 @@ fi #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= +ynh_print_info "Backing up the app before upgrading (may take a while)..." # Backup the current version of the app ynh_backup_before_upgrade @@ -72,6 +76,7 @@ path_url=$(ynh_normalize_url_path $path_url) #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= +ynh_print_info "Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" @@ -79,20 +84,30 @@ ynh_setup_source "$final_path" #================================================= # NGINX CONFIGURATION #================================================= +ynh_print_info "Upgrading nginx web server configuration..." # Create a dedicated nginx config ynh_add_nginx_config +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_print_info "Upgrading dependencies..." + +#ynh_install_app_dependencies deb1 deb2 + #================================================= # CREATE DEDICATED USER #================================================= +ynh_print_info "Making sure dedicated system user exists..." -# Create a system user +# Create a dedicated user (if not existing) ynh_system_user_create $app #================================================= # PHP-FPM CONFIGURATION #================================================= +ynh_print_info "Upgrading php-fpm configuration..." # Create a dedicated php-fpm config ynh_add_fpm_config @@ -100,37 +115,53 @@ ynh_add_fpm_config #================================================= # SPECIFIC UPGRADE #================================================= +# ... +#================================================= -ynh_backup_if_checksum_is_different "$final_path/config.php" -ynh_store_file_checksum "$final_path/config.php" +### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script. +### And create a backup of this file if the checksum is different. So the file will be backed up if the admin had modified it. +ynh_backup_if_checksum_is_different "$final_path/CONFIG_FILE" +# Recalculate and store the checksum of the file for the next upgrade. +#ynh_store_file_checksum "$final_path/CONFIG_FILE" #================================================= # SETUP LOGROTATE #================================================= +ynh_print_info "Upgrading logrotate configuration..." # Use logrotate to manage app-specific logfile(s) -ynh_use_logrotate +#ynh_use_logrotate --non-append + +#================================================= +# SETUP SYSTEMD +#================================================= +ynh_print_info "Upgrading systemd configuration..." + +# Create a dedicated systemd config +#ynh_add_systemd_config #================================================= # GENERIC FINALIZATION +#================================================= + +## === modif perso ==== +ynh_print_info "Removing install.php" +ynh_secure_remove ${final_path}/install.php # modif perso +## === modif perso ==== + #================================================= # SECURE FILES AND DIRECTORIES #================================================= -# Set permissions to app files -chown -R $app:www-data $final_path -chmod 755 $final_path -R -chmod 777 $final_path/cache -R -chmodd 777 $final_path/img/avatars -R +# Set permissions on app files +chown -R root: $final_path +chown -R $app:$app $final_path # modif perso #================================================= # SETUP SSOWAT #================================================= +ynh_print_info "Upgrading SSOwat configuration..." -if [ $is_public -eq 0 ] -then # Remove the public access - ynh_app_setting_delete $app skipped_uris -fi # Make app public if necessary if [ $is_public -eq 1 ] then @@ -141,5 +172,12 @@ fi #================================================= # RELOAD NGINX #================================================= +ynh_print_info "Reloading nginx web server..." -systemctl reload nginx +systemctl reload nginx + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_print_info "Upgrade of $app completed" diff --git a/sources/extra_files/app/.gitignore b/sources/extra_files/app/.gitignore new file mode 100644 index 0000000..783a4ae --- /dev/null +++ b/sources/extra_files/app/.gitignore @@ -0,0 +1,2 @@ +*~ +*.sw[op] diff --git a/sources/images/fluxbb_logo.png b/sources/images/fluxbb_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b98869044e78e032aa40c6fd604b8a0f467b2408 GIT binary patch literal 14987 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 U3Vi&HO8@`>07*qoM6N<$g2se!$^ZZW literal 0 HcmV?d00001 diff --git a/sources/patches/.gitignore b/sources/patches/.gitignore new file mode 100644 index 0000000..783a4ae --- /dev/null +++ b/sources/patches/.gitignore @@ -0,0 +1,2 @@ +*~ +*.sw[op]