mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
c1e3ec0bb7
This mod provides a web UI called Transmission Web Control for transmission. It was once removed when transmission was upgraded to v4.0.
7 lines
181 B
Plaintext
Executable File
7 lines
181 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
printf "/themes/transmission-web-control" > /var/run/s6/container_environment/TRANSMISSION_WEB_HOME
|
|
|
|
lsiown -R abc:abc /themes
|