Moonlight/Moonlight
2023-06-23 00:51:09 +02:00
..
App Improved logging. Added better error handling for mysql database backup 2023-06-23 00:51:09 +02:00
defaultstorage Added default background and optimized change methods 2023-06-11 16:26:43 +02:00
Pages Fixed xterm console issues 2023-06-16 22:56:33 +02:00
Properties Added a basic allocation editor for servers 2023-06-20 19:18:18 +02:00
Shared Added maleware scan 2023-06-22 20:36:33 +02:00
wwwroot/assets Added STRG+S support for editor and better saving 2023-06-20 20:37:57 +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 Switched to serilog as logging system 2023-06-21 19:15:30 +02:00
Moonlight.csproj.user Initial commit 2023-02-15 16:38:38 +01:00
Program.cs Improved logging. Added better error handling for mysql database backup 2023-06-23 00:51:09 +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