Evan Choi MiniMe Save

A simple self-hosted ALLNET/Aime server, written in .NET Core

Project README

MiniMe

A simple self-hosted AllNet/Aime server, written in .NET Core 3.1

Features

Name Server Protocol Database
ALLNet ASP.NET Core, Kestrel Http
Aime System.Net.Socket TCP EF Core (SQLite)
Billing ASP.NET Core, Kestrel Https
Chunithm ASP.NET Core, Kestrel Http EF Core (SQLite)

How to run

Requirements

Setup repository

git clone https://github.com/evan-choi/MiniMe.git
cd MiniMe

Run

dotnet run

How to change DB provider

  1. Setup AimeContext Configuring

  2. Setup ChunithmContext Configuring

protected override void OnConfiguring(DbContextOptionsBuilder options)
{
    // Setup to the db provider you want
    options.UseMySql(/* mysql connection string */);
}
Open Source Agenda is not affiliated with "Evan Choi MiniMe" Project. README Source: evan-choi/MiniMe
Stars
66
Open Issues
2
Last Commit
3 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating