Utoljára aktív 1747525451

/etc/thelounge tree and explanation

Revízió 0960600358d7a9eb5c15b3f53aa82c6475640411

gistfile1.txt Eredeti
1├── config.js (The Lounge core config)
2├── logs
3│   ├── *username*
4│   │   └── *network_name*-*uuid*
5│   │   └── *channel_or_query_name*.log (Raw log)
6│   └── *username*.sqlite3 (Message logs in a SQL DB)
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 (Generated by Yarn)
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)