Остання активність 1747525451

/etc/thelounge tree and explanation

Версія 18554bf7669bacca7a28eb979ae945c68259c1a8

gistfile1.txt Неформатований
1├── config.js (The Lounge core config)
2├── logs
3│   ├── *username*
4│   │   └── *network_name*-*uuid*
5│   │   └── *channel_or_query_name*.log
6│   └── *username*.sqlite3
7├── packages
8│   ├── node_modules
9│   │   └── *module_name*
10│   │      └── *module's files*
11│   ├── package.json (Packages that are installed, and should be installed)
12│   ├── package_manager_cache
13│ │ └── *NPM/Yarn cache*
14│   └── yarn.lock
15├── uploads (File uploads)
16│   └── *First 2 chars of ID*
17│      └── *ID*
18├── users
19│  └── *username*.json (Contains user config, can be changed under thelounge UI)
20└── vapid.json (Most likely keys for Push Notifs)