Revert "remove excalidraw"
All checks were successful
Deploy Containers / Prepare (push) Successful in 28s

This reverts commit cddcc057df.
This commit is contained in:
2025-12-26 19:24:31 -05:00
parent cddcc057df
commit 2132fc635e
2 changed files with 20 additions and 0 deletions

View File

@@ -46,6 +46,9 @@
- name: Deploy Owncloud - name: Deploy Owncloud
import_tasks: tasks/owncloud.yml import_tasks: tasks/owncloud.yml
tags: owncloud_deploy tags: owncloud_deploy
- name: Deploy Excalidraw
import_tasks: tasks/excalidraw.yml
tags: excalidraw_deploy
- name: Deploy Vaultwarden - name: Deploy Vaultwarden
import_tasks: tasks/vaultwarden.yml import_tasks: tasks/vaultwarden.yml
tags: vaultwarden_deploy tags: vaultwarden_deploy

17
tasks/excalidraw.yml Normal file
View File

@@ -0,0 +1,17 @@
---
- name: Deploy Excalidraw
include_role:
name: docker
vars:
name: excalidraw
image:
name: excalidraw/excalidraw
tag: latest
networks:
- name: homelab
labels:
traefik.enable: "true"
traefik.http.routers.draw.rule: Host(`draw.fntz.net`)
traefik.http.routers.draw.entrypoints: webSecure
traefik.http.routers.draw.tls.certresolver: letsencrypt
traefik.http.services.draw.loadbalancer.server.port: "80"