Compare commits

...

2 Commits

Author SHA1 Message Date
2a997e0f4c
Fix readme
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-05-19 22:33:32 +02:00
8b479921c7
Add transmission
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-05-19 22:32:34 +02:00
5 changed files with 44 additions and 5 deletions

View File

@ -13,9 +13,11 @@
DOCKER := docker
PROFILES := caddy wordpress adminer backup qbittorrent syncthing gitea gitea-runner uptime-kuma jellyfin watchtower
PROFILES := caddy wordpress adminer backup transmission syncthing gitea gitea-runner uptime-kuma jellyfin watchtower
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
# qbittorrent
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
.PHONY: build all

View File

@ -19,7 +19,7 @@ If you have any **questions** or **suggestions**, feel free to open an issue or
- [x] Jellyfin (Media server)
- [x] Gitea (Git server)
- [x] Uptime Kuma (Monitoring)
- [x] Torrent server
- [x] qbittorrent server
## Screenshots
@ -66,7 +66,7 @@ And then, caddy will generate the certificate for you and renew it automatically
| [bensuperpc.org](https://bensuperpc.org) | Main | Main domain |
| [adminer.bensuperpc.org](https://adminer.bensuperpc.org) | Sub | Adminer for MariaDB for wordpress only |
| [uptimekuma.bensuperpc.org](https://uptimekuma.bensuperpc.org) | Sub | Uptime Kuma for monitoring |
| [torrent.bensuperpc.org](https://torrent.bensuperpc.org) | Sub | Torrent server |
| [qbittorrent.bensuperpc.org](https://qbittorrent.bensuperpc.org) | Sub | Torrent client/server |
| [git.bensuperpc.org](https://git.bensuperpc.org) | Sub | Gitea for git |
| [link.bensuperpc.org](https://link.bensuperpc.org) | Sub | For link shortener |
| [jellyfin.bensuperpc.org](https://jellyfin.bensuperpc.org) | Sub | Jellyfin for media server |
@ -161,7 +161,7 @@ You can find all services on the [docker-compose.yml](docker-compose.yml) file o
| Wordpress | Wordpress website | [bensuperpc.org](https://bensuperpc.org) and [www.bensuperpc.org](https://www.bensuperpc.org) |
| Adminer | Adminer for MariaDB | [adminer.bensuperpc.org](https://adminer.bensuperpc.org) |
| Uptime Kuma | Uptime Kuma for monitoring | [uptimekuma.bensuperpc.org](https://uptimekuma.bensuperpc.org) |
| Torrent | Torrent server | [torrent.bensuperpc.org](https://torrent.bensuperpc.org) |
| qbittorrent | qbittorrent server | [qbittorrent.bensuperpc.org](https://qbittorrent.bensuperpc.org) |
| Gitea | Gitea for git | [git.bensuperpc.org](https://git.bensuperpc.org) |
| Jellyfin | Jellyfin for media server | [jellyfin.bensuperpc.org](https://jellyfin.bensuperpc.org) |
| SyncThing | SyncThing for file synchronization | [syncthing.bensuperpc.org](https://syncthing.bensuperpc.org) |

View File

@ -47,10 +47,14 @@ uptimekuma.bensuperpc.org {
reverse_proxy uptime-kuma:3001
}
torrent.bensuperpc.org {
qbittorrent.bensuperpc.org {
reverse_proxy qbittorrent:8080
}
transmission.bensuperpc.org {
reverse_proxy transmission:9091
}
git.bensuperpc.org {
reverse_proxy gitea:3000
}

View File

@ -0,0 +1,28 @@
services:
# transmission
transmission:
image: lscr.io/linuxserver/transmission:latest
container_name: transmission
profiles:
- transmission
restart: on-failure:5
depends_on:
- caddy
env_file:
- env/transmission.env
volumes:
- transmission_config:/config
- transmission_data:/downloads
- transmission_watch:/watch
networks:
- infra-network
security_opt:
- no-new-privileges:true
volumes:
transmission_config:
name: transmission_config
transmission_data:
name: transmission_data
transmission_watch:
name: transmission_watch

5
env/transmission.env vendored Normal file
View File

@ -0,0 +1,5 @@
PUID=1000
PGID=1000
TZ=Etc/UTC
USER=admin
PASS=4vqXCNGG09JUBe7rXkuQS8MG7ovE6Vxj