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:
parent
78095cca1d
commit
de947dd8a4
7 changed files with 236 additions and 0 deletions
9
roles/send/handlers/main.yml
Normal file
9
roles/send/handlers/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for send
|
||||
|
||||
- name: restart send
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ send_docker_compose_dir }}"
|
||||
state: present
|
||||
recreate: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue