All Projects → krwu → ServerStatus-web

krwu / ServerStatus-web

Licence: WTFPL license
Web UI for ServerStatus

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ServerStatus-web

Webui
The FlexGet Web UI
Stars: ✭ 31 (-67.71%)
Mutual labels:  webui
Azkarra Streams
🚀 Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.
Stars: ✭ 146 (+52.08%)
Mutual labels:  webui
Yaaw
Yet Another Aria2 Webui in pure HTML/CSS/Javascirpt
Stars: ✭ 2,288 (+2283.33%)
Mutual labels:  webui
Simple Mpv Webui
A web based user interface with controls for the mpv mediaplayer.
Stars: ✭ 58 (-39.58%)
Mutual labels:  webui
Xd
i2p bittorrent client
Stars: ✭ 140 (+45.83%)
Mutual labels:  webui
Promansible
PromAnsible, 集成了Prometheuse(基于时间序列数据的服务监控系统)和Ansible(超级简单好用的IT自动化系统),并通过事件报警机制把二者紧密的结合在一起,并配以简单易用的WebUI,真正实现了监控-报警-处理一条龙的全自动化服务。
Stars: ✭ 183 (+90.63%)
Mutual labels:  webui
Element Blazor
A Web UI Library based on Element and Blazor WebAssembly.
Stars: ✭ 585 (+509.38%)
Mutual labels:  webui
Elkarbackup
Open source backup solution for your network
Stars: ✭ 247 (+157.29%)
Mutual labels:  webui
Flood
A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
Stars: ✭ 1,795 (+1769.79%)
Mutual labels:  webui
Auproximity
AUProximity is an open source proximity voice chat platform, primarily aimed at Among Us.
Stars: ✭ 194 (+102.08%)
Mutual labels:  webui
Webview
Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
Stars: ✭ 9,200 (+9483.33%)
Mutual labels:  webui
Beefweb
Web interface plugin for DeaDBeeF and foobar2000 players
Stars: ✭ 116 (+20.83%)
Mutual labels:  webui
Alpine Sqs
Dockerized ElasticMQ server + web UI over Alpine Linux for local development
Stars: ✭ 183 (+90.63%)
Mutual labels:  webui
Ariang
AriaNg, a modern web frontend making aria2 easier to use.
Stars: ✭ 8,339 (+8586.46%)
Mutual labels:  webui
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (+107.29%)
Mutual labels:  webui
Haproxy Wi
Web interface for managing Haproxy, Nginx and Keepalived servers
Stars: ✭ 823 (+757.29%)
Mutual labels:  webui
Xluci2
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
Stars: ✭ 148 (+54.17%)
Mutual labels:  webui
TerraDepot
A terraform http backend written in python, deployed on aws lambda.
Stars: ✭ 60 (-37.5%)
Mutual labels:  webui
Ddns Updater
Container to update DNS records periodically with WebUI for many DNS providers
Stars: ✭ 216 (+125%)
Mutual labels:  webui
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+2392.71%)
Mutual labels:  webui

Web UI for ServerStatus

English | 简体中文

This is a web ui for BotoX's ServerStatus.

Build Status codebeat badge GitHub release (latest by date) downloads GitHub

Live demo:

https://udev.bid/sergate/

Useage:

You MUST install and run BotoX's ServerStatus first. This is just a drop-in replacement for its web interface.

With release version:

  1. Download the latest prebuilt files on the release page.
  2. Unzip the downloaded file.
  3. Copy all files in sergate directory to your web directory of ServerStatus(you can delete all files except json/status.json in it, this is recommended).

Built by your self:

  1. You need Node.js, npm / yarn installed.

  2. Clone the repo to your machine.

  3. Enter the root directory of this project.

  4. Install dependecies with npm / yarn.

  5. Run npm run build to build web files.

    git clone https://github.com/krwu/ServerStatus-web.git
    cd ./ServerStatus-web/
    ## you can also run "yarn" instead of the next command
    npm i
    npm run build
  6. Copy all files in the build directory to your web directory of ServerStatus(you can delete all files except json/status.json in it, this is recommended).


Special thanks

Jetbrains Logo

Thanks to Jetbrains for supporting this small open source project! I used WebStorm and PhpStorm for years, they are the best tools!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].