swee / gist:d3ffa8406ef34bbbb7ff913c3fb699de
0 喜歡
0 分支
1 檔案
最後活躍 6 months ago
/etc/thelounge tree and explanation
| 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 an SQL DB) |
| 7 | ├── packages |
| 8 | │ ├── node_modules |
| 9 | │ │ └── *module_name* |
| 10 | │ │ └── *module's files* |