🚀 This repository contains various tools & scripts to automate VPS setup. It helps me to setup my personal VPS in any cloud within 30 minutes with all of my favorites self-hosted apps & tools. 🚀
- base - VPS basic setup & enable various securities
 - zsh - zsh shell with oh-my-zsh theme & plugins
 - docker - Containerized env
 - postgresql - PostgreSQL database server
 - mariadb - MariaDB database server
 - redis - Redis server
 - nginx - Nginx web server
 - php - PHP setup for LEMP stack
 - roundcube - The Roundcube Webmail suite
 - vaultwarden - Password manager
 - websites - Static websites configuration for nginx
 - shiori - Bookmarks manager
 - firefly3 - Personal finance manager
 - dnote - Notebook for personal knowledge base
 - focalboard - Tasks/To-dos/Goals manage in kanban board
 - monica - Personal CRM
 - blocky - DNS-proxy with adBlocker
 - wireguard - Secure & faster VPN
 - backup - Automated backups for apps & databases
 - monitoring - System & app monitoring
- prometheus
 - alert_manager
 - grafana
 - node_exporter
 - fail2ban_exporter
 
 - searx - Privacy-respecting metasearch engine
 - invidious - An alternative front-end to YouTube
 - OwnTracks - An open-source location companion
 - Radicale - Free and Open-Source CalDAV and CardDAV Server
 - ittools - A swiss army knife for a IT people
 - langtool - An alternative to Grammarly
 
vagrant up
vagrant halt- Activate venv
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt 
Before run ansible check hosts file vars. i.e:
is_local&ansible_host.
ansible_hostname should match entry in~/.ssh/config
- 
Now update config in
.envcp .env.example .env
 - 
Run ansible playbook
./ansible-playbook.sh cloud.yml --syntax-check ./ansible-playbook.sh postbox.yml
 - 
@nsible roles
- base - zsh - docker - postgresql - mariadb - redis - nginx - php - roundcube - vaultwarden - websites - shiori - firefly3 - dnote - focalboard - monica - blocky - wireguard - backup - monitoring - searx - invidious - owntracks - radicale - ittools - langtool
 
Just create an issue or e-mail me :)

