Excalidraw¶
Excalidraw is used as a whiteboard to sketch ideas.
Installation¶
Default Port: 5000
Config¶
homelab/docker/excalidraw/compose.yaml
Traefik¶
homelab/pve/traefik/conf.d/excalidraw.yaml
---
http:
#region routers
routers:
excalidraw:
entryPoints:
- "websecure"
rule: "Host(`draw.l.nicholaswilde.io`)"
middlewares:
- default-headers@file
- https-redirectscheme@file
tls: {}
service: excalidraw
#endregion
#region services
services:
excalidraw:
loadBalancer:
servers:
- url: "http://192.168.2.91:5000"
passHostHeader: true
#endregion
Task List¶
task: Available tasks for this project:
* decrypt: Decrypt .env using SOPS
* encrypt: Encrypt .env using SOPS
* export: Export the task list
* init: Init
* pull: Pull docker images
* restart: Restart Docker containers
* status: Status
* stop: Stop registry container
* up: Run Docker compose in the foreground.
* up-d: Run Docker compose in the background.
* update: Update running containers
* upgrade: Upgrade Docker containers