https://github.com/ikalnytskyi/hoth.kalnytskyi.com
Ansible playbook to setup personal VM for self hosting various things.
https://github.com/ikalnytskyi/hoth.kalnytskyi.com
Last synced: about 2 months ago
JSON representation
Ansible playbook to setup personal VM for self hosting various things.
- Host: GitHub
- URL: https://github.com/ikalnytskyi/hoth.kalnytskyi.com
- Owner: ikalnytskyi
- Created: 2021-08-15T21:02:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T20:21:14.000Z (5 months ago)
- Last Synced: 2025-03-26T05:02:49.911Z (about 2 months ago)
- Language: Jinja
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoth
This repository contains Ansible playbook to deploy a VM for personal use which
includes but not limited to self hosting various services. It's named after the
planet from Star Wars since most (if not all) of my devices are named after
Star Wars planets.## Prerequisites
Custom `oci_image_unpack` Ansible module relies on the following components to
be available on the provisioner node:* skopeo
* umoci
* rsync## Services
### [Vaultwarden]
Alternative implementation of the Bitwarden server API written in Rust and
compatible with upstream [Bitwarden clients], perfect for self-hosted
deployment where running the official resource-heavy service might not be
ideal.[Vaultwarden]: https://github.com/dani-garcia/vaultwarden
[Bitwarden clients]: https://bitwarden.com/#download### [Wireguard]
Wireguard is an extremely simple yet fast and modern VPN that utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more
useful than IPsec, while avoiding the massive headache. It intends to be
considerably more performant than [OpenVPN].[Wireguard]: https://www.wireguard.com/
[OpenVPN]: https://openvpn.net/