vault backup: 2026-05-06 01:47:55
This commit is contained in:
@@ -23,7 +23,6 @@ chmod +x FILE
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
# Mount dir/drive to lxc
|
||||
|
||||
Edit on host console
|
||||
@@ -37,7 +36,6 @@ mp1: /wd/media,mp=/mnt/media
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
# User not available
|
||||
|
||||
```
|
||||
@@ -55,7 +53,25 @@ In Zeile von Benutzer hinten änderen
|
||||
```
|
||||
|
||||
---
|
||||
# USB mount
|
||||
|
||||
```
|
||||
blkid | grep sde1 | grep UUID=
|
||||
```
|
||||
|
||||
```
|
||||
mount /dev/sde1 /home/tempUSB/
|
||||
```
|
||||
|
||||
```
|
||||
cp -a /home/tempUSB/. /wd/media/
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
---
|
||||
# Proxmox
|
||||
## Unbekanntes Passwort für LXC
|
||||
Auf Server Console ausführen:
|
||||
@@ -64,7 +80,6 @@ pct enter CTID
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
# ZFS
|
||||
## Pool zuweisen
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
# Setup
|
||||
|
||||
export WEBHOOK_URL=https://n8n.lodner.dev/
|
||||
|
||||
export N8N_EDITOR_BASE_URL=https://n8n.lodner.dev/
|
||||
|
||||
export N8N_HOST=n8n.lodner.dev
|
||||
export N8N_EDITOR_BASE_URL=https://n8n.lodner.dev/
|
||||
export WEBHOOK_URL=https://xyz.example.com/
|
||||
|
||||
|
||||
/opt/n8n.env
|
||||
|
||||
VUE_APP_URL_BASE_API=https://n8n.lodner.dev
|
||||
|
||||
|
||||
gitea dump --database sqlite3 --skip-repository --skip-log --skip-custom-dir --skip-lfs-data --skip-attachment-data --skip-package-data --skip-index --file /var/lib/gitea/sqlite_db_dump.zip
|
||||
|
||||
su - gitea -c 'gitea --config dump --database sqlite3 --skip-repository --skip-log --skip-custom-dir --skip-lfs-data --skip-attachment-data --skip-package-data --skip-index --file /var/lib/gitea/sqlite_db_dump.zip'
|
||||
|
||||
Reference in New Issue
Block a user