| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:windows:nginx:custom:status_page [2026/02/27 22:18] – [index.html] Sean Rhone | servers:windows:nginx:custom:status_page [2026/03/30 20:08] (current) – [index.html] Sean Rhone |
|---|
| MKDIR "%SystemDrive%\www\status-custom" | MKDIR "%SystemDrive%\www\status-custom" |
| |
| "notepad.exe" "%SystemDrive%\www\status-custom\index.html" | "%SystemRoot%\System32\notepad.exe" "%SystemDrive%\www\status-custom\index.html" |
| |
| <code> | <code> |
| <html> | <html> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <head> | |
| <title>RoE | Status</title> | <title>RoE | Status</title> |
| </head> | </head> |
| <body> | <body> |
| This is the status page of Realm of Espionage: | This is the status page of Realm of Espionage: |
| <br><br> | <br> |
| <!--Last updated: February 27th, 2026--> | <!--Last updated: March 30th, 2026--> |
| <a href = 'https://realmofespionage.xyz/' target = 'blank'>Realm of Espionage</a> - Main page | <br> |
| | <a href = 'https://realmofespionage.xyz' target = 'blank'>Realm of Espionage</a> - Main page |
| <br> | <br> |
| Up | Up |
| <br><br> | <br><br> |
| <a href = 'https://wiki.realmofespionage.xyz/' target = 'blank'>RoE | Wiki</a> - Wiki | <a href = 'https://wiki.realmofespionage.xyz' target = 'blank'>RoE | Wiki</a> - Wiki |
| <br> | <br> |
| Up | Up |
| <br><br> | <br><br> |
| <a href = 'https://media.realmofespionage.xyz/' target = 'blank'>RoE | Media</a> - Pictures/Screenshots | <a href = 'https://media.realmofespionage.xyz' target = 'blank'>RoE | Media</a> - Pictures/Screenshots |
| <br> | <br> |
| Up | Up |
| <br><br> | <br><br> |
| <a href = 'https://blog.realmofespionage.xyz/' target = 'blank'>RoE | Blog</a> - Blog | <a href = 'https://blog.realmofespionage.xyz' target = 'blank'>RoE | Blog</a> - Blog |
| <br> | <br> |
| Up | Up |
| Up | Up |
| <br><br> | <br><br> |
| <a href = 'https://forums.realmofespionage.xyz/' target = 'blank'>RoE | Forums</a> - Forums | <a href = 'https://forums.realmofespionage.xyz' target = 'blank'>RoE | Forums</a> - Forums |
| <br> | <br> |
| Up | Up |
| <br> | <br><br> |
| <!--Downtime reasons placeholder--> | |
| <br> | |
| <a href = 'https://wiki.realmofespionage.xyz/servers;windows;nginx;custom;status_page' target = 'blank'>How this webpage is configured</a> | <a href = 'https://wiki.realmofespionage.xyz/servers;windows;nginx;custom;status_page' target = 'blank'>How this webpage is configured</a> |
| <br> | <br> |
| <br><br> | <br><br> |
| Daily short downtime for maintenance <a href = 'https://wiki.realmofespionage.xyz/devices;network;netgear_r6260_openwrt#scheduled_tasks' target = 'blank'>2:45</a> and <a href = 'https://wiki.realmofespionage.xyz/windows;10_ltsc_server#os_restart' target = 'blank'>6</a> AM EST | Daily short downtime for maintenance <a href = 'https://wiki.realmofespionage.xyz/devices;network;netgear_r6260_openwrt#scheduled_tasks' target = 'blank'>2:45</a> and <a href = 'https://wiki.realmofespionage.xyz/windows;10_ltsc_server#os_restart' target = 'blank'>6</a> AM EST |
| <br> | |
| </body> | </body> |
| </html> | </html> |
| <!--End--></code> | <!--End--></code> |
| |
| ===== Etc ===== | |
| |
| * 3+ reasons caused scrollbar on phone ([[servers;windows;nginx;custom;status_page?rev=1768646070#etc|old rev]]) | |
| * :?: Reason count might be different and scrollbar because of additional 2:45/6AM maintenance line ((might be 5-6 lines free; 1 reason below is 2 lines)) | |
| |
| <code> | |
| Downtime reasons: | |
| <ul> | |
| <li>FreeBSD -> Windows</li> | |
| </ul></code> | |
| |
| ===== Desktop Shortcut ===== | ===== Desktop Shortcut ===== |
| |
| "notepad.exe" "%SystemDrive%\www\status-custom\index.html" | "%SystemRoot%\System32\notepad.exe" "%SystemDrive%\www\status-custom\index.html" |
| |
| Status | Status |
| ===== Server Block ===== | ===== Server Block ===== |
| |
| "notepad.exe" "%SystemDrive%\www\nginx\vhosts.d\status-custom.conf" | "%SystemRoot%\System32\notepad.exe" "%SystemDrive%\www\nginx\vhosts.d\status-custom.conf" |
| |
| <code> | <code> |