Moonlight/Moonlight
2023-05-21 23:07:33 +02:00
..
App Added edge case check for oauth2 service 2023-05-21 23:07:33 +02:00
defaultstorage Some small change ;) 2023-05-21 20:47:33 +02:00
Pages Implemented database checkup 2023-05-21 21:47:03 +02:00
Properties Added discord startup configuration to make it easier for a little parot to develop 2023-05-03 00:08:29 +02:00
Shared Replaced old documentation link with the new one 2023-05-21 21:56:20 +02:00
wwwroot/assets Revert "Merge pull request #106 from Moonlight-Panel/DiscordBot" 2023-04-29 23:37:03 +02:00
_Imports.razor Added configuration menu. Added some services. New translation system. Assets 2023-02-16 21:58:19 +01: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 Fixed mail template storage access, added docker image default resources 2023-04-14 15:02:17 +02:00
Moonlight.csproj Implemented database checkup 2023-05-21 21:47:03 +02:00
Moonlight.csproj.user Initial commit 2023-02-15 16:38:38 +01:00
Program.cs Reactivated old asp.net logs. Fixed empty config bug in the oauth2service 2023-05-21 23:00:23 +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