Skip to content

Release 0.13.1 - redeploy

Compare
Choose a tag to compare
@helto4real helto4real released this 25 Jul 05:17
· 566 commits to dev since this release

Redeploy of 0.13.0 - some commits were missing.

GUI - Added description

One of many upcoming changes to the UI.

Adds the app description from code.

/// <summary>
///     Does some awesome stuff
/// </summary>
public class MyApp : NetDaemonApp
{
}

Shows in UI app list

Possible to remove API or change port

NETDAEMON__ADMIN=False, disables API
and you can use the ASPNETCORE_URLS=http://+:1234 to change the port number of API. This breaks the GUI though but can remove any challange with ports conflicting.