Files
mates-infra/README.md
T

32 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# mates-infra
Hlavní index pro home infrastructure as code projekty.
Toto repo slouží jako rozcestník detailní dokumentace je v Jotty knowledge base.
## Repozitáře
| Repo | Účel | URL |
|---|---|---|
| `mates-docker-services` | Docker Compose pro 14 služeb (portainer, npm, vaultwarden, gitea, jotty, nextcloud, další) | http://<server-ip>:3000/mates/mates-docker-services |
| `mates-ansible` | Ansible playbooky (bootstrap, deploy, update, security) | http://<server-ip>:3000/mates/mates-ansible |
| `mates-install-scripts` | Bash skripty pro správu Dockeru (záloha, update, cleanup, mount NAS) | http://<server-ip>:3000/mates/mates-install-scripts |
| `mates-macos-setup` | macOS workstation (Brewfile, Fish, Hermes) | http://<server-ip>:3000/mates/mates-macos-setup |
| `mates-home-nas-tools` | Metadata k projektům na NAS (bez binárek) | http://<server-ip>:3000/mates/mates-home-nas-tools |
## Rychlý start (nový server)
```bash
# Klonuj potřebná repo
git clone http://<server-ip>:3000/mates/mates-install-scripts.git
git clone http://<server-ip>:3000/mates/mates-docker-services.git
# Nasaď služby
cd mates-docker-services/<sluzba>
cp .env.example .env
docker compose up -d
```
## Licence
MIT viz [LICENSE](LICENSE)