-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.js
More file actions
23 lines (21 loc) · 1.74 KB
/
Copy pathconfig.js
File metadata and controls
23 lines (21 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export const project_name = `DeltaSys`;
export const project_description = `A modern server management dashboard for monitoring and managing your VPS servers via SSH & Xterm.js terminal emulation.`;
export const project_keywords = `${project_name}, server management, VPS monitoring, SSH dashboard, Xterm.js, terminal emulation, server control panel, web-based server management, VPS administration, server monitoring tool`;
export const github_repo = `https://github.com/rishabnotfound/deltasys`;
export const owner_name = `R`;
export const ascii_art = `
▄▄▄▄▄▄ ▄▄ ▄▄▄▄▄
█▀██▀▀██ ██ █▄ ██▀▀▀▀█▄
██ ██ ██▄██▄ ▀██▄ ▄▀
██ ██ ▄█▀█▄ ██ ██ ▄▀▀█▄ ▀██▄▄ ██ ██ ▄██▀█
▄ ██ ██ ██▄█▀ ██ ██ ▄█▀██ ▄ ▀██▄ ██▄██ ▀███▄
▀██▀███▀ ▄▀█▄▄▄▄██▄██▄▀█▄██ ▀██████▀▄▄▀██▀█▄▄██▀
██
▀▀▀
`;
export const terminal_welcome_message = `Welcome to ${project_name} Terminal!
Type 'help' to see available commands.
Almost everything works like a regular Linux terminal. Enjoy!
NOTE : PLEASE DO NOT USE ANY ACTIVE/INTERACTIVE COMMANDS LIKE 'top', 'htop', 'vim', 'nano', 'pm2 logs' ETC as THEY MAY CAUSE TERMINAL TO MALFUNCTION.
bcz there's no socket :(
`;