Moonlight/Moonlight
2023-07-06 16:46:01 +02:00
..
App Added a new visual config editor 2023-07-06 16:46:01 +02:00
defaultstorage Switched to new config system 2023-07-02 02:16:44 +02:00
Pages Fix some javascript not loaded issues 2023-07-04 18:06:14 +02:00
Properties Added a basic allocation editor for servers 2023-06-20 19:18:18 +02:00
Shared Added a new visual config editor 2023-07-06 16:46:01 +02:00
wwwroot/assets Added streamer mode and fixed security settings ui 2023-06-26 00:06:44 +02:00
_Imports.razor Added archive system. Added ml debug menu and related stuff 2023-06-16 16:58:58 +02:00
appsettings.Development.json Initial commit 2023-02-15 16:38:38 +01:00
appsettings.json Initial commit 2023-02-15 16:38:38 +01:00
BlazorApp.razor Added new node manager. Added new login/register screen. AuditLog. Permissions 2023-02-17 18:03:52 +01:00
Dockerfile Removed old app version copy instruction 2023-06-11 21:11:09 +02:00
Moonlight.csproj Updated sweet alert 2 2023-07-02 20:56:10 +02:00
Moonlight.csproj.user Initial commit 2023-02-15 16:38:38 +01:00
Program.cs Rewritten session system to match new standarts and be more performant 2023-07-04 17:49:27 +02:00
README.md Implemented new storage system, path builder, default resources, fixed lang stuff 2023-04-13 16:29:40 +02:00

Some explanations

defaultstorage:

This directory is for the default assets of a moonlight instance, e.g. lang files, images etc

storage:

This directory is empty in fresh moonlight instances and will be populated with example config upon first run. Before using moonlight this config file has to be modified. Also resources are going to be copied from the default storage to this storage. To access files in this storage we recommend to use the PathBuilder functions to ensure cross platform compatibility. The storage directory should be mounted to a specific path when using docker container so when the container is replaced/rebuild your storage will not be modified