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.
14 lines
284 B
YAML
14 lines
284 B
YAML
#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: []
|