This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/README.md

24 lines
804 B
Markdown
Raw Normal View History

2022-07-29 21:59:21 +00:00
# spadinaistan
## Quoi?
Spadinaistan is my personal cloud, which runs on an old laptop in my office. This code isn't intended to be used by
anyone else.
2022-07-29 21:59:21 +00:00
## Services
|Service|Description|
|---|---|
|[Plex](./services/plex)|Plex media server|
|[Deluge](./services/deluge)|Deluge Web service|
|[Traefik](./services/traefik)|Traefik API Gateway|
|[Bitwarden](./services/bitwarden)|Bitwarden secrets management|
|[Auth](./services/auth-service)|Microservice handling authentication, gates access to certain resources.|
|[Bastion](./services/bastion)|Tunnel service exposing the services to the internet through Cloudflare.|
2022-12-03 20:52:06 +00:00
## Getting started
Use `. script/bootstrap` to set up the Python environment needed for the invoke and pyinfra tooling to work.
This expects `pyenv` to be set up on your system.