generated from EGI-Federation/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move to homer see https://github.com/bastienwirtz/homer * Linting fixes * Linting fixes * Removed duplicated Changelog * prettier * Reviewed changelog
- Loading branch information
Showing
15 changed files
with
164 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# Log of changes | ||
## v0.0.5 | ||
- Dockerise the deployment. | ||
## v0.0.4 | ||
- Add first version of CSS. | ||
## v0.0.3 | ||
- Use a buffer (file on local disk) rather than querying GOCDB with every visit. | ||
## v0.0.2 | ||
- First version working with [Apache](https://flask.palletsprojects.com/en/2.0.x/deploying/mod_wsgi/) on Ubuntu 20.04 | ||
## v0.0.1 | ||
- First version working with [Flask](https://flask.palletsprojects.com/en/2.0.x/quickstart/) | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2024-08-21 | ||
|
||
### Changed | ||
|
||
- Move to homer instead of dashy for the dashboard | ||
- Adopt EGI colours | ||
|
||
## [0.1] - 2022-07-28 | ||
|
||
### Added | ||
|
||
- Initial dashboard implementation based on Dashy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
subtitle: "FedCloud Dashboards" | ||
title: "EGI Cloud Compute" | ||
logo: "assets/egi-logo.svg" | ||
|
||
footer: | | ||
<p><a href="https://www.egi.eu/service/cloud-compute/">Cloud Compute</a> | ||
is a service delivered by the | ||
<a href="https://www.egi.eu/egi-infrastructure/">EGI Infrastructure</a> | ||
| This dashboard uses <a href="https://github.com/bastienwirtz/homer"> | ||
Homer</a></p> | ||
theme: classic | ||
# Optional custom stylesheet | ||
# Will load custom CSS files. Especially useful for custom icon sets. | ||
stylesheet: | ||
- "assets/egi.css" | ||
colors: | ||
light: | ||
highlight-secondary: "#005faa" | ||
highlight-hover: "#ef8200" | ||
|
||
message: | ||
style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. | ||
title: "Provider dashboards" | ||
icon: "fa fa-table-columns" | ||
content: "You can find here link to the OpenStack dashboards of the EGI FedCloud providers" | ||
|
||
links: | ||
- name: "User documentation" | ||
icon: "fas fa-book" | ||
url: "https://docs.egi.eu/users/compute/cloud-compute/openstack/" | ||
target: "_blank" | ||
- name: "Provider documentation" | ||
icon: "fas fa-book" | ||
url: "https://docs.egi.eu/providers/cloud-compute/" | ||
target: "_blank" | ||
|
||
# Services | ||
services: | ||
- name: "OpenStack Dashboards" | ||
icon: "fas fa-cloud" | ||
items: |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@charset "UTF-8"; | ||
|
||
/* Custom colors */ | ||
body #bighead .first-line { | ||
background-color: #fff; | ||
color: #005faa; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"Fedcloud dashboard","short_name":"fedloud-dashboard","start_url":"../","display":"standalone","background_color":"#ffffff","lang":"en","scope":"../","description":"EGI Cloud Compute Fedcloud dashboard","theme_color":"#3367D6","icons":[{"src":"./icons/pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"./icons/pwa-512x512.png","sizes":"512x512","type":"image/png"}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*/15 * * * * root /usr/local/bin/python /fedcloud-dashboard/dashboard/dashy_endpoints.py > /app/user-data/conf.yml | ||
*/15 * * * * root /usr/local/bin/python /fedcloud-dashboard/dashboard/update_config.py > /www/assets/config.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters