github net-daemon/netdaemon 0.13.1
Release 0.13.1 - redeploy

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

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.

Don't miss a new netdaemon release

NewReleases is sending notifications on new releases.