- app – Application Server (non-web)
- sql – Database Server
- ftp – SFTP server
- mta – Mail Server
- dns – Name Server
- cfg – Configuration Management (puppet/ansible/etc.)
- mon – Monitoring Server (nagios, sensu, etc.)
- prx – Proxy/Load Balancer (software)
- ssh – SSH Jump/Bastion Host
- sto – Storage Server
This file contains hidden or 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
local ServerStorage = game:GetService("ServerStorage") | |
local UnitTests = ServerStorage:FindFirstChild("UnitTests") :: ModuleScript | |
local erroredModules = {} | |
for _, testModule in UnitTests:GetChildren() do | |
local success, err = pcall(require, testModule) | |
if not success then | |
table.insert(erroredModules, { testModule:GetFullName(), err }) | |
end |
This file contains hidden or 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
Subtronics 18.1h | |
Knock2 15.6h | |
ISOxo 12.5h | |
Fred again.. 7.7h | |
Skrillex 7.6h |
This file contains hidden or 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
Victory Lap Two 2.6h | |
BAJA BLASTER 2.0h | |
BLIND (RAVE MIX) 1.8h | |
Into Pieces (Wooli x Grabbitz Remix) 1.4h | |
Final Breath 1.1h |