mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 15:09:46 -05:00
217 lines
3.0 KiB
JavaScript
217 lines
3.0 KiB
JavaScript
/*
|
|
* Copyright (C) 2024-present Puter Technologies Inc.
|
|
*
|
|
* This file is part of Puter.
|
|
*
|
|
* Puter is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published
|
|
* by the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
module.exports = [
|
|
// system and apps
|
|
'about',
|
|
'api',
|
|
'camera',
|
|
'changelog',
|
|
'cloudjs',
|
|
'cloud.js',
|
|
'code',
|
|
'dev-center',
|
|
'draw',
|
|
'editor',
|
|
'markus',
|
|
'pdf',
|
|
'photopea',
|
|
'player',
|
|
'terminal',
|
|
'viewer',
|
|
'www',
|
|
|
|
// UNIX directories
|
|
'share',
|
|
'usr',
|
|
'dev',
|
|
'var',
|
|
'etc',
|
|
'tmp',
|
|
'lib',
|
|
'mnt',
|
|
'opt',
|
|
'bin',
|
|
|
|
// others
|
|
'admin',
|
|
'ads',
|
|
'alt',
|
|
'api',
|
|
'app',
|
|
'apps',
|
|
'audio',
|
|
'auth',
|
|
'badge',
|
|
'beta',
|
|
'business',
|
|
'buy',
|
|
'cdn',
|
|
'cli',
|
|
'cloud',
|
|
'cmd',
|
|
'community',
|
|
'careers',
|
|
'config',
|
|
'db',
|
|
'demo',
|
|
'dev',
|
|
'developers',
|
|
'dns1',
|
|
'dns2',
|
|
'dns3',
|
|
'dns4',
|
|
'dns5',
|
|
'dns6',
|
|
'dns7',
|
|
'dns8',
|
|
'dns9',
|
|
'dns0',
|
|
'doc',
|
|
'docs',
|
|
'email',
|
|
'eng',
|
|
'engineering',
|
|
'exchange',
|
|
'faq',
|
|
'feeds',
|
|
'files',
|
|
'forum',
|
|
'fs',
|
|
'ftp',
|
|
'gov',
|
|
'groups',
|
|
'help',
|
|
'hq',
|
|
'images',
|
|
'img',
|
|
'in',
|
|
'inbound',
|
|
'info',
|
|
'jobs',
|
|
'js',
|
|
'lab',
|
|
'learn',
|
|
'live',
|
|
'login',
|
|
'mail',
|
|
'media',
|
|
'mobile',
|
|
'mx',
|
|
'mx1',
|
|
'mx2',
|
|
'mx3',
|
|
'mx4',
|
|
'mx5',
|
|
'mx6',
|
|
'mx7',
|
|
'mx8',
|
|
'mx9',
|
|
'mx0',
|
|
'my',
|
|
'mysql',
|
|
'news',
|
|
'newsletter',
|
|
'ns1',
|
|
'ns2',
|
|
'ns3',
|
|
'ns4',
|
|
'ns5',
|
|
'ns6',
|
|
'ns7',
|
|
'ns8',
|
|
'ns9',
|
|
'ns0',
|
|
'office',
|
|
'out',
|
|
'owa',
|
|
'pop',
|
|
'pop3',
|
|
'portal',
|
|
'private',
|
|
'public',
|
|
'puter',
|
|
'remote',
|
|
'sandbox',
|
|
'sdk',
|
|
'search',
|
|
'secure',
|
|
'service',
|
|
'shell',
|
|
'shop',
|
|
'signin',
|
|
'signup',
|
|
'smtp',
|
|
'smtpin',
|
|
'socket',
|
|
'ssl',
|
|
'start',
|
|
'static',
|
|
'status',
|
|
'store',
|
|
'support',
|
|
'test',
|
|
'tutorials',
|
|
'upload',
|
|
'video',
|
|
'videos',
|
|
'vpn',
|
|
'vps',
|
|
'web',
|
|
'wiki',
|
|
'www',
|
|
|
|
'1',
|
|
'2',
|
|
'3',
|
|
'4',
|
|
'5',
|
|
'6',
|
|
'7',
|
|
'8',
|
|
'9',
|
|
'0',
|
|
|
|
'a',
|
|
'b',
|
|
'c',
|
|
'd',
|
|
'e',
|
|
'f',
|
|
'g',
|
|
'h',
|
|
'i',
|
|
'j',
|
|
'k',
|
|
'l',
|
|
'm',
|
|
'n',
|
|
'o',
|
|
'p',
|
|
'q',
|
|
'r',
|
|
's',
|
|
't',
|
|
'u',
|
|
'v',
|
|
'w',
|
|
'x',
|
|
'y',
|
|
'z',
|
|
];
|