All Projects → alerta → angular-alerta-webui

alerta / angular-alerta-webui

Licence: MIT license
Alerta Web UI 6.0 (DEPRECATED) - See latest version Web UI 7.0

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to angular-alerta-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 (+2501.45%)
Mutual labels:  webui
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (+188.41%)
Mutual labels:  webui
Molder
BDD steps libraries for test automation databases, web services, and WebUI
Stars: ✭ 16 (-76.81%)
Mutual labels:  webui
Xluci2
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
Stars: ✭ 148 (+114.49%)
Mutual labels:  webui
Auproximity
AUProximity is an open source proximity voice chat platform, primarily aimed at Among Us.
Stars: ✭ 194 (+181.16%)
Mutual labels:  webui
Elkarbackup
Open source backup solution for your network
Stars: ✭ 247 (+257.97%)
Mutual labels:  webui
Beefweb
Web interface plugin for DeaDBeeF and foobar2000 players
Stars: ✭ 116 (+68.12%)
Mutual labels:  webui
coctohug
Coctohug - Manage dozens of chia forks mining from a web browser! Nice localization with support of dozens of languages. Runs on Linux, Windows, MacOS, and more...
Stars: ✭ 36 (-47.83%)
Mutual labels:  webui
Yaaw
Yet Another Aria2 Webui in pure HTML/CSS/Javascirpt
Stars: ✭ 2,288 (+3215.94%)
Mutual labels:  webui
WebView
Efficient UE browser uses CEF open source kernel; When the frame rate is 60 per second and the resolution is 4K, a single GPU is rendered, and the UE and browser will not lose frames. 8K frame rate does not decrease under multi GPU binding.
Stars: ✭ 157 (+127.54%)
Mutual labels:  webui
Promansible
PromAnsible, 集成了Prometheuse(基于时间序列数据的服务监控系统)和Ansible(超级简单好用的IT自动化系统),并通过事件报警机制把二者紧密的结合在一起,并配以简单易用的WebUI,真正实现了监控-报警-处理一条龙的全自动化服务。
Stars: ✭ 183 (+165.22%)
Mutual labels:  webui
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+3368.12%)
Mutual labels:  webui
TerraDepot
A terraform http backend written in python, deployed on aws lambda.
Stars: ✭ 60 (-13.04%)
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 (+111.59%)
Mutual labels:  webui
webview-c
A tiny cross-platform webview C library to build modern cross-platform GUIs
Stars: ✭ 44 (-36.23%)
Mutual labels:  webui
Xd
i2p bittorrent client
Stars: ✭ 140 (+102.9%)
Mutual labels:  webui
Ddns Updater
Container to update DNS records periodically with WebUI for many DNS providers
Stars: ✭ 216 (+213.04%)
Mutual labels:  webui
s9k
dashboard/web app for managing kubernetes clusters, with similar functionality as k9s
Stars: ✭ 15 (-78.26%)
Mutual labels:  webui
oraclesolaris-contrib
oraclesolaris-contrib is a repository focussed on the Oracle Solaris 11.4 StatsStore, using methodologies like REST to connect to Oracle Solaris 11.4 and the new features being introduced in Oracle Solaris 11.4 OS.
Stars: ✭ 46 (-33.33%)
Mutual labels:  webui
ServerStatus-web
Web UI for ServerStatus
Stars: ✭ 96 (+39.13%)
Mutual labels:  webui

Alerta Web UI 6.0 (DEPRECATED)

Version 6.0 of the Alerta dashboard is an AngularJS web app that uses client-side templating is no longer supported and has now been archived.

The latest version of the web UI can be found at https://github.com/alerta/alerta-webui

dashboard

AngularJS is EOL

As of July 1, 2018 active development of AngularJS has stopped and version 1.7 has entered in to a Long Term Support Period which will last 3 years.

Alerta Web UI uses AngularJS 1.5 which was last updated in January 2017 and is not an LTS version so will not receive any security patches or updates.

Migrating this application directly to Angular (2+) is not possible as Angular is a significantly different framework. A rewrite of the web UI is in progress and as such, this version is now in "maintenance mode" and no further feature enhancements will be accepted. Only security patches or critical bug fixes will be considered from January 31, 2019.

Installation

In production, copy the files under the app/ directory to a web server.

Configuration

By default, the dashboard will assume the Alerta API endpoint is located at port 8080 on the same domain that the dashboard is served from. If the API endpoint is at a non-default location create a config.json file:

{
  "endpoint": "https://api.example.com"
}

All other settings are downloaded from the server when the client starts.

Server Configuration

Ensure the Alerta API server configuration is updated to include the web UI address in the CORS_ORIGINS setting:

CORS_ORIGINS = [
    'http://web.example.com'
]

Deploy to the Cloud

Deploy

Dependencies

All dependencies are included, however, for reference they are:

License

Copyright (c) 2015-2018 Nick Satterly. Available under the MIT License.

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].