mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
37 lines
656 B
Plaintext
37 lines
656 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "NetAlertX Source",
|
|
"path": "/workspaces/NetAlertX"
|
|
},
|
|
{
|
|
"name": "💾 NetAlertX Data",
|
|
"path": "/data"
|
|
},
|
|
{
|
|
"name": "🔍 Active NetAlertX log",
|
|
"path": "/tmp/log"
|
|
},
|
|
{
|
|
"name": "🌐 Active NetAlertX nginx",
|
|
"path": "/tmp/nginx"
|
|
},
|
|
{
|
|
"name": "📊 Active NetAlertX api",
|
|
"path": "/tmp/api"
|
|
},
|
|
{
|
|
"name": "⚙️ Active NetAlertX run",
|
|
"path": "/tmp/run"
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.suggest.enabled": true,
|
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
|
"terminal.integrated.profiles.linux": {
|
|
"zsh": {
|
|
"path": "/usr/bin/fish"
|
|
}
|
|
}
|
|
}
|
|
} |