{"id":25878806,"url":"https://github.com/evan-choi/minime","last_synced_at":"2025-07-21T21:33:25.418Z","repository":{"id":119462847,"uuid":"260267098","full_name":"evan-choi/MiniMe","owner":"evan-choi","description":"A simple self-hosted ALLNET/Aime server, written in .NET Core","archived":false,"fork":false,"pushed_at":"2020-05-09T05:23:14.000Z","size":242,"stargazers_count":68,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T04:02:08.975Z","etag":null,"topics":["aspnetcore","chunithm","efcore","http","https","kestrel","netcore31","tcp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evan-choi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-30T16:52:07.000Z","updated_at":"2025-02-03T08:59:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fbafd1d-9bcb-43b9-adb1-5b43007720cc","html_url":"https://github.com/evan-choi/MiniMe","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/evan-choi/MiniMe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-choi%2FMiniMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-choi%2FMiniMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-choi%2FMiniMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-choi%2FMiniMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evan-choi","download_url":"https://codeload.github.com/evan-choi/MiniMe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evan-choi%2FMiniMe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261715371,"owners_count":23198749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnetcore","chunithm","efcore","http","https","kestrel","netcore31","tcp"],"created_at":"2025-03-02T12:39:46.566Z","updated_at":"2025-06-24T16:37:48.680Z","avatar_url":"https://github.com/evan-choi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniMe\nA simple self-hosted AllNet/Aime server, written in .NET Core 3.1\n\n## Features\n| Name | Server | Protocol | Database |\n| --- | --- | --- | -- |\n| ALLNet | ASP.NET Core, Kestrel | Http | |\n| Aime | System.Net.Socket | TCP | [EF Core](https://github.com/dotnet/efcore) (SQLite) |\n| Billing | ASP.NET Core, Kestrel | Https | |\n| Chunithm | ASP.NET Core, Kestrel | Http | [EF Core](https://github.com/dotnet/efcore) (SQLite) |\n\n## How to run\n\n### Requirements\n- [.NET Core SDK](https://dotnet.microsoft.com/download)\n\n### Setup repository\n```sh\ngit clone https://github.com/evan-choi/MiniMe.git\ncd MiniMe\n```\n\n### Run\n```sh\ndotnet run\n```\n\n## How to change DB provider\n1. Setup [AimeContext](https://github.com/evan-choi/MiniMe/blob/master/MiniMe.Aime/Data/AimeContext.cs#L18) Configuring\n\n2. Setup [ChunithmContext](https://github.com/evan-choi/MiniMe/blob/master/MiniMe.Chunithm/Data/ChunithmContext.cs#L18) Configuring \n\n```cs\nprotected override void OnConfiguring(DbContextOptionsBuilder options)\n{\n    // Setup to the db provider you want\n    options.UseMySql(/* mysql connection string */);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevan-choi%2Fminime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevan-choi%2Fminime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevan-choi%2Fminime/lists"}