38 lines
556 B
Markdown
38 lines
556 B
Markdown
# Headquarters
|
|
|
|
Services
|
|
|
|
- traefik for front end proxy, tls, and http3
|
|
- docs
|
|
- squidfunk/mkdocs-material to build static html
|
|
- nginx to host static html
|
|
- paperless for document management
|
|
- chat (mattermost)
|
|
- paste (rustypaste)
|
|
- pihole
|
|
- fleet device management
|
|
|
|
## Setup
|
|
|
|
``` bash
|
|
docker compose up -d
|
|
```
|
|
|
|
## Requirements
|
|
|
|
### Traefik Logging
|
|
|
|
expects `/var/log/traefik` to exist
|
|
|
|
``` bash
|
|
sudo mkdir -p /var/log/traefik
|
|
```
|
|
|
|
### Rskio Website
|
|
|
|
expects `../rskio/mkdocs` to exist
|
|
|
|
``` bash
|
|
git clone https://github.com/rskntroot/rskio.git
|
|
```
|