F-Plugins / WebServer

A plugin that provides a web server to host files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Server

A plugin that provides a web server to host files and images that can be used by plugins

Id: Feli.WebServer

Version: 1.0.0

Author: Feli

Website: discord.fplugins.com

Configuration

webServer:
  serverAddress: "http://*:27015/"

exampleFiles: true # Writes some example files

# You can get the files with this urls
# index: http://localhost:27015/
# 404: http://localhost:27015/404
# Military Top Image: http://localhost:27015/1011

About

A plugin that provides a web server to host files

License:Apache License 2.0


Languages

Language:C# 93.3%Language:HTML 6.7%