From 9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:28:15 +0200 Subject: Update --- creations/dev/neutron/index.php | 4 +++ creations/index.php | 2 +- creations/neutron/index.php | 57 +++++++++++++++++++++++++++++++++-------- 3 files changed, 51 insertions(+), 12 deletions(-) create mode 100644 creations/dev/neutron/index.php (limited to 'creations') diff --git a/creations/dev/neutron/index.php b/creations/dev/neutron/index.php new file mode 100644 index 0000000..0a9c6ba --- /dev/null +++ b/creations/dev/neutron/index.php @@ -0,0 +1,4 @@ +

-

Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.

+


diff --git a/creations/neutron/index.php b/creations/neutron/index.php index 309ebc1..2a26d32 100644 --- a/creations/neutron/index.php +++ b/creations/neutron/index.php @@ -1,12 +1,47 @@
+
+

Neutron is software created so that you can easily manage one or more websites without any required knowledge. Whether you are developer or not, Neutron is the best way to have a ready-to-go website.

Neutron is released under the GNU General Public License version 3, which means you can contribute to the project and improve it.

-

Download Neutron

+

Run Neutron on the cloud New!

+ Neutron 10 introduces support for a new much wanted technology: Neutron Cloud. The concept is simple: you create, we host. Here are the 5 top points for choosing Neutron Cloud instead of using Neutron on-premises: + + +

Neutron Cloud is currently available after registration on HERE. We limit registration to prevent abuse and know how you intend to use your Neutron Cloud website. If you already have a website running Neutron on your own server, you can send us the files and we migrate your website!

+ +
+ Restrictions apply, click here to see +
    +
  • The Neutron Cloud service is reserved only for individuals and non-profit organizations. Select professional and commercial users may get access to Neutron Cloud.
  • +
  • Access to Neutron Cloud does not give additional support priority over regular Neutron users.
  • +
  • Website traffic is limited to 250 unique users (counted using IP address) per month
  • +
  • Website storage is soft-limited to 100 MiB; the website may be suspended if you exceed this limit
  • +
  • Minimal uptime is guaranteed according to the following schedule: +
      +
    • 25% uptime on July and August (due to yearly maintenances)
    • +
    • 80% uptime from March to May (due to maintenances)
    • +
    • 85% uptime in June (due to high temperatures)
    • +
    • 99% uptime from September to February
    • +
    • In case of an extended maintenance period, you will be notified on the email address you entered when you registered to Neutron Cloud.
    • +
  • +
+
+ +
+ +

Run Neutron on your own hardware

+

Download the package and put it in your Web server's root. You will need the Apache HTTP Server with at least PHP 7.4 and the GD library.

@@ -15,16 +50,16 @@ $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true); foreach ($releases as $release): - ?> - -

-
Latest Stable Release
-


Downstream from branch

- - + ?> + +

+
Latest Stable Release
+


Downstream from branch

+ +
-- cgit