最終更新 1747525451

/etc/thelounge tree and explanation

swee revised this gist 1747525450. Go to revision

No changes

swee revised this gist 1747525423. Go to revision

1 file changed, 1 insertion, 1 deletion

gistfile1.txt

@@ -3,7 +3,7 @@
3 3 │   ├── *username*
4 4 │   │   └── *network_name*-*uuid*
5 5 │   │   └── *channel_or_query_name*.log (Raw log)
6 - │   └── *username*.sqlite3 (Message logs in a SQL DB)
6 + │   └── *username*.sqlite3 (Message logs in an SQL DB)
7 7 ├── packages
8 8 │   ├── node_modules
9 9 │   │   └── *module_name*

swee revised this gist 1747525407. Go to revision

1 file changed, 3 insertions, 3 deletions

gistfile1.txt

@@ -2,8 +2,8 @@
2 2 ├── logs
3 3 │   ├── *username*
4 4 │   │   └── *network_name*-*uuid*
5 - │   │   └── *channel_or_query_name*.log
6 - │   └── *username*.sqlite3
5 + │   │   └── *channel_or_query_name*.log (Raw log)
6 + │   └── *username*.sqlite3 (Message logs in a SQL DB)
7 7 ├── packages
8 8 │   ├── node_modules
9 9 │   │   └── *module_name*
@@ -11,7 +11,7 @@
11 11 │   ├── package.json (Packages that are installed, and should be installed)
12 12 │   ├── package_manager_cache
13 13 │ │ └── *NPM/Yarn cache*
14 - │   └── yarn.lock
14 + │   └── yarn.lock (Generated by Yarn)
15 15 ├── uploads (File uploads)
16 16 │   └── *First 2 chars of ID*
17 17 │      └── *ID*

swee revised this gist 1747525241. Go to revision

1 file changed, 3 deletions

gistfile1.txt

@@ -1,6 +1,3 @@
1 - swee@peppermint:/etc/thelounge$ sudo tree
2 - [sudo] password for swee:
3 - .
4 1 ├── config.js (The Lounge core config)
5 2 ├── logs
6 3 │   ├── *username*

swee revised this gist 1747525190. Go to revision

1 file changed, 23 insertions

gistfile1.txt(file created)

@@ -0,0 +1,23 @@
1 + swee@peppermint:/etc/thelounge$ sudo tree
2 + [sudo] password for swee:
3 + .
4 + ├── config.js (The Lounge core config)
5 + ├── logs
6 + │   ├── *username*
7 + │   │   └── *network_name*-*uuid*
8 + │   │   └── *channel_or_query_name*.log
9 + │   └── *username*.sqlite3
10 + ├── packages
11 + │   ├── node_modules
12 + │   │   └── *module_name*
13 + │   │      └── *module's files*
14 + │   ├── package.json (Packages that are installed, and should be installed)
15 + │   ├── package_manager_cache
16 + │ │ └── *NPM/Yarn cache*
17 + │   └── yarn.lock
18 + ├── uploads (File uploads)
19 + │   └── *First 2 chars of ID*
20 + │      └── *ID*
21 + ├── users
22 + │  └── *username*.json (Contains user config, can be changed under thelounge UI)
23 + └── vapid.json (Most likely keys for Push Notifs)
Newer Older