feat(send): add role for self-hosted Send file-share service

Deploys timvisee/send with a Redis backend behind Traefik. Supports
local-disk or S3 storage (e.g. via the garage role). Uses the shared
`*_domains` list convention so the router can accept internal *.int.*
names alongside the canonical BASE_URL host.
This commit is contained in:
Simon Bärlocher 2026-05-20 22:00:32 +02:00
parent 9a9039c4d3
commit 4655c8f037
No known key found for this signature in database
GPG key ID: 63DE20495932047A
7 changed files with 236 additions and 0 deletions

14
roles/send/meta/main.yml Normal file
View file

@ -0,0 +1,14 @@
#SPDX-License-Identifier: MIT-0
galaxy_info:
author: digitalboard
description: Deploy a self-hosted Send (timvisee fork) instance with Redis via Docker Compose
license: MIT
min_ansible_version: 2.14
galaxy_tags:
- send
- filesharing
- docker
dependencies: []