404
+ +Page not found
+ + +From 9c49f638dff91c186feabe50ea711c0f33ef31f9 Mon Sep 17 00:00:00 2001 From: Humzaa Omar <70377687+hfomar-nafcs@users.noreply.github.com> Date: Wed, 11 Nov 2020 10:45:28 -0500 Subject: [PATCH] Add files via upload --- docs/404.html | 141 + .../Info/Authors/index.html | 2908 ++++++++++++++ .../Info/CONTRIBUTING/index.html | 181 + .../Info/LICENSE/index.html | 541 +++ docs/awesome-selfhosted/Makefile | 52 + docs/awesome-selfhosted/index.html | 1915 +++++++++ docs/awesome-selfhosted/non-free/index.html | 315 ++ docs/awesome-selfhosted/tests/Dangerfile | 39 + .../tests/check-github-commit-dates.py | 60 + docs/awesome-selfhosted/tests/test.js | 251 ++ docs/css/theme.css | 14 + docs/css/theme_extra.css | 140 + docs/fonts/Lato/lato-bold.eot | Bin 0 -> 256056 bytes docs/fonts/Lato/lato-bold.ttf | Bin 0 -> 600856 bytes docs/fonts/Lato/lato-bold.woff | Bin 0 -> 309728 bytes docs/fonts/Lato/lato-bold.woff2 | Bin 0 -> 184912 bytes docs/fonts/Lato/lato-bolditalic.eot | Bin 0 -> 266158 bytes docs/fonts/Lato/lato-bolditalic.ttf | Bin 0 -> 622572 bytes docs/fonts/Lato/lato-bolditalic.woff | Bin 0 -> 323344 bytes docs/fonts/Lato/lato-bolditalic.woff2 | Bin 0 -> 193308 bytes docs/fonts/Lato/lato-italic.eot | Bin 0 -> 268604 bytes docs/fonts/Lato/lato-italic.ttf | Bin 0 -> 639388 bytes docs/fonts/Lato/lato-italic.woff | Bin 0 -> 328412 bytes docs/fonts/Lato/lato-italic.woff2 | Bin 0 -> 195704 bytes docs/fonts/Lato/lato-regular.eot | Bin 0 -> 253461 bytes docs/fonts/Lato/lato-regular.ttf | Bin 0 -> 607720 bytes docs/fonts/Lato/lato-regular.woff | Bin 0 -> 309192 bytes docs/fonts/Lato/lato-regular.woff2 | Bin 0 -> 182708 bytes docs/fonts/RobotoSlab/roboto-slab-v7-bold.eot | Bin 0 -> 79520 bytes docs/fonts/RobotoSlab/roboto-slab-v7-bold.ttf | Bin 0 -> 170616 bytes .../fonts/RobotoSlab/roboto-slab-v7-bold.woff | Bin 0 -> 87624 bytes .../RobotoSlab/roboto-slab-v7-bold.woff2 | Bin 0 -> 67312 bytes .../RobotoSlab/roboto-slab-v7-regular.eot | Bin 0 -> 78331 bytes .../RobotoSlab/roboto-slab-v7-regular.ttf | Bin 0 -> 169064 bytes .../RobotoSlab/roboto-slab-v7-regular.woff | Bin 0 -> 86288 bytes .../RobotoSlab/roboto-slab-v7-regular.woff2 | Bin 0 -> 66444 bytes docs/fonts/RobotoSlab/roboto-slab.eot | Bin 0 -> 78331 bytes docs/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes docs/fonts/fontawesome-webfont.svg | 2671 +++++++++++++ docs/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes docs/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes docs/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes docs/img/favicon.ico | Bin 0 -> 1150 bytes docs/index.html | 171 + docs/js/jquery-2.1.1.min.js | 4 + docs/js/modernizr-2.8.3.min.js | 1 + docs/js/theme.js | 3 + docs/search.html | 148 + docs/search/lunr.js | 3475 +++++++++++++++++ docs/search/main.js | 98 + docs/search/search_index.json | 1 + docs/search/worker.js | 130 + docs/selfhosted.png | Bin 0 -> 7589 bytes docs/sitemap.xml | 27 + docs/sitemap.xml.gz | Bin 0 -> 198 bytes 55 files changed, 13286 insertions(+) create mode 100644 docs/404.html create mode 100644 docs/awesome-selfhosted/Info/Authors/index.html create mode 100644 docs/awesome-selfhosted/Info/CONTRIBUTING/index.html create mode 100644 docs/awesome-selfhosted/Info/LICENSE/index.html create mode 100644 docs/awesome-selfhosted/Makefile create mode 100644 docs/awesome-selfhosted/index.html create mode 100644 docs/awesome-selfhosted/non-free/index.html create mode 100644 docs/awesome-selfhosted/tests/Dangerfile create mode 100644 docs/awesome-selfhosted/tests/check-github-commit-dates.py create mode 100644 docs/awesome-selfhosted/tests/test.js create mode 100644 docs/css/theme.css create mode 100644 docs/css/theme_extra.css create mode 100644 docs/fonts/Lato/lato-bold.eot create mode 100644 docs/fonts/Lato/lato-bold.ttf create mode 100644 docs/fonts/Lato/lato-bold.woff create mode 100644 docs/fonts/Lato/lato-bold.woff2 create mode 100644 docs/fonts/Lato/lato-bolditalic.eot create mode 100644 docs/fonts/Lato/lato-bolditalic.ttf create mode 100644 docs/fonts/Lato/lato-bolditalic.woff create mode 100644 docs/fonts/Lato/lato-bolditalic.woff2 create mode 100644 docs/fonts/Lato/lato-italic.eot create mode 100644 docs/fonts/Lato/lato-italic.ttf create mode 100644 docs/fonts/Lato/lato-italic.woff create mode 100644 docs/fonts/Lato/lato-italic.woff2 create mode 100644 docs/fonts/Lato/lato-regular.eot create mode 100644 docs/fonts/Lato/lato-regular.ttf create mode 100644 docs/fonts/Lato/lato-regular.woff create mode 100644 docs/fonts/Lato/lato-regular.woff2 create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-bold.eot create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-bold.ttf create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-bold.woff create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-regular.eot create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-regular.ttf create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-regular.woff create mode 100644 docs/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 create mode 100644 docs/fonts/RobotoSlab/roboto-slab.eot create mode 100644 docs/fonts/fontawesome-webfont.eot create mode 100644 docs/fonts/fontawesome-webfont.svg create mode 100644 docs/fonts/fontawesome-webfont.ttf create mode 100644 docs/fonts/fontawesome-webfont.woff create mode 100644 docs/fonts/fontawesome-webfont.woff2 create mode 100644 docs/img/favicon.ico create mode 100644 docs/index.html create mode 100644 docs/js/jquery-2.1.1.min.js create mode 100644 docs/js/modernizr-2.8.3.min.js create mode 100644 docs/js/theme.js create mode 100644 docs/search.html create mode 100644 docs/search/lunr.js create mode 100644 docs/search/main.js create mode 100644 docs/search/search_index.json create mode 100644 docs/search/worker.js create mode 100644 docs/selfhosted.png create mode 100644 docs/sitemap.xml create mode 100644 docs/sitemap.xml.gz diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 00000000..25f8eccf --- /dev/null +++ b/docs/404.html @@ -0,0 +1,141 @@ + + + +
+ + + + + + + +Page not found
+ + +Please open a new issue to clarify any questions, or post in the General discussion issue.
+All guidelines for adding new software to the list are listed in PULL_REQUEST_TEMPLATE.md.
+Other recommendations:
+make
to be installed): git clone
/download and enter the repository, run make add
and follow the instructions.make contrib
. help wanted
and fix
.CC-BY-SA-3.0
+ Creative Commons Attribution-ShareAlike 3.0 Unported
+ .
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
+ ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
+ INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ ITS USE.
+ .
+ License
+ .
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+ .
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+ CONDITIONS.
+ .
+ 1. Definitions
+ .
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation, derivative
+ work, arrangement of music or other alterations of a literary or
+ artistic work, or phonogram or performance and includes cinematographic
+ adaptations or any other form in which the Work may be recast,
+ transformed, or adapted including in any form recognizably derived from
+ the original, except that a work that constitutes a Collection will not
+ be considered an Adaptation for the purpose of this License. For the
+ avoidance of doubt, where the Work is a musical work, performance or
+ phonogram, the synchronization of the Work in timed-relation with a
+ moving image ("synching") will be considered an Adaptation for the
+ purpose of this License.
+ .
+ b. "Collection" means a collection of literary or artistic works, such
+ as encyclopedias and anthologies, or performances, phonograms or
+ broadcasts, or other works or subject matter other than works listed in
+ Section 1(f) below, which, by reason of the selection and arrangement of
+ their contents, constitute intellectual creations, in which the Work is
+ included in its entirety in unmodified form along with one or more other
+ contributions, each constituting separate and independent works in
+ themselves, which together are assembled into a collective whole. A work
+ that constitutes a Collection will not be considered an Adaptation (as
+ defined below) for the purposes of this License.
+ .
+ c. "Creative Commons Compatible License" means a license that is listed
+ at http://creativecommons.org/compatiblelicenses that has been approved
+ by Creative Commons as being essentially equivalent to this License,
+ including, at a minimum, because that license: (i) contains terms that
+ have the same purpose, meaning and effect as the License Elements of
+ this License; and, (ii) explicitly permits the relicensing of
+ adaptations of works made available under that license under this
+ License or a Creative Commons jurisdiction license with the same License
+ Elements as this License.
+ .
+ d. "Distribute" means to make available to the public the original and
+ copies of the Work or Adaptation, as appropriate, through sale or other
+ transfer of ownership.
+ .
+ e. "License Elements" means the following high-level license attributes
+ as selected by Licensor and indicated in the title of this License:
+ Attribution, ShareAlike.
+ .
+ f. "Licensor" means the individual, individuals, entity or entities that
+ offer(s) the Work under the terms of this License.
+ .
+ g. "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work or
+ if no individual or entity can be identified, the publisher; and in
+ addition (i) in the case of a performance the actors, singers,
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
+ play in, interpret or otherwise perform literary or artistic works or
+ expressions of folklore; (ii) in the case of a phonogram the producer
+ being the person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of broadcasts, the
+ organization that transmits the broadcast.
+ .
+ h. "Work" means the literary and/or artistic work offered under the
+ terms of this License including without limitation any production in the
+ literary, scientific and artistic domain, whatever may be the mode or
+ form of its expression including digital form, such as a book, pamphlet
+ and other writing; a lecture, address, sermon or other work of the same
+ nature; a dramatic or dramatico-musical work; a choreographic work or
+ entertainment in dumb show; a musical composition with or without words;
+ a cinematographic work to which are assimilated works expressed by a
+ process analogous to cinematography; a work of drawing, painting,
+ architecture, sculpture, engraving or lithography; a photographic work
+ to which are assimilated works expressed by a process analogous to
+ photography; a work of applied art; an illustration, map, plan, sketch
+ or three-dimensional work relative to geography, topography,
+ architecture or science; a performance; a broadcast; a phonogram; a
+ compilation of data to the extent it is protected as a copyrightable
+ work; or a work performed by a variety or circus performer to the extent
+ it is not otherwise considered a literary or artistic work.
+ .
+ i. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation.
+ .
+ j. "Publicly Perform" means to perform public recitations of the Work
+ and to communicate to the public those public recitations, by any means
+ or process, including by wire or wireless means or public digital
+ performances; to make available to the public Works in such a way that
+ members of the public may access these Works from a place and at a place
+ individually chosen by them; to perform the Work to the public by any
+ means or process and the communication to the public of the performances
+ of the Work, including by public digital performance; to broadcast and
+ rebroadcast the Work by any means including signs, sounds or images.
+ .
+ k. "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of
+ fixation and reproducing fixations of the Work, including storage of a
+ protected performance or phonogram in digital form or other electronic
+ medium.
+ .
+ 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+ limit, or restrict any uses free from copyright or rights arising from
+ limitations or exceptions that are provided for in connection with the
+ copyright protection under copyright law or other applicable laws.
+ .
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+ .
+ a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections;
+ .
+ b. to create and Reproduce Adaptations provided that any such
+ Adaptation, including any translation in any medium, takes reasonable
+ steps to clearly label, demarcate or otherwise identify that changes
+ were made to the original Work. For example, a translation could be
+ marked "The original work was translated from English to Spanish," or a
+ modification could indicate "The original work has been modified.";
+ .
+ c. to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and,
+ .
+ d. to Distribute and Publicly Perform Adaptations.
+ .
+ e. For the avoidance of doubt:
+ .
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or compulsory
+ licensing scheme cannot be waived, the Licensor reserves the exclusive
+ right to collect such royalties for any exercise by You of the rights
+ granted under this License;
+ .
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in which
+ the right to collect royalties through any statutory or compulsory
+ licensing scheme can be waived, the Licensor waives the exclusive right
+ to collect such royalties for any exercise by You of the rights granted
+ under this License; and,
+ .
+ iii. Voluntary License Schemes. The Licensor waives the right to collect
+ royalties, whether individually or, in the event that the Licensor is a
+ member of a collecting society that administers voluntary licensing
+ schemes, via that society, from any exercise by You of the rights
+ granted under this License.
+ .
+ The above rights may be exercised in all media and formats whether now
+ known or hereafter devised. The above rights include the right to make
+ such modifications as are technically necessary to exercise the rights
+ in other media and formats. Subject to Section 8(f), all rights not
+ expressly granted by Licensor are hereby reserved.
+ .
+ 4. Restrictions. The license granted in Section 3 above is expressly
+ made subject to and limited by the following restrictions:
+ .
+ a. You may Distribute or Publicly Perform the Work only under the terms
+ of this License. You must include a copy of, or the Uniform Resource
+ Identifier (URI) for, this License with every copy of the Work You
+ Distribute or Publicly Perform. You may not offer or impose any terms on
+ the Work that restrict the terms of this License or the ability of the
+ recipient of the Work to exercise the rights granted to that recipient
+ under the terms of the License. You may not sublicense the Work. You
+ must keep intact all notices that refer to this License and to the
+ disclaimer of warranties with every copy of the Work You Distribute or
+ Publicly Perform. When You Distribute or Publicly Perform the Work, You
+ may not impose any effective technological measures on the Work that
+ restrict the ability of a recipient of the Work from You to exercise the
+ rights granted to that recipient under the terms of the License. This
+ Section 4(a) applies to the Work as incorporated in a Collection, but
+ this does not require the Collection apart from the Work itself to be
+ made subject to the terms of this License. If You create a Collection,
+ upon notice from any Licensor You must, to the extent practicable,
+ remove from the Collection any credit as required by Section 4(c), as
+ requested. If You create an Adaptation, upon notice from any Licensor
+ You must, to the extent practicable, remove from the Adaptation any
+ credit as required by Section 4(c), as requested.
+ .
+ b. You may Distribute or Publicly Perform an Adaptation only under the
+ terms of: (i) this License; (ii) a later version of this License with
+ the same License Elements as this License; (iii) a Creative Commons
+ jurisdiction license (either this or a later license version) that
+ contains the same License Elements as this License (e.g.,
+ Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
+ License. If you license the Adaptation under one of the licenses
+ mentioned in (iv), you must comply with the terms of that license. If
+ you license the Adaptation under the terms of any of the licenses
+ mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
+ comply with the terms of the Applicable License generally and the
+ following provisions: (I) You must include a copy of, or the URI for,
+ the Applicable License with every copy of each Adaptation You Distribute
+ or Publicly Perform; (II) You may not offer or impose any terms on the
+ Adaptation that restrict the terms of the Applicable License or the
+ ability of the recipient of the Adaptation to exercise the rights
+ granted to that recipient under the terms of the Applicable License;
+ (III) You must keep intact all notices that refer to the Applicable
+ License and to the disclaimer of warranties with every copy of the Work
+ as included in the Adaptation You Distribute or Publicly Perform; (IV)
+ when You Distribute or Publicly Perform the Adaptation, You may not
+ impose any effective technological measures on the Adaptation that
+ restrict the ability of a recipient of the Adaptation from You to
+ exercise the rights granted to that recipient under the terms of the
+ Applicable License. This Section 4(b) applies to the Adaptation as
+ incorporated in a Collection, but this does not require the Collection
+ apart from the Adaptation itself to be made subject to the terms of the
+ Applicable License.
+ .
+ c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to
+ Section 4(a), keep intact all copyright notices for the Work and
+ provide, reasonable to the medium or means You are utilizing: (i) the
+ name of the Original Author (or pseudonym, if applicable) if supplied,
+ and/or if the Original Author and/or Licensor designate another party or
+ parties (e.g., a sponsor institute, publishing entity, journal) for
+ attribution ("Attribution Parties") in Licensor's copyright notice,
+ terms of service or by other reasonable means, the name of such party or
+ parties; (ii) the title of the Work if supplied; (iii) to the extent
+ reasonably practicable, the URI, if any, that Licensor specifies to be
+ associated with the Work, unless such URI does not refer to the
+ copyright notice or licensing information for the Work; and (iv) ,
+ consistent with Ssection 3(b), in the case of an Adaptation, a credit
+ identifying the use of the Work in the Adaptation (e.g., "French
+ translation of the Work by Original Author," or "Screenplay based on
+ original Work by Original Author"). The credit required by this Section
+ 4(c) may be implemented in any reasonable manner; provided, however,
+ that in the case of a Adaptation or Collection, at a minimum such credit
+ will appear, if a credit for all contributing authors of the Adaptation
+ or Collection appears, then as part of these credits and in a manner at
+ least as prominent as the credits for the other contributing authors.
+ For the avoidance of doubt, You may only use the credit required by this
+ Section for the purpose of attribution in the manner set out above and,
+ by exercising Your rights under this License, You may not implicitly or
+ explicitly assert or imply any connection with, sponsorship or
+ endorsement by the Original Author, Licensor and/or Attribution Parties,
+ as appropriate, of You or Your use of the Work, without the separate,
+ express prior written permission of the Original Author, Licensor and/or
+ Attribution Parties.
+ .
+ d. Except as otherwise agreed in writing by the Licensor or as may be
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
+ Publicly Perform the Work either by itself or as part of any Adaptations
+ or Collections, You must not distort, mutilate, modify or take other
+ derogatory action in relation to the Work which would be prejudicial to
+ the Original Author's honor or reputation. Licensor agrees that in those
+ jurisdictions (e.g. Japan), in which any exercise of the right granted
+ in Section 3(b) of this License (the right to make Adaptations) would be
+ deemed to be a distortion, mutilation, modification or other derogatory
+ action prejudicial to the Original Author's honor and reputation, the
+ Licensor will waive or not assert, as appropriate, this Section, to the
+ fullest extent permitted by the applicable national law, to enable You
+ to reasonably exercise Your right under Section 3(b) of this License
+ (right to make Adaptations) but not otherwise.
+ .
+ 5. Representations, Warranties and Disclaimer
+ .
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+ OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
+ KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
+ EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+ .
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ .
+ 7. Termination
+ .
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Adaptations or Collections
+ from You under this License, however, will not have their licenses
+ terminated provided such individuals or entities remain in full
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+ survive any termination of this License.
+ .
+ b. Subject to the above terms and conditions, the license granted here
+ is perpetual (for the duration of the applicable copyright in the Work).
+ Notwithstanding the above, Licensor reserves the right to release the
+ Work under different license terms or to stop distributing the Work at
+ any time; provided, however that any such election will not serve to
+ withdraw this License (or any other license that has been, or is
+ required to be, granted under the terms of this License), and this
+ License will continue in full force and effect unless terminated as
+ stated above.
+ .
+ 8. Miscellaneous
+ .
+ a. Each time You Distribute or Publicly Perform the Work or a
+ Collection, the Licensor offers to the recipient a license to the Work
+ on the same terms and conditions as the license granted to You under
+ this License.
+ .
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same terms
+ and conditions as the license granted to You under this License.
+ .
+ c. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further action
+ by the parties to this agreement, such provision shall be reformed to
+ the minimum extent necessary to make such provision valid and
+ enforceable.
+ .
+ d. No term or provision of this License shall be deemed waived and no
+ breach consented to unless such waiver or consent shall be in writing
+ and signed by the party to be charged with such waiver or consent.
+ .
+ e. This License constitutes the entire agreement between the parties
+ with respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that may
+ appear in any communication from You. This License may not be modified
+ without the mutual written agreement of the Licensor and You.
+ .
+ f. The rights granted under, and the subject matter referenced, in this
+ License were drafted utilizing the terminology of the Berne Convention
+ for the Protection of Literary and Artistic Works (as amended on
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
+ the Universal Copyright Convention (as revised on July 24, 1971). These
+ rights and subject matter take effect in the relevant jurisdiction in
+ which the License terms are sought to be enforced according to the
+ corresponding provisions of the implementation of those treaty
+ provisions in the applicable national law. If the standard suite of
+ rights granted under applicable copyright law includes additional rights
+ not granted under this License, such additional rights are deemed to be
+ included in the License; this License is not intended to restrict the
+ license of any rights under applicable law.
+ .
+ Creative Commons Notice
+ .
+ Creative Commons is not a party to this License, and makes no warranty
+ whatsoever in connection with the Work. Creative Commons will not be
+ liable to You or any party on any legal theory for any damages
+ whatsoever, including without limitation any general, special,
+ incidental or consequential damages arising in connection to this
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
+ Commons has expressly identified itself as the Licensor hereunder, it
+ shall have all rights and obligations of Licensor.
+ .
+ Except for the limited purpose of indicating to the public that the Work
+ is licensed under the CCPL, Creative Commons does not authorize the use
+ by either party of the trademark "Creative Commons" or any related
+ trademark or logo of Creative Commons without the prior written consent
+ of Creative Commons. Any permitted use will be in compliance with
+ Creative Commons' then-current trademark usage guidelines, as may be
+ published on its website or otherwise made available upon request from
+ time to time. For the avoidance of doubt, this trademark restriction
+ does not form part of the License.
+ .
+ Creative Commons may be contacted at http://creativecommons.org/.
For personal analytics/dashboards, see Personal Dashboards
+For everything else, see awesome-analytics
+Some Content Management System solutions also feature archiving and digital preservation.
+AGPL-3.0-only
PHP
AGPL-3.0-only
Python
MIT
Python
ECL-2.0
Ruby
GPL-3.0-only
PHP
AGPL-3.0
Python
See also Internet of Things (IoT)
+Apache-2.0
Java
MIT
Ruby
GPL-3.0
PHP
MIT
Java
AGPL-3.0
Go
GPL-3.0
Python
GPL-3.0
Python
⚠
- Self Hosted TV show Episode tracker and recommender built using django, bootstrap4. MIT
Python
GPL-3.0
Python
WTFPL
Python
MIT
Nodejs
GPL-3.0
Python
BSD-3-Clause
Python
AGPL-3.0
HTML5
GPL-3.0
PHP
MIT
Ruby
MIT
Python
⚠
- LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. GPL-3.0
Python
MIT
Node.js
GPL-3.0
C#
GPL-3.0
Python
AGPL-3.0
Python/Nodejs/Docker
Apache-2.0
Nodejs
GPL-3.0
Python
GPL-3.0
Python
GPL-3.0
C#
Apache-2.0
Python
GPL-3.0
Python
GPL-3.0
C#
BSD-3-Clause
Go
BSD-3-Clause
Python
MIT
HTML5
MIT
Nodejs
MIT
Node.js
GPL-3.0
Node.js
See also Static Site Generators, Content Management Systems and WeblogMatrix
+Apache-2.0
Javascript
GPL-3.0
PHP
MIT
PHP
⚠
- Simple application to build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages. (Demo, Source Code) MIT
PHP
MIT
PHP
MIT
PHP
BSD-3-Clause
PHP
MIT
Ruby
GPL-2.0
PHP
GPL-2.0
PHP
MIT
Nodejs
MIT
Nodejs
GPL-3.0
PHP
GPL-2.0
PHP
Apache-2.0
PHP
AGPL-3.0
Rust
GPL-1.0
PHP
MIT
Nodejs
Apache-2.0
Java
AGPL-3.0
Haskell
MPL-2.0
Nodejs, Java
MPL-2.0
Python
BSD-2-Clause
Go
MIT
Go
MIT
Docker/Python/Nodejs
BSD-3-Clause
Ruby
GPL-3.0
Python
BSD-2-Clause
Python
AGPL-3.0
Python
Zlib
PHP
MIT
Go
MIT
PHP
GPL-2.0
Python
MIT
Nodejs
Some Groupware solutions also feature calendar/address book editing and synchronization.
+See https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations
+GPL-3.0
PHP
Apache-2.0
Python
GPL-3.0
Python
GPL-2.0
PHP
MIT
PHP
GPL-3.0
Kotlin
AGPL-3.0
Python/Django
GPL-3.0
Python
MIT
PHP
GPL-3.0
Python
GPL-3.0
PHP
AGPL-3.0
Javascript
AGPL-3.0
Javascript
MIT
Go
GPL-2.0
Go
MIT
Nodejs
GPL-2.0
Java
MIT
Nodejs
GPL-3.0
C
MIT
Go
MIT
Python
GPL-3.0
C++
MIT
Javascript
Apache-2.0
Java
Apache-2.0
PHP
AGPL-3.0
JavaScript
MIT
Nodejs
GPL-3.0
Python
Apache-2.0
PHP
AGPL-3.0/Apache-2.0
Go
MIT
Nodejs
Apache-2.0
PHP
BSD-3-Clause
C++
MIT
Nodejs
Apache-2.0
Go
MIT
Elixir
ISC
Go
CC-BY-SA-4.0
Nodejs
GPL-2.0
С++
MIT
Nodejs
MIT
Python
GPL-3.0
C++
AGPL-3.0
Go
Apache-2.0
Python
Apache-2.0
Javascript
Apache-2.0
Javascript
CC0-1.0
Java
⚠
- Outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. MIT
Javascript
GPL-3.0
C
MIT
Javascript
AGPL-3.0
Nodejs/Docker
⚠
- Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network. (Source Code) GPL-2.0
Python
Apache-2.0/Other
Python
Simple deployment of a mail server, e.g. for inexperienced or impatient admins.
+MIT
PHP
MIT
Docker
ISC
Shell/Ansible
GPL-3.0
Python
GPL-3.0
Shell
GPL-3.0
Shell
GPL-2.0
Docker/PHP
MIT
Docker/Python
CC0-1.0
Shell
MIT
Python
GPL-3.0
Node.js
Multiple
Linux
MIT
Docker/Python
GPL-3.0
Nix
EUPL-1.2
Node.js
MTAs / SMTP servers
+Apache-2.0
Go
GPL-3.0
C
GPL-3.0
C
MIT
Javascript
MIT
Ruby
MIT
Scala
MIT
Go
ISC
C
IPL-1.0
C
CC0-1.0
C
Sendmail
C
MIT
Python
MDAs - IMAP/POP3 software
+BSD-3-Clause-Attribution
C
MIT/LGPL-2.1
C
GPL-3.0
C
Mailing lists servers and mass mailing software - one message to many recipients.
+GPL-2.0
Perl
AGPL-3.0
Go
⚠
- Open source email campaign management tool for nonprofits. BSD-3-Clause
Javascript
GPL-3.0
Python
GPL-3.0
Nodejs
LGPL-3.0
Ruby
GPL-3.0
PHP
GPL-3.0
Python
AGPL-3.0
PHP
MIT
Ruby
GPL-3.0
Python
GPL-3.0
Ruby
GPL-2.0
Perl
AGPL-3.0
PHP
GPL-2.0
PHP
GPL-2.0
PHP
Apache-2.0
Docker/Java
MIT
PHP
AGPL-3.0
Python
AGPL-3.0
PHP
GPL-3.0
PHP
GPL-2.0
PHP
IRC communication software
+Artistic-2.0
Perl
GFDL-1.2-only
C++
MIT
Go
Apache-2.0
Nodejs
GPL-2.0
C
MIT
Go
MIT
Nodejs
GPL-2.0
C++
BSD-3-Clause
Go
GPL-3.0
PHP/Java
GPL-3.0
C
GPL-3.0
JavaScript
Apache-2.0
C++
GPL-2.0
C
AGPL-3.0
PHP
GPL-2.0
PHP
MPL-2.0
C
MPL-1.1
PHP
AGPL-3.0
Angular/C
GPL-2.0
C
MPL-1.1
Erlang
GPL-3.0
Ruby
MIT
JavaScript
AGPL-3.0
Java
Apache-2.0
Kotlin
GPL-3.0
Python
LGPL-2.1
Python
GPL-3.0
PHP
GPL-2.0
PHP
MIT
Python
Apache-2.0
Java
GPL-2.0
PHP
CDDL-1.0
PHP
MIT
GO
Apache-2.0
Nodejs
AGPL-3.0
Ruby
GPL-2.0
Ruby
Apache-2.0
Java
MIT
Nodejs
GPL-2.0
PHP
MIT
PHP
BSD-3-Clause
Python
GPL-2.0
PHP
AGPL-3.0
PHP
GPL-3.0
Java
AGPL-3.0
PHP
GPL-3.0
Go
MIT
PHP
AGPL-3.0
PHP
MIT
Python
AGPL-3.0
Rust
AGPL-3.0
Ruby
AGPL-3.0
Ruby
GPL-2.0
Python
AGPL-3.0
Nodejs
AGPL-3.0
PHP
LGPL-3.0
PHP
GPL-3.0
Nodejs
BSD-3-Clause
Go
GPL-2.0
PHP
AGPL-3.0-only
NodeJS
GPL-2.0
PHP
AGPL-3.0
PHP\HTML\Vue
AGPL-3.0
Elixir
MIT
Javascript
Apache-2.0
Nodejs
MIT
Go
MIT
Go
Apache-2.0
Java
BSD-3-Clause
PHP
AGPL-3.0
Python
AGPL-3.0
Scala
ISC
rc
MIT
Ruby
MIT
C++
MIT
Go
MIT
Go
GPL-2.0
PHP
AGPL-3.0
PHP
Extensible Messaging and Presence Protocol software
+GPL-2.0
Erlang
GPL-3.0
Java
MIT
Lua
GPL-2.0
Erlang
Apache-2.0
Java
MIT
Lua
GPL-3.0
Java
MIT
Javascript
MPL-2.0
Javascript
MIT
Javascript
AGPL-3.0
Python
AGPL-3.0
Python
LGPL-3.0
Java
GPL-1.0
PHP
MIT
Ruby
MIT
Python
GPL-1.0
PHP
MIT
PHP
MIT
Ruby
MIT
Ruby
Apache-2.0
Python
CMS are a practical way to setup a website with many features. CMS often come with third party plugins, themes and functionality that is easy to add and customize to your needs. See also Blogging Platforms and Static Site Generators
+LGPL-3.0
Java
MIT
Nodejs
GPL-2.0
PHP
GPL-2.0
PHP
LGPL-2.1
PHP
MIT
PHP
GPL-1.0
PHP
MIT
PHP
MIT
PHP
LGPL-3.0
PHP
CPAL-1.0
PHP
GPL-3.0
PHP
GPL-2.0
PHP
AGPL-3.0
PHP
MIT
Nodejs
GPL-3.0
PHP
GPL-2.0
PHP
MIT
Nodejs
GPL-2.0
PHP
GPL-3.0
PHP
AGPL-3.0
Ruby
MIT
PHP
GPL-3.0
PHP
MIT
PHP
MIT
PHP
GPL-3.0-or-later
PHP
ZPL-2.0
Python
MPL-2.0
PHP
MIT
Ruby
MIT
Ruby
MIT
PHP
GPL-3.0
PHP
MIT
PHP
BSD-3-Clause
PHP
GPL-2.0
PHP
MIT
.NET
MIT
Nodejs
GPL-3.0
PHP
GPL-2.0
PHP
MIT
PHP
GPL-2.0
PHP
MIT
.NET
BSD-3-Clause
Python
MIT
PHP
GPL-2.0
PHP
AGPL-3.0
Go
MIT
Python
MIT
Python
AAL
PHP
MIT
PHP
GPL-3.0
PHP
GPL-2.0
PHP
OSL-3.0
PHP
Apache-2.0
PHP
MIT
Go
GPL-3.0
PHP
GPL-3.0
PHP
MIT
PHP
GPL-3.0
PHP
AGPL-3.0
Ruby
OSL-3.0
PHP
Apache-2.0
Python
GPL-3.0
Nodejs
BSD-3-Clause
Python
MIT
Ruby
AGPL-3.0
Python
MIT
PHP
BSD-3-Clause
Ruby
MIT
PHP
LGPL-3.0
PHP
GPL-3.0
PHP
See https://github.com/n1trux/awesome-sysadmin#dns
+Apache-2.0
Go
Apache-2.0
Bash
BSD-3-Clause
Python
MIT
PHP
AGPL-3.0
PHP/Java
MIT
Python/docker
GPL-3.0
Scala/Java
MIT
PHP
GPL-3.0
Ruby
Apache-2.0
Python
Apache-2.0
Python
GPL-3.0
Python
GPL-2.0
Java
Some Content Management System and Archiving and Digital Preservation solutions also overlap with library and institutional repository software.
+GPL-3.0
Python
MIT
PHP
GPL-3.0
Python
GPL-2.0
PHP
GPL-3.0
PHP
MIT
Java/Docker
MIT
Crystal
GPL-2.0
PL/pgSQL
GPL-3.0
Perl
AGPL-3.0
Python/Other
BSD-3-Clause
Java
GPL-3.0
Perl
Apache-2.0
Java
GPL-3.0
PHP
Apache-2.0
Ruby
See https://github.com/n1trux/awesome-sysadmin#identity-management
+Apache-2.0
Java
MIT
Ruby
BSD-3-Clause
Python
AGPL-3.0
PHP
AGPL-3.0
Python
CC0-1.0
PHP
AGPL-3.0
PHP
AGPL-3.0
Python
BSD-3-Clause
PHP
BSD-3-Clause
PHP
Apache-2.0
Go
MIT
Python
AGPL-3.0
NodeJS
AGPL-3.0
Python
BSD-3-Clause
Python
GPL-3.0
PHP
MIT
PHP
AGPL-3.0
PHP
GPL-2.0
Java
MIT
Ruby
MIT
Python
GPL-3.0
PHP
BSD-2-Clause
Python
AGPL-3.0
Javascript
GPL-2.0
Javascript
⚠
- Open source and beautiful RSS reader built using React/Redux/Sails/Node and Stream. It showcases personalized feeds powered by the Stream API. (Demo, Source Code) BSD-3-Clause
Nodejs
RSS/Atom automation
+GPL-3.0
Go
GPL-3.0
PHP
MIT
Python
MIT
NodeJS
GPL-2.0
PHP
Unlicense
PHP
GPL-2.0
Python
MIT
PHP
Some Groupware solutions also feature file sharing and synchronization.
+See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems
+GPL-3.0
Haskell
Apache-2.0
Python
GPL-3.0
Node.js
AGPL-3.0
PHP
BSD-2-Clause
C
AGPL-3.0
PHP
AGPL-3.0
PHP
GPL-3.0
C
GPL-2.0/GPL-3.0/AGPL-3.0/Apache-2.0
C
GPL-3.0
C#
GPL-3.0
Java
MPL-2.0
Go
GPL-3.0
OCaml
AGPL-3.0
PHP
MIT
Nodejs
AGPL-3.0
Go
MIT
Nodejs
BSD-3-Clause
Nodejs
MPL-2.0
Nodejs
MIT
Nodejs
AGPL-3.0
Python
MIT
Elixir
Beerware
C
MIT
Nodejs
GPL-2.0
C++
WTFPL
PHP
GPL-3.0
Rust
GPL-3.0
C
Apache-2.0
Go
Apache-2.0
Nodejs
AGPL-3.0
PHP
AGPL-3.0
Ruby
AGPL-3.0
Python
MIT
Rust
GPL-3.0
C++
GPL-3.0
PHP
MIT
Go
MIT
Python
AGPL-3.0
PHP
AGPL-3.0
PHP
GPL-3.0
Go
AGPL-3.0
Perl
AGPL-3.0
Perl
GPL-2.0
Python
Apache-2.0
PHP
MIT
Go
MIT
PHP
GPL-2.0
PHP
BSD-2-Clause
Nodejs
MIT
Nodejs
GPL-3.0
Scala/Java
MIT
PHP
MIT
Nodejs
AGPL-3.0
PHP
AGPL-3.0
PHP
Apache-2.0
Nodejs
MIT
Go
MIT
Go
Unlicense
HTML
MIT
PHP
MIT
PHP
MIT
Nodejs
AGPL-3.0
Go
GPL-3.0
Go
MIT
Go
MIT
PHP
MIT
PHP
Other
PHP
MIT
Go
MIT
Nodejs
AGPL-3.0
Javascript
Games, game servers and control panels.
+MPL-2.0
HTML5
MIT
Nodejs
Apache-2.0
Erlang
MIT
Javascript
GPL-3.0
HTML5
AGPL-3.0
PHP
AGPL-3.0
Scala
GPL-3.0
Java
LGPL-2.1/CC-BY-SA-3.0/Other
C++
⚠
- Net64 aka SM64O allows playing Super Mario 64 in an online multiplayer mode. Net64+ is the official continuation of the program and features an integrated server list. (Source Code, Clients) MIT
Nodejs
MIT
Nodejs/CoffeScript
MIT
Python
GPL-3.0
Python/C++
MIT
Nodejs
Apache-2.0
Scala
MIT
Go
CC-BY-SA-4.0
PHP
BSD-3-Clause/Other
C++
MIT
Javascript
Apache-2.0
Elixir/Docker
AGPL-3.0
Python
Apache-2.0
Java/C
Apache-2.0
Docker/Go
AGPL-3.0
PHP
BSD-2-Clause
Nodejs
AGPL-3.0
Go/Docker
ISC
C
AGPL-3.0
Java
GPL-3.0
C
Apache-2.0
Go
GPL-3.0
Nodejs
GPL-2.0
PHP
GPL-3.0
PHP
GPL-2.0
PHP
GPL-3.0
PHP
GPL-2.0/LGPL-2.1/GPL-3.0
C++/Python/PHP
AGPL-3.0
C/Python/PHP
Apache-2.0
Java
LGPL-2.1
Objective-C
AGPL-3.0
PHP
AGPL-3.0/Other
PHP
GPL-2.0/CPAL-1.0
Java
GPL-2.0
PHP
Apache-2.0
PHP
GPL-2.0
PHP
GPL-3.0
PHP
MIT
Nodejs
Apache-2.0
Java
GPL-3.0
C/C++
GPL-3.0
Perl
MIT
Nodejs
MIT
Python
MPL-2.0
NodeJS
Apache-2.0
Nodejs
EPL-2.0
Java
Apache-2.0
Java
GPL-3.0
Ruby
AGPL-3.0
HTML5
MIT
Javascript
BSD-3-Clause
Go
AGPL-3.0
Ruby
GPL-3.0
PHP
AGPL-3.0
Python
GPL-3.0
PHP
GPL-3.0
PHP
GPL-3.0
PHP
GPL-2.0
PHP
Apache-2.0
Java
MIT
Python
GPL-2.0
PHP
ECL-2.0
Java
See also awesome-gis.
+MIT
Go/Docker
Apache-2.0
Java
Apache-2.0
PHP
WTFPL/Other
PHP
BSD-2-Clause
C++
GPL-2.0
C
Apache-2.0
Java
GPL-2.0
Ruby
LGPL-3.0
Java/JavaScript
MIT
Python/Nodejs
⚠
- Store and access data published by OwnTracks location tracking apps. GPL-2.0
C
/Lua
BSD-2-Clause
Nodejs
BSD-2-Clause
PHP
Apache-2.0
Java
GPL-3.0
PHP
WTFPL
Python
See also https://en.wikipedia.org/wiki/List_of_streaming_media_systems, https://en.wikipedia.org/wiki/Comparison_of_streaming_media_systems
+APSL-2.0
C++
GPL-2.0
C++
⚠
- Self-hosted React + Redux app that streams your media collection (music, movies, books, podcasts, comics etc). MIT
Nodejs
GPL-2.0
C
GPL-2.0
C#
ISC
Nodejs
MIT
PHP
AGPL-3.0
C++
BSD-3-Clause
C++
GPL-2.0
C
GPL-3.0
C
⚠
- üWave is a self-hosted collaborative listening platform. Users take turns playing media—songs, talks, gameplay videos, or anything else—from a variety of media sources like YouTube and SoundCloud. (Demo, Source Code) MIT
Nodejs
AGPL-3.0
PHP
GPL-3.0
Java
Apache-2.0
PHP
MIT
Rust
MIT
Python
MIT
Ruby
MIT
Nodejs
⚠
- Share music with your friends from Youtube and Soundcloud. (Demo) MIT
Nodejs
BSD-3-Clause
Python/Django
AGPL-3.0
PHP
GPL-3.0
Go
MIT
Nodejs
MIT
PHP
LGPL-3.0/MIT
Python
AGPL-3.0
PHP
GPL-3.0
C++
GPL-3.0
PHP
Apache-2.0
Python
MIT
HTML5
Apache-2.0
HTML5
Apache-2.0
Python
GPL-2.0
C++
GPL-2.0
C
GPL-2.0
Nodejs
BSD-3-Clause
C++
GPL-3.0
Go/JavaScript
MIT
Rust
GPL-3.0
C++
GPL-3.0
PHP
MIT
Nodejs
GPL-3.0
NodeJS
GPL-2.0
PHP
GPL-3.0
C++
MIT
Nodejs
MIT
Python
⚠
Invidious is an alternative front-end to YouTube. (Demo) AGPL-3.0
Crystal
MIT
Shell
MIT
Nodejs
MIT
Python
AGPL-3.0
Nodejs
MIT
Python/Docker
Apache-2.0
Nodejs/Docker
MIT
Nodejs/Docker
AGPL-3.0/GPL-3.0
Nodejs
MIT
Java
MIT
Nodejs/Haxe
MIT
Go
Multiple
C
GPL-2.0
PHP
AGPL-3.0
PHP
MIT
PHP
⚠
- AlertHub is a simple tool to get alerted from GitHub releases. MIT
Nodejs
GPL-3.0
Nodejs
Other
PHP
GPL-3.0
Java/JavaScript
AGPL-3.0
Java
BSD-3-Clause
PHP
Apache-2.0
Docker/Nodejs
MIT
Go
GPL-2.0
C
Apache-2.0
JavaScript
GPL-3.0
Nodejs
GPL-3.0
PHP
⚠
- Self hosted movie, TV series and anime watch list with a 3-point rating system. Uses The Movie Database backend for information. (Demo) MIT
PHP
⚠
- Just send your form to our URL and we'll forward it to your email. No PHP, Javascript or sign up required. (Demo, Source Code) AGPL-3.0
Python
GPL-2.0
OCAML
MIT
Python
MIT
Javascript
⚠
- Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets. (Demo) MIT
Nodejs
MIT
Nodejs
MIT
Ruby
GPL-3.0
PHP
BSD-3-Clause
Python
MIT
Go
GPL-3.0
Python
AGPL-3.0
PHP
MIT
Ruby
Beerware
PHP
MIT
Nodejs
GPL-2.0
C#
MIT
JavaScript
MIT
JavaScript
MIT
Docker/Nodejs
MIT
Nodejs
MIT
JavaScript
GPL-2.0-or-later
PHP
GPL-2.0
C
MIT
Elixir
⚠
- Easy to use SCRUM burndown chart for Trello boards. MIT
Go/Docker
GPL-3.0
PHP
MIT
PHP
GPL-3.0
PHP
See also https://github.com/n1trux/awesome-sysadmin#it-asset-management
+GPL-3.0
PHP
MIT
C#
EPL-1.0
Java
Apache-2.0
Java
Apache-2.0
Ruby
MIT
PHP
ISC
Elixir
AGPL-3.0
PHP
Apache-2.0
Scala
MIT
Python
GPL-3.0
PHP
GPL-2.0
PHP
GPL-3.0
Nodejs
AGPL-3.0
Nodejs
AAL
PHP
MIT
PHP
BSD-3-Clause
Python
MIT
Nodejs
MIT
Ruby/React
GPL-3.0
PHP
MIT
Python/Django
MIT
Python
See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com/n1trux/awesome-sysadmin#metric--metric-collection
+See also Wikis
+MIT
Nodejs
GPL-3.0
JavaScript
AGPL-3.0
Node.js
MIT
Python
MIT
Nodejs
AGPL-3.0
Go
MIT
PHP
Apache-2.0
JavaScript
MIT
Nodejs
GPL-2.0
Go
MIT
HTML5
MIT
Nodejs
Apache-2.0
PHP
MIT
Nodejs
MIT
HTML5
AGPL-3.0
Ruby
MIT
PHP
GPL-3.0
PHP
MIT
PHP
GPL-3.0
Ruby
MIT
Javascript
AGPL-3.0
Nodejs
GPL-3.0
CommonLisp
AGPL-3.0
Ruby
MIT
Javascript
MPL-2.0
C++
AGPL-3.0
Nodejs
CPAL-1.0/Other
Nodejs
Apache-2.0
Nodejs
MIT
C++
AGPL-3.0
Nodejs
LGPL-3.0
PHP
AGPL-3.0
HTML5
⚠
- Password manager with webapp, browser extension, and mobile app. (Source Code) AGPL-3.0
C#
GPL-3.0
Rust
MIT
HTML5
GPL-3.0
Nodejs
AGPL-3.0
PHP
AGPL-3.0
Python
AGPL-3.0
Go
Apache-2.0
Python
MIT
PHP
GPL-3.0
PHP
GPL-3.0
PHP
WTFPL
Python
BSD-2-Clause
Python
WTFPL/0BSD
Rust
MIT
Ruby
MIT
PHP
MIT
C
MIT
Rust
CC0-1.0
Ruby
MIT
Node.js
Artistic-2.0
Perl
MIT
Nodejs
GPL-3.0
PHP
MIT
Go
MIT
Rust
GPL-3.0
Python
Zlib
PHP
ISC
C++
MIT
C#/NancyFX
MIT
Ruby
MIT
Python
GPL-3.0
Python
GPL-3.0
PHP
MIT
Go
MIT
Go
See also Monitoring
+BSD-2-Clause
Python
GPL-3.0
Python
GPL-3.0/CC-BY-NC-SA-3.0/CC-BY-SA-3.0
Nodejs
MIT
PHP
MIT
HTML5
MIT
PHP
Apache-2.0
HTML5
GPL-3.0
PHP
MIT
PHP
MIT
Javascript
Apache-2.0
Python
AGPL-3.0
Python
AGPL-3.0
PHP
GPL-3.0
PHP
GPL-2.0
PHP
MIT
Python
MIT
CSS
MIT
PHP
AGPL-3.0
Python
MIT
Python
AGPL-3.0
Java
GPL-2.0
Python
GPL-3.0
PHP
AGPL-3.0
Python
MIT
Go
MIT
Ruby
GPL-3.0
Go
MIT
Docker/Nodejs
GPL-2.0
PHP
GPL-2.0
Python
AGPL-3.0
Python
MIT
Python
MIT
PHP
GPL-2.0
PHP
MIT
Ruby
GPL-3.0
PHP
AGPL-3.0
Ruby
⚠
- Open-source web application that can serve as a platform to get authentic, kindful, and constructive feedback from your friends, family, and co-workers. (Demo) AGPL-3.0
Ruby
MIT
Go
CECILL-B
PHP
AGPL-3.0
Ruby
AGPL-3.0
Java
AGPL-3.0
PHP
GPL-2.0
PHP
MIT
PHP
GPL-3.0
Elixir
GPL-3.0
Python
GPL-3.0
PHP
GPL-3.0
Java
GPL-3.0
PHP
GPL-3.0
PHP
MIT
Nodejs
MIT
Go/Docker
MIT
Go/Docker
ISC
C
MIT
Go
MIT
Nodejs/Docker
MIT
PHP
Apache-2.0
Go
GPL-2.0
C
GPL-2.0
C
BSD-2-Clause
Javascript
MIT
Go
Apache-2.0
NodeJS
AGPL-3.0
Go
GPL-2.0
C
MIT
Python
GPL-2.0
C
MIT
Go
GPL-3.0
Nodejs
MIT
Go
MIT
PHP
GPL-2.0
PHP
MIT
PHP
Apache-2.0
Go
GPL-3.0-or-later
PHP
GPL-3.0
Python
GPL-2.0
Perl
LGPL-3.0
Python
Apache-2.0
Java
MIT
PHP
GPL-3.0
Python
MIT
Nodejs/Python
Apache-2.0
C++
MIT
Rust
AGPL-3.0
Python
GPL-3.0
C
GPL-3.0
C++
GPL-2.0
Java
See also Ticketing, Task management/To-do lists, awesome-sysadmin/Code Review
+MIT
C#
BSD-2-Clause-FreeBSD
C
MIT
PHP
Apache-2.0
Java
Apache-2.0
Scala/Java
MIT
Go
MIT
Ruby
BSD-3-Clause
PHP
GPL-2.0
Perl
Artistic-2.0
Perl
Apache-2.0
Python
MIT
Go
GPL-3.0
Python
ISC
Python
GPL-3.0
Java
⚠
- Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows to automate daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar. (Source Code) MIT
Ruby
GPL-2.0
PHP
MIT
Crystal
⚠
- Take back control of your GitHub Notifications. (Source Code) AGPL-3.0
Ruby
GPL-3.0
Ruby
GPL-2.0
Python
Apache-2.0
PHP
GPL-3.0
PHP
AGPL-3.0
PHP
MIT
Ruby
GPL-2.0
Ruby
AGPL-3.0
Python
BSD-3-Clause
Java
AGPL-3.0
Python
GPL-3.0
JavaScript
BSD-3-Clause
Python
GPL-2.0
PHP
MIT
PHP
ZPL-1.2
PHP
See Ticketing
+MIT
PHP
GPL-3.0
Go
MIT
Nodejs/Docker
EPL-1.0
Docker/Java
EPL-2.0
Go/Docker
Unlicense
Haskell
MIT
C#
MIT
PHP
MIT
Nodejs
GPL-3.0
Ruby
BSD-3-Clause
Python/Docker
Apache-2.0
Nodejs
Apache-2.0
Docker
MIT
Nodejs
MIT
python
AGPL-3.0
Java/C++
Apache-2.0
Go
GPL-3.0
Go
See awesome-sysadmin/Continuous Integration & Continuous Deployment
+Apache-2.0
Nodejs
Apache-2.0
Go
Serverless computing on Wikipedia
+BSD-3-Clause
PHP
MIT
Go
Apache-2.0
Go
Apache-2.0
Python/Other
MIT
Go
MIT
Go
Apache-2.0
PHP
AGPL-3.0
PHP
Apache-2.0
Go
Apache-2.0
Haskell
MIT
Nodejs/Vue/Nuxt
Apache-2.0
Lua
Apache-2.0
Go
Apache-2.0
Java
MIT
Nodejs
MPL-2.0
Go
See also Static site generators
+BSD-3-Clause
Javascript
MIT
Javascript
MIT
Ruby
MIT
Python
BSD-3-Clause
Elixir
GPL-3.0
Python
AGPL-3.0
Docker/Nodejs
GPL-3.0
Python
GPL-2.0
Java
See https://staticsitegenerators.net and https://www.staticgen.com
+See also Project Management and Ticketing.
+MIT
Nodejs
MIT
PHP
GPL-2.0
PHP
BSD-2-Clause
Javascript
MIT
PHP
MIT
Nodejs
OSL-3.0
PHP
Apache-2.0
Scala
MIT
PHP
GPL-3.0
PHP
MPL-2.0
PHP
MIT
Go
MIT
C++
MIT
PHP
MIT
Go
GPL-3.0
PHP/Java
GPL-2.0
Ruby
GPL-3.0
Go
MIT
Ruby
MIT
Nodejs
See also Task management/To-do lists and Project Management
+MPL-2.0
Perl
MIT
PHP
OSL-3.0
PHP
BSD-3-Clause
Python/Django
GPL-3.0
Javascript
GPL-2.0
PHP
AGPL-3.0
PHP
MIT
Ruby
⚠
- Instant project management for your GitHub issues (Connects directly GitHub API). MIT
Ruby
GPL-2.0
PHP
GPL-3.0
PHP
GPL-2.0
PHP
AGPL-3.0
Perl
GPL-2.0
Perl
BSD-3-Clause
Python/Django
MIT
Apache-2.0
Rust
MPL-2.0
PHP
AGPL-3.0
Ruby
Before hosting one, please see shortcomings of URL shorteners.
+ +GPL-3.0
Go
MIT
Nodejs
⚠
- URL shortener using a Telegram Bot. (Demo) MIT
Ruby
MIT
Python
WTFPL
Perl
GPL-2.0
PHP
MIT
Scala
MIT
Python
CC0-1.0
Python
MIT
PHP
MIT
Go
MIT
PHP
MIT
Java
⚠
- Shitty url shortener, emoji and AI powered. MIT
Nodejs
GPL-3.0
PHP
MIT
PHP
See https://github.com/n1trux/awesome-sysadmin#vpn
+See https://github.com/n1trux/awesome-sysadmin#web
+See also Documentation Generators, Wikimatrix, Wiki Engines on WikiIndex, List of wiki software on wikipedia, Comparison of wiki software on wikipedia.
+MIT
PHP
MIT
Go
GPL-3.0
Python
AGPL-3.0
Go
GPL-2.0
PHP
GPL-2.0
Haskell
MIT
Ruby
MIT
Nodejs
GPL-2.0
PHP
GPL-2.0
Python
⚠
- An open, extensible, wiki for your team built using React and Node.js. (Source Code) BSD-3-Clause
Nodejs
MPL-2.0
PHP
GPL-3.0
PHP
GPL-3.0
PHP
MIT
Nodejs
BSD-3-Clause
Nodejs
LGPL-2.1
PHP
GPL-1.0
Perl
MIT
Go
AGPL-3.0
Nodejs
GPL-2.0
PHP
LGPL-2.1
Java
GPL-2.0
Python
AGPL-3.0
Go
MIT
YAML/Docker
GPL-3.0
YAML/Ansible/Docker
MIT
Docker
GPL-2.0
Shell
MIT
Shell
MIT
Shell
AGPL-3.0
Docker/Shell
AGPL-3.0
Shell
GPL-3.0
Python/Other
BSD-3-Clause
Python/Other
MIT
Docker
GPL-2.0-or-later
Bash/PHP
GPL-3.0
PHP
GPL-3.0
Python/Other
Apache-2.0
C++/Other
GPL-3.0
YAML/Other
GPL-3.0
Python/Other
GPL-3.0
Perl/Other
Multiple
ClearOS
AGPL-3.0
Python/Other
⚠
- Depends on a proprietary service outside the user's control0BSD
- BSD Zero-Clause LicenceAAL
- Attribution Assurance LicenseAGPL-3.0
- GNU Affero General Public License 3.0AGPL-3.0-only
- GNU Affero General Public License 3.0 onlyApache-2.0
- Apache, Version 2.0APSL-2.0
- Apple Public Source License, Version 2.0Artistic-2.0
- Artistic License Version 2.0Beerware
- Beerware LicenseBSD-2-Clause
- BSD 2-clause "Simplified"BSD-2-Clause-FreeBSD
- BSD 2-Clause FreeBSD LicenseBSD-3-Clause
- BSD 3-Clause "New" or "Revised"BSD-3-Clause-Attribution
- BSD with attributionCC-BY-NC-SA-3.0
- Creative Commons Attribution-NonCommercial-ShareAlike 3.0 International LicenseCC-BY-SA-3.0
- Creative Commons Attribution-ShareAlike 3.0 International LicenseCC-BY-SA-4.0
- Creative Commons Attribution-ShareAlike 4.0 International LicenseCC0-1.0
- Public DomainCDDL-1.0
- Common Development and Distribution LicenseCECILL-B
- CEA CNRS INRIA Logiciel LibreCPAL-1.0
- Common Public Attribution License Version 1.0DPL
- Devblocks Public License 1.0ECL-2.0
- Educational Community License, Version 2.0 EPL-1.0
- Eclipse Public License, Version 1.0EPL-2.0
- Eclipse Public License, Version 2.0EUPL-1.2
- European Union Public License 1.2GFDL-1.1-only
- GNU Free Documentation License v1.1GFDL-1.1-or-later
- GNU Free Documentation License v1.1GFDL-1.2-only
- GNU Free Documentation License v1.2GFDL-1.2-or-later
- GNU Free Documentation License v1.2GFDL-1.3-only
- GNU Free Documentation License v1.3GFDL-1.3-or-later
- GNU Free Documentation License v1.3GPL-1.0
- GNU General Public LicenseGPL-2.0
- GNU General Public License 2.0GPL-2.0-or-later
- GNU General Public License v2.0 or laterGPL-3.0-only
- GNU General Public License v3.0 onlyGPL-3.0-or-later
- GNU General Public License v3.0 or laterGPL-3.0
- GNU General Public License 3.0IPL-1.0
- IBM Public LicenseISC
- Internet Systems Consortium LicenseLGPL-2.1
- Lesser General Public License 2.1LGPL-3.0
- Lesser General Public License 3.0MIT
- MIT LicenseMPL-1.1
- Mozilla Public License Version 1.1MPL-2.0
- Mozilla Public LicenseMultiple
- Various different licenses, for different components of the project's software.OSL-3.0
- Open Software License 3.0Other
- Non-standard license, usually unique to the project itself.Sendmail
- Sendmail LicenseSSPL-1.0
- Server Side Public LicenseUnlicense
- The UnlicenseWTFPL
- Do What the Fuck You Want to Public LicenseZlib
- Zlib/libpng LicenseZPL-1.2
- Zope Public License 1.2ZPL-2.0
- Zope Public License 2.0Contributing guidelines can be found in .github/CONTRIBUTING.md.
+The list of authors can be found in AUTHORS.md.
+This list is under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
+ +Software listed here does not allow you to run it for any purpose, study, modify or distribute the source code. Some of the software here may not be audited due to its closed source nature, and can therefore contain anti-features, such as but not limited to: undisclosed security vulnerabilities, backdoors, user lock-in, sending personal data to a third party.
+⊘ Proprietary
- userTrack is a web analytics platform with heatmaps, session recordings and powerful user segmentation feature. Updated very regularly. (Demo) PHP/MySQL/ReactJS
⊘ Proprietary
- UXLens is a website visitor recording software meant for identifying UI issues and fix them to improve user experience. Formerly known as SessionRecord (Demo) Docker Nodejs
⊘ Proprietary
- Craft is a content-first CMS that aims to make life enjoyable for developers and content managers alike. (Demo) PHP
unlicensed
PHP
⊘ Proprietary
- File-based CMS. Easy to setup. Easy to use. Flexible as hell. (Source Code) PHP
⊘ Proprietary
- Handy and feature-rich multi-device solution with native mobile clients, SIP integration, chatbots, 3rd-party integrations. It brings communication efficiency without sacrificing privacy. Works in closed circuit, encrypts push notifications. (Demo) Scala/Go
⊘ Proprietary
- Online whiteboard, audio/video conferencing, screen sharing, shared code editing and optional session recording/playback.⊘ Proprietary
- A team chat solution with 1:1 chat audio and video, third party integration and more. PHP/Python
PHP
⊘ Proprietary
- Ubooquity is a free to use, versatile, lightweight, multi-platform, and secure home server for your comic and e-book library. Java
⊘ Proprietary
- Resilio Sync by Resilio, Inc is a proprietary peer-to-peer file synchronisation tool.⊘ Proprietary
- With Drive Virtual you can sync, backup and share your files privately with your own FTP (SFTP) server or account.CCBYNCSAv3
PHP
⊘ Proprietary
- A complete solution for your files with integration with Google and Office. (Demo) PHP
CCBYNCv4
HTML5
CCBYNCSAv3/Custom
Nodejs
⊘ Proprietary
- Unified communications server software based on 3CX.⊘ Proprietary
- Set of tools for self-hosting of OpenStreetMap vector tiles. (Partial Source Code) Python/JavaScript
⊘ Proprietary
- Flexible server providing a whole home self hosted DVR experience for Channels.⊘ Proprietary
- Home media server supporting both DLNA and DIAL (Chromecast) devices out-of-the-box. (Partial source Code) Proprietary with some GPL-2.0
C#
⊘ Proprietary
- Plex is a centralized home media playback system with a powerful central server.PHP
⊘ Proprietary
- Online accounting software for small businesses. Mono
⊘ Proprietary
- Online invoicing, project management, time tracking and proposal software. PHP
⊘ Proprietary
- Start your own photography community website, platform based on the Laravel PHP Framework. (Demo) PHP
⊘ Proprietary
- A powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. (Demo) PHP
⊘ Proprietary
- Content management and web site publishing for photographers. PHP
⊘ Proprietary
- All your family's photos and videos automatically organized into a fun and beautiful website. Runs via Docker, NodeJS, or native desktop installers. NodeJS
⊘ Proprietary
- is a web gallery in one single PHP file. PHP
⊘ Proprietary
- Project management - PHP
⊘ Proprietary
- Invoicing and project management with an integrated client portal. (Demo) PHP
⊘ Proprietary
- Work management and collaboration - Python
PHP
⊘ Proprietary
- Great alternative to open source. It's a turnkey messaging solution, perfect for small & micro businesses, integration projects or test environments.⊘ Proprietary
- Open-core software allowing you to effortlessly self-host web apps on your server. (Source Code) Nodejs/Docker
⊘ Proprietary
- Open source e-mail server for Microsoft Windows. (Source Code) C++
⊘ Proprietary
- Full featured solution for your Email server. Native implementation of last anti-SPAM methods, webmail and easy administration included. Free tier available. (Demo)⊘ Proprietary
- Self hosted project management application (Source code) CC BY-NC 4.0
PHP
⊘ Proprietary
- A continuous integration server Java
⊘ Proprietary
Nodejs/Java
⊘ Proprietary
- Your development environment, in the cloud (Source code) Nodejs
⊘ Proprietary
- A team collaboration software Java
⊘ Proprietary
- A peer code review application Java
⊘ Proprietary
- Modern docs & wiki software built for software team collaboration. Go
⊘ Proprietary
- A professional and extensible issue tracker Java
⊘ Proprietary
- Platform for native, embedded, SaaS integrations using Unified APIs. Python
⊘ Proprietary
- On-premise Source Code Management for Mercurial, Git & Subversion. Python
⊘ Proprietary
- An enterprise-level Git solution similar to GitLab Java
⊘ Proprietary
- Simple, easy to use help desk & knowledge base software. Custom branding, custom themes, restful API, communication channels, multi-company support, multi-language support, and much more! At least 1 new release per month. Changelog PHP
⊘ Proprietary
- Self-hosted help desk software - simple but powerful. (Demo) ASP.NET
⊘ Proprietary
- Powerful help desk software - easy, fast and intuitive. (Demo) PHP
DPL
PHP
⊘ Proprietary
- Powerful, easy-to-use time tracking software. (Demo)⊘ Proprietary
- ScreenConnect offers lightning-fast remote support and remote access to connect instantly and solve problems faster.⊘ Proprietary
- Remote Utilities is self-hosted remote support software for LAN administration and remote support over the Internet.⊘ Proprietary
- An efficient Selenium protocol implementation running everything in Kubernetes or Openshift. Go
Og;FlC
z=wgaz_?r=fZ*)1FbwkLf1r2kQ82MqsF5WCo)x~8$u3EQkPsx;iAb>eG!;Dit;;2H|
z+NlKs2rkCRP2^8KG!!lxdGG(;{CMfcH-0QvVjgl5{(4gA)Kw}PqG-D{&3i3|VNRuV
z5myv4$<#d00)}{jP3={Nzqfay)iKq5z+G;3iCjO3DyP8~26*-!mQ!Fa5xTp=xm_if
zt^}r#va~?$Y~ncqyb32bo9pJ9 ir}10iXvVwC12WBVd^sXR
zAPqQmm>M9CC2@byY2x1^c*T1JO&zE6Y|WEbRqB#1hRV-OB+Cy=i%ghXoN52vygwJC
zHONX57f6mwA&Z`ML48d5Lp4@KjR*b&>q0gC;E?dGdbHR_(^dxkugj0PksNPE&PhE@R~Aznr&!
zO#>l_d0m+maFzl&!
f
zRh4ArVBuJ^{I~NqJke3esWC3H$&Fum33W8mFi0p;XjAl&QaTxlV@r)!zLNc4AdLSa
zUb@evz1tWQ;KWAFt<
WlfBe