Compare commits

4 Commits

Author SHA1 Message Date
48fda1e3f6 Fixing things up after broken repo 2026-03-19 12:48:12 -04:00
6a7a627b71 Apply proper gitignore 2026-03-19 12:39:23 -04:00
47f2c4cd07 Apply proper gitignore 2026-03-19 12:34:22 -04:00
060dfef599 Update local config + gitignore 2026-03-19 12:32:15 -04:00
1460 changed files with 74 additions and 306242 deletions

107
.gitignore vendored
View File

@@ -1,4 +1,70 @@
# --- ENV / SECRETS --- # HARD BLOCK (must be first)
n8n/*
i2pconfig/*
gitea/
vw-data/
glue/
lidarr/*
actual-data/*
speedtest-tracker/*
thelounge/*
prometheus/*
# block all service dirs that cause permission issues
**/postgres/
**/influxdb/
**/engine/
**/wal/
# =========================
# IGNORE ALL CONFIG DIRS (containers own these)
# =========================
**/config/
# =========================
# I2P (fully exclude)
# =========================
i2pconfig/
# =========================
# DOCKER / RUNTIME DATA
# =========================
**/data/
**/storage/
**/db/
**/cache/
**/tmp/
**/volumes/
# =========================
# DATABASES / STATE
# =========================
*.db
*.sqlite
*.sqlite3
# =========================
# TORRENT / CACHE
# =========================
**/torrent_cache/
**/*.torrent
**/*.fastresume
# =========================
# GITEA (internal repos + data)
# =========================
gitea/
# =========================
# LOGS
# =========================
*.log
logs/
**/logs/
# =========================
# ENV / SECRETS
# =========================
.env .env
.env.* .env.*
*.env *.env
@@ -6,42 +72,17 @@
*.key *.key
*.pem *.pem
# --- Docker runtime junk --- # =========================
**/data/ # OS / EDITOR
**/storage/ # =========================
**/db/
**/postgres/
**/redis/
**/volumes/
**/tmp/
**/cache/
# --- Logs ---
*.log
logs/
**/logs/
# --- n8n ---
n8n/storage/
# --- Postgres ---
postgres/
# --- Wireguard ---
glue/wireguard/
# --- App-specific overrides ---
slskd/config/slskd.yml
vw-data/*
# --- OS junk ---
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# --- Editor ---
.vscode/ .vscode/
.idea/ .idea/
# --- Git safety --- # =========================
# TEMP
# =========================
*.bak *.bak
*.old *.old
*.tmp

View File

@@ -1,37 +0,0 @@
{
"lastRun": "1763873600000-backfill-files-owner.js",
"migrations": [
{
"title": "1694360000000-create-folders.js",
"timestamp": 1772062119584
},
{
"title": "1694360479680-create-account-db.js",
"timestamp": 1772062119668
},
{
"title": "1694362247011-create-secret-table.js",
"timestamp": 1772062119693
},
{
"title": "1702667624000-rename-nordigen-secrets.js",
"timestamp": 1772062119694
},
{
"title": "1718889148000-openid.js",
"timestamp": 1772062119720
},
{
"title": "1719409568000-multiuser.js",
"timestamp": 1772062119747
},
{
"title": "1763873568237-server-global-prefs.js",
"timestamp": 1772062119773
},
{
"title": "1763873600000-backfill-files-owner.js",
"timestamp": 1772062119774
}
]
}

View File

@@ -1 +0,0 @@
14

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More