github net-daemon/netdaemon 0.13.0
Release 0.13.0

latest releases: 24.16.0, 24.12.0, 24.8.0...
3 years ago

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.

Don't miss a new netdaemon release

NewReleases is sending notifications on new releases.