Personal website presenting portfolio, technical skills, interests, and contact information, along with hosted infrastructure: SOCKS4/5, HTTPS, and MTProto proxies, Outline VPN, VLESS+XTLS/Reality, WebRTC tunneling / whitelist-bypass infrastructure, Matrix (Synapse), TURN (Coturn), ntfy, LiveKit, Pi-hole, DNS-over-HTTPS, RustDesk, Email services.
- Update packages index:
apt update. - Install git:
apt install git. - Copy storage-vps SSH private key to
/root/.ssh/vps-storagefor storage vps backups. - Clone repo:
git clone https://github.com/dv0vd/dv0vd.git. - Go to the project directory:
cd ./dv0vd. - Configure the
.envfile. - Copy Podman images to
./deployment/images:
- coturn_4.7.0.tar
- dv0vd-demo-skillnotes_1.0.10.tar
- dv0vd-demo-timers_1.0.5.tar
- dv0vd-demo-todo-manager_1.1.1.tar
- dv0vd-https-proxy_1.2.0.tar
- dv0vd-socks4_1.1.3.tar
- dv0vd-socks5_1.1.1.tar
- mongo_7.0.16.tar
- nginx_1.27.3.tar
- outline-shadowbox_v1.12.3.tar
- postgres_15.14-alpine.tar
- synapse_1.135.0.tar
- teddysun_xray-25.10.15.tar
- certbot_5.3.1.tar
- binwiederhier-ntfy_2.17.tar
- livekit-server_1.9.11.tar
- redis_8.4.0-alpine.tar
- element-hq-lk-jwt-service_0.4.1.tar
- docker-mailserver:15.1.0.tar
- rustdesk-server_1.1.15.tar
- nineseconds-mtg_2.2.8.tar
- kulikov0-whitelist-bypass-bot_v0.3.6.tar
- Copy cookies for Whitelist Bypass service to
./deployment/configs/whitelist-bypass:
- cookies-telemost.json
- cookies-wbstream.json
- cookies-vk.json
- Run the initialization script
chmod +x ./deployment/init.sh && ./deployment/init.sh.


