2022-09-08 20:30:09 +01:00
function gotoGateway ( ) {
window . location = ( "./" )
}
function gotoAmpache ( ) {
window . location = ( "https://music.fjla.uk" )
}
function gotoNextcloud ( ) {
window . location = ( "https://cloud.fjla.uk" )
}
function gotoHomeAssistant ( ) {
window . location = ( "https://ha.fjla.uk" )
}
function gotoJellyfin ( ) {
window . location = ( "https://media.fjla.uk" )
}
function gotoGallery ( ) {
2022-09-08 20:41:43 +01:00
window . alert = ( "Gallery is under maintenance and is not available." )
2022-09-08 20:30:09 +01:00
}
function gotoAccount ( ) {
2022-09-08 20:41:43 +01:00
window . location = ( "https://ipa0522.home.fjla.net" )
2022-09-08 20:30:09 +01:00
}
function gotoHelp ( ) {
window . location = ( "https://fds.fjla.uk" )
}
function gotoAll ( ) {
window . location = ( "./all.html" )
}
function gotoMail ( ) {
window . location = ( "https://mx1.fb-infra.uk/mail" )
}
function gotoVoicemail ( ) {
window . location = ( "https://pbx.fjla.uk" )
}
function gotoProxmox ( ) {
2022-09-08 20:41:43 +01:00
window . location = ( "https://pve0620.fjla.net:8006" )
2022-09-08 20:30:09 +01:00
}
function gotoCUPS ( ) {
2022-09-08 20:41:43 +01:00
window . alert = ( "Printing has changed within the network,\ncurrently printers are accessed directly without a central server.\nThis option will be removed." )
2022-09-08 20:30:09 +01:00
}
function gotoOmada ( ) {
2022-09-08 20:41:43 +01:00
window . lodacion = ( "https://omada.home.fjla.net:8043" )
2022-09-08 20:30:09 +01:00
}