Advanced Search
Search Results
31 total results found
Kundendokumentation
Self-Hosted
IP Tunnel
Software/Applikationen
DUMP
Configuration
How to configure the Tunnel?
Usage
How to use the IPs now?
BTRFS
LVM
Proxmox
Nextcloud (OLD)
Mailcow
Prometheus
VyOS
General
Before you start setting up anything, you should open the API page of your tunnel to get important information at a glance. Open a Browser or run a curl on the following url like in the example: https://ipapi.virtualized.app/<TOKEN> You will find the <TOKEN> ...
Bridged Setup
Mainly used for Virtualization (e.g. Proxmox/Virtualizor/Virtfusion) to put Virtual Machines and Containers into the bridge so they can use the IPs! Requirements Follow the Docs General at first! Reminder To ensure you use the variables correctly, please note ...
Proxmox
Requires a Tunnel Type of either GRETAP or Wireguard Verify To verify if the Bridge exist select the related Node then go to "System -> Network". Network Configuration the Image shows a Container Network Configuration, just as Example Test Network
Basis-Installation
for debian 12! Enviroment PHP_VERSION="8.2" PG_PASSWORD=$(openssl rand -base64 12) REDIS_PASSWORD=$(openssl rand -base64 12) DOMAIN="cloud.example.com" CERTMAIL="ssl@example.com" NC_ADMINPWD=$(openssl rand -base64 12) NC_RELEASE="latest-27" NC_DATA="/mnt/nc_da...
Faster Previews (Imaginary)
Tested with debian 12 # Imaginary apt update -y apt install libvips libvips-dev libopenslide-dev golang pkg-config original-awk grep bc -y go install github.com/h2non/imaginary@latest mv go/bin/imaginary /usr/local/bin/imaginary chmod +x /usr/local/bin/imagin...
RAID Rebuild
OS Disk Replace /dev/sda and /dev/sdb if required !!! Wipe New Disk wipefs -a /dev/sdb Copy Partition Table from other Bootable-Disk to New Bootable-Disk sfdisk -d /dev/sda | sfdisk /dev/sdb NOT DONE YET, now replace the "broken" device with the new one using ...
Thin-Pool
Tasks Anlegen NAME="local-NVME" BLOCK="/dev/vdb" wipefs -a $BLOCK pvcreate $BLOCK vgcreate $NAME $BLOCK lvcreate --type thin-pool --chunksize 64K -l 100%FREE -n vm-data $NAME Troubleshooting LVM Pool aktivierung dauert ewig set thin_check_options = [ "-q", "-...
Remote-Migrate
pct remote-migrate 100 100 apitoken='PVEAPIToken=root@pam!migrate=8afa7395-1499-4ce3-90c0-XXXXX',host=192.168.178.XXX,fingerprint=XXX --target-storage local-HDD --target-bridge vmbr0 --restart
AIO-Installation
mailcow.conf Tuneables
# Direkter Login Button für jeden Nutzer als Admin um sich bei SOGo direkt als diesen anzumelden sed -i 's/^ALLOW_ADMIN_EMAIL_LOGIN=.*/ALLOW_ADMIN_EMAIL_LOGIN=y/' mailcow.conf Änderungen anwenden: docker compose up -d
reset rspamd config/stats/full
docker compose down docker volume rm -f mailcowdockerized_rspamd-vol-1 docker compose up -d docker compose exec redis-mailcow sh -c 'redis-cli --scan --pattern BAYES_* | xargs redis-cli del' docker compose exec redis-mailcow sh -c 'redis-cli --scan --pattern R...
Nextcloud AIO
Installation The whole Document is tested with a fresh Debian 12 Installation only! Basis Current State is from: 2025-01-16 apt update -y apt upgrade -y Webserver apt install nginx python3-certbot-nginx -y PHP As per survy README apt-get update apt-get ins...
Node Exporter
Installation apt install prometheus-node-exporter Basis Config Implementierung von Self-Signed SSL with Snakeoil cert and basic user auth. mkdir -p /etc/prometheus-node-exporter password=`openssl rand -base64 32` passwordHashed=`echo ${password} | htpasswd -i...
Verbessertes/Eigenes Spamverhalten
Normalerweise wendet Mailcow ein entweder oder + oder prinzip bei jeder E-Mail an die reinkommt. Also die E-Mail landet entweder in der Inbox ODER im Spam ODER wird abgelehnt. Dieses verhalten halte ich persönlich für zu umständlich und doof. Im folgenden wird...
Logitech G923 Xbox geht nicht Linux
Try: sudo usb_modeswitch -v 046d -p c26d -M 0f00010142 -C 0x03 -m 01 -r 01
XBackbone
apt install php8.3-{sqlite3,mysql,gd,intl,fileinfo,zip,ftp}
Build own iSO
apt-get update && apt-get install -y \ dialog apt-utils locales bash bash-completion \ vim vim-autopep8 nano git curl sudo mc pbuilder \ devscripts equivs lsb-release libtool libapt-pkg-dev \ flake8 pkg-config debhelper gosu po4a openssh-client jq \ socat buil...