This commit is contained in:
parent
23359f89de
commit
14472408e8
63
docs/portainer-stacks/Transmission.md
Normal file
63
docs/portainer-stacks/Transmission.md
Normal file
@ -0,0 +1,63 @@
|
||||
Portainer Stack:
|
||||
```yaml
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
transmission:
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
container_name: transmission
|
||||
network_mode: bridge
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- TRANSMISSION_WEB_HOME=/combustion-release/
|
||||
- USER=username
|
||||
- PASS=password
|
||||
volumes:
|
||||
- /transmission/config:/config
|
||||
- /transmission/downloads:/downloads
|
||||
- /transmission/torrents:/watch
|
||||
ports:
|
||||
- 9091:9091
|
||||
- 51413:51413
|
||||
- 51413:51413/udp
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
```
|
||||
|
||||
[combustion](https://github.com/Secretmapper/combustion)
|
||||
```
|
||||
TRANSMISSION_WEB_HOME=/combustion-release/
|
||||
```
|
||||
|
||||
[transmission-web-control](https://github.com/ronggang/transmission-web-control)
|
||||
```
|
||||
TRANSMISSION_WEB_HOME=/transmission-web-control/
|
||||
```
|
||||
|
||||
[kettu](https://github.com/endor/kettu)
|
||||
```
|
||||
TRANSMISSION_WEB_HOME=/kettu/
|
||||
```
|
||||
|
||||
[flood-for-transmission](https://github.com/johman10/flood-for-transmission)
|
||||
```
|
||||
TRANSMISSION_WEB_HOME=/flood-for-transmission/
|
||||
```
|
||||
|
||||
[Transmissionic](https://github.com/6c65726f79/Transmissionic)
|
||||
```
|
||||
TRANSMISSION_WEB_HOME=/transmissionic/
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> combustion </summary>
|
||||
|
||||
|
||||
<h1 align="center" id="heading"> https://github.com/Secretmapper/combustion </h1>
|
||||
|
||||
```
|
||||
TRANSMISSION_WEB_HOME=/combustion-release/
|
||||
```
|
@ -18,4 +18,9 @@ lxc.mount.entry: /dev/snd dev/snd none bind,create=dir
|
||||
```
|
||||
lxc.cgroup2.devices.allow: c 4:6 rwm
|
||||
lxc.mount.entry: /dev/tty7 dev/tty7 none bind,create=file
|
||||
```
|
||||
|
||||
```
|
||||
lxc.cgroup.devices.allow: c 188:* rwm
|
||||
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
|
||||
```
|
@ -101,6 +101,7 @@ nav:
|
||||
- Samba: portainer-stacks/samba.md
|
||||
- Swag: portainer-stacks/Swag.md
|
||||
- TasmoBackup: portainer-stacks/TasmoBackup.md
|
||||
- Transmission: portainer-stacks/Transmission.md
|
||||
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
|
||||
- VSCode: portainer-stacks/VSCode.md
|
||||
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user