uwap.ServerPlugin
1.4.2.1
See the version list below for details.
dotnet add package uwap.ServerPlugin --version 1.4.2.1
NuGet\Install-Package uwap.ServerPlugin -Version 1.4.2.1
<PackageReference Include="uwap.ServerPlugin" Version="1.4.2.1" />
paket add uwap.ServerPlugin --version 1.4.2.1
#r "nuget: uwap.ServerPlugin, 1.4.2.1"
// Install uwap.ServerPlugin as a Cake Addin #addin nuget:?package=uwap.ServerPlugin&version=1.4.2.1 // Install uwap.ServerPlugin as a Cake Tool #tool nuget:?package=uwap.ServerPlugin&version=1.4.2.1
ServerPlugin
Plugin for WebFramework that adds a simple interface to manage the program and server in general.
The functionality is mainly directed for Linux servers with WF programs that use Wrapper.
All fully logged in users with AccessLevel=ushort.MaxValue (administrators) will have access to this plugin, nobody else can access it.
Website: https://uwap.org/projects/server-plugin
Changelog: https://uwap.org/changes/server-plugin
Main features
- Log viewing and clearing (requires Wrapper with LogFile=Wrapper.log)
- SSH management (requires Linux structure for key management, and ufw for port whitelisting)
- Viewing your IP address from the server's perspective
- Updating the program and requesting version rollbacks (requires Wrapper, rollbacks require CreateBackup=true)
- Restarting and exiting the program (requires Wrapper)
- Reloading the Wrapper configuration (requires Wrapper, obviously)
- Sending simple emails
- Restarting the mail server (shouldn't really ever be necessary)
- Calling the worker
- Showing how much time is left before the worker runs again
- Showing that the system needs to be rebooted after a system upgrade (requires Linux)
Installation
You can add this plugin to your WF project by installing the NuGet package: uwap.ServerPlugin
You can also download the source code and reference it in your project file.
Once installed, add the following things to your program start code:
- Add <code>using uwap.WebFramework.Plugins;</code> to the top, otherwise you have to prepend it to <code>ServerPlugin</code>
- Create a new object of the plugin: <code>ServerPlugin serverPlugin = new();</code>
- Map the plugin to a path of your choosing (like any/server): <code>PluginManager.Map("any/server", serverPlugin);</code>
You can do all that with a single line of code before starting the WF server:<br/><code>PluginManager.Map("any/server", new uwap.WebFramework.Plugins.ServerPlugin());</code>
Plans for the future
- Arranging the menu items in a nicer manner
- Adding stuff to test WebFramework
- Whitelisting/management for custom ports
- Utilizing the sidebar, somehow
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- uwap.WebFramework (>= 1.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.