MoongladePure.Web 8.0.21

dotnet add package MoongladePure.Web --version 8.0.21
NuGet\Install-Package MoongladePure.Web -Version 8.0.21
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MoongladePure.Web" Version="8.0.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MoongladePure.Web --version 8.0.21
#r "nuget: MoongladePure.Web, 8.0.21"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MoongladePure.Web as a Cake Addin
#addin nuget:?package=MoongladePure.Web&version=8.0.21

// Install MoongladePure.Web as a Cake Tool
#tool nuget:?package=MoongladePure.Web&version=8.0.21

MoongladePure

GPL licensed Pipeline stat Test Coverage ManHours Website Docker

MoongladePure, regain control over your data.

MoongladePure can be deployed completely on-premises without coupling to any particular cloud. 100% local!

MoongladePure uses MySQL as database and file system as data store. It's extremely easy to try and deploy!

demo

Default user name is admin and default password is admin123.

Try

Try a running MoongladePure here.

Run in Ubuntu

The following script will install\update this app on your Ubuntu server. Supports Ubuntu 22.04.

On your Ubuntu server, run the following command:

curl -sL https://gitlab.aiursoft.cn/aiursoft/moongladepure/-/raw/master/install.sh | sudo bash

Of course it is suggested that append a custom port number to the command:

curl -sL https://gitlab.aiursoft.cn/aiursoft/moongladepure/-/raw/master/install.sh | sudo bash -s 8080

It will install the app as a systemd service, and start it automatically. Binary files will be located at /opt/apps. Service files will be located at /etc/systemd/system.

Run manually

Requirements about how to run

  1. Install .NET 8 SDK and Node.js.
  2. Execute npm install at wwwroot folder to install the dependencies.
  3. Execute dotnet run to run the app.
  4. Use your browser to view http://localhost:5000.

Run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5 to run the app.

Run in Docker

First, install Docker here.

Then run the following commands in a Linux shell:

image=hub.aiursoft.cn/aiursoft/moongladepure
appName=moongladepure
docker pull $image
docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image

That will start a web server at http://localhost:5000 and you can test the app.

The docker image has the following context:

Properties Value
Image hub.aiursoft.cn/aiursoft/moongladepure
Ports 5000
Binary path /app
Data path /data
Config path /data/appsettings.json

How to contribute

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.

We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.21 94 4/7/2024
8.0.20 66 4/5/2024
8.0.19 77 4/1/2024
8.0.18 84 3/31/2024
8.0.16 79 3/26/2024
8.0.15 67 3/25/2024
8.0.14 90 3/18/2024
8.0.13 80 3/17/2024
8.0.12 91 3/17/2024
8.0.11 72 3/17/2024
8.0.10 74 3/17/2024
8.0.9 87 3/12/2024
8.0.8 98 3/4/2024
8.0.7 100 3/1/2024
8.0.6 87 2/28/2024
8.0.5 91 2/28/2024
8.0.4 97 2/28/2024
8.0.3 85 2/26/2024
8.0.2 87 2/25/2024
8.0.1 90 2/19/2024
7.0.59 91 2/18/2024
7.0.58 92 2/15/2024
7.0.57 97 2/14/2024
7.0.56 94 2/10/2024
7.0.55 86 2/6/2024
7.0.54 78 2/5/2024
7.0.53 73 2/4/2024
7.0.52 78 2/3/2024
7.0.51 79 2/2/2024
7.0.50 77 2/2/2024
7.0.49 80 1/30/2024
7.0.48 79 1/30/2024
7.0.47 84 1/28/2024
7.0.46 77 1/27/2024
7.0.45 86 1/21/2024
7.0.44 83 1/18/2024
7.0.43 97 1/12/2024
7.0.42 89 1/11/2024
7.0.41 112 1/10/2024
7.0.40 119 1/5/2024
7.0.39 99 1/5/2024
7.0.38 106 1/4/2024
7.0.37 105 1/4/2024
7.0.36 115 1/4/2024
7.0.35 106 12/31/2023
7.0.34 99 12/30/2023
7.0.33 114 12/25/2023
7.0.32 113 12/24/2023
7.0.31 106 12/18/2023
7.0.30 90 12/16/2023
7.0.29 92 12/13/2023
7.0.28 107 12/12/2023
7.0.27 101 12/11/2023
7.0.26 113 12/11/2023
7.0.25 125 12/3/2023
7.0.24 113 12/1/2023
7.0.23 91 11/26/2023
7.0.22 127 11/21/2023
7.0.21 95 11/18/2023
7.0.20 103 11/14/2023
7.0.19 112 11/6/2023
7.0.18 88 11/2/2023
7.0.17 101 11/2/2023
7.0.16 101 11/2/2023
7.0.15 82 10/31/2023
7.0.14 93 10/31/2023
7.0.13 90 10/29/2023
7.0.12 99 10/27/2023
7.0.11 109 10/24/2023
7.0.10 114 10/18/2023
7.0.9 93 10/11/2023
7.0.8 85 10/11/2023
7.0.7 113 10/10/2023
7.0.6 117 10/6/2023
7.0.5 102 9/27/2023
7.0.4 93 9/20/2023
7.0.3 109 9/18/2023
7.0.2 124 9/13/2023
7.0.1 111 9/13/2023
7.0.0 114 9/5/2023
1.1.0 124 8/20/2023