Skip to content

More information on web servers #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gr8 commit msg m9

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The IBEX Developer's Manual

[Click here to go to the GitHub wiki with the developer's manual.](https://isiscomputinggroup.github.io/ibex_developers_manual/)

## Development workflow
See [Building the wiki locally](https://isiscomputinggroup.github.io/ibex_developers_manual/Editing-the-Wiki.html#building-the-wiki-locally) for instructions on local development.
11 changes: 8 additions & 3 deletions doc/systems/Webserver.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Webserver

NDAEXTWEB is a central Windows 2019 server that runs a number of the web services associated with IBEX. The login credentials for this are in sharepoint. The server holds:
## NDAEXTWEB3

* The [IBEX web dashboard](/webdashboard/Web-Dashboard)
NDAEXTWEB3 is a central Windows 2019 server, which is hosted on the FIT Hyper-V cluster, that runs a number of the web services associated with IBEX. The login credentials for this are in sharepoint. The server holds:

* The [old IBEX web dashboard (JSON_Bourne)](/webdashboard/Web-Dashboard)
* The [Automation application](/processes/git_and_github/Automation-Application)
* [MCR news](https://www.isis.stfc.ac.uk/Pages/MCR-News.aspx)
* The SECI web dashboard
Expand All @@ -16,4 +18,7 @@ There should be 2 sites, Dataweb and WAP, which provide the above.

If a new server is setup, then ciphers and old TLS versions may need to be disabled e.g. tls 1.0 and 1.1 as per https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/manage-ssl-protocols-in-ad-fs



## NDAEXTWEB4

NDAEXTWEB4 is similar in that it also runs on the Hyper-V cluster. This currently hosts the [PVWS](/webdashboard/PVWS) which is a PVWS instance for the IBEX web dashboard.
2 changes: 1 addition & 1 deletion doc/webdashboard/Web-Dashboard.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Web Dashboard

```{important}
This page documents the old(though still current) web dashboard, also known as `JSON_Bourne`. The [new one](https://github.com/ISISComputingGroup/webdashboard) should have its architecture and how it's run explained in the README of its repository.
This page documents the old web dashboard, also known as `JSON_Bourne`. The [new one](https://github.com/ISISComputingGroup/webdashboard) should have its architecture and how it's run explained in the README of its repository.
```

The dataweb service allows some information about each instrument to be viewed in a webpage from both inside and outside the ISIS network. This service already exists for SECI instruments.
Expand Down