Compare commits
4 Commits
62c6d4b832
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 48fda1e3f6 | |||
| 6a7a627b71 | |||
| 47f2c4cd07 | |||
| 060dfef599 |
107
.gitignore
vendored
107
.gitignore
vendored
@@ -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
|
||||
@@ -6,42 +72,17 @@
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# --- Docker runtime junk ---
|
||||
**/data/
|
||||
**/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 ---
|
||||
# =========================
|
||||
# OS / EDITOR
|
||||
# =========================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# --- Editor ---
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# --- Git safety ---
|
||||
# =========================
|
||||
# TEMP
|
||||
# =========================
|
||||
*.bak
|
||||
*.old
|
||||
*.tmp
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
Reference in New Issue
Block a user