https://github.com/argoeu/argo-status-pages
A website to view the status of selected services.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
A website to view the status of selected services.
Basic Info
Statistics
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Argo Status Pages
A ReactJS application that facilitates the presentation of the status of selected services.
Configuration
The argo-status-pages application provides a simple way to configure connection and appearence parameters through the config.json file. For example:
json
{
"services": {
"Service_A": {
"fullname": "Service A",
"category": "Category A"
},
"Service_B": {
"fullname": "Service B",
"category": "Category A"
}
},
"service_categories": {
"Category A": ["Service_A", "Service_B"]
},
"ngi_categories": {
"Service_A": "Service_A",
"Service_B": "Service_B"
},
"api": {
"endpoint": "api.devel.example.com",
"reportName": "CORE"
},
"title": "Test Status Page",
"copyright": "Copyright 2022 - All rights reserved",
"theme": {
"header-gradient-color-start": "#05cae7",
"header-gradient-color-end": "#000",
"footer-gradient-color-start": "#05cae7",
"footer-gradient-color-end": "#000",
"footer-copyright-text-color": "#fff"
}
}
The public directory of the project may host specific assets such as the favicon.ico, the logo.svg or the footer_logo.svg.
In addition to the image assets, a .env file may exist on the public directory that will define the REACT_APP_TITLE
variable for the argo-status-pages title.
Installation
Development mode
git clone https://github.com/ARGOeu/argo-status-pages.gitcd argo-status-pagesnpm installnpm start
This will run the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
Production mode
git clone https://github.com/ARGOeu/argo-status-pages.gitcd argo-status-pagesnpm installnpm run build
This will build the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
Owner
- Name: ARGOeu
- Login: ARGOeu
- Kind: organization
- Repositories: 75
- Profile: https://github.com/ARGOeu
Α team working with the latest technologies about accounting, monitoring, messaging and eSeal Capabilities
GitHub Events
Total
Last Year
Dependencies
- 1175 dependencies
- @fortawesome/fontawesome-svg-core ^1.3.0
- @fortawesome/free-solid-svg-icons ^6.0.0
- @fortawesome/react-fontawesome ^0.1.17
- @testing-library/jest-dom ^5.16.2
- @testing-library/react ^12.1.3
- bootstrap ^5.1.3
- eslint-config-react-app ^7.0.1
- react ^17.0.2
- react-bootstrap ^2.1.2
- react-datepicker ^4.7.0
- react-dom ^17.0.2
- react-router-dom ^6.2.1
- react-scripts 5.0.0