ingress
|
@ -13,8 +13,11 @@
|
|||
"del_copy_torrent_file": false,
|
||||
"dht": true,
|
||||
"dont_count_slow_torrents": false,
|
||||
"download_location": "/downloads",
|
||||
"download_location_paths_list": [],
|
||||
"download_location": "/mnt/Teka2/Videos",
|
||||
"download_location_paths_list": [
|
||||
"/mnt/Teka2/Videos",
|
||||
"/downloads"
|
||||
],
|
||||
"enabled_plugins": [],
|
||||
"enc_in_policy": 1,
|
||||
"enc_level": 2,
|
||||
|
@ -31,22 +34,24 @@
|
|||
"listen_reuse_port": true,
|
||||
"listen_use_sys_port": false,
|
||||
"lsd": true,
|
||||
"max_active_downloading": 3,
|
||||
"max_active_limit": 8,
|
||||
"max_active_seeding": 5,
|
||||
"max_active_downloading": 5,
|
||||
"max_active_limit": -1,
|
||||
"max_active_seeding": -1,
|
||||
"max_connections_global": 200,
|
||||
"max_connections_per_second": 20,
|
||||
"max_connections_per_torrent": -1,
|
||||
"max_download_speed": -1.0,
|
||||
"max_download_speed_per_torrent": -1,
|
||||
"max_half_open_connections": 20,
|
||||
"max_upload_slots_global": 4,
|
||||
"max_upload_slots_global": -1,
|
||||
"max_upload_slots_per_torrent": -1,
|
||||
"max_upload_speed": -1.0,
|
||||
"max_upload_speed_per_torrent": -1,
|
||||
"move_completed": false,
|
||||
"move_completed_path": "/downloads",
|
||||
"move_completed_paths_list": [],
|
||||
"move_completed_paths_list": [
|
||||
"/mnt/Teka2/Videos"
|
||||
],
|
||||
"natpmp": true,
|
||||
"new_release_check": true,
|
||||
"outgoing_interface": "",
|
||||
|
|
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 255 KiB |
After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 197 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,9 @@
|
|||
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="192" height="192" fill="#EFFAFF"/>
|
||||
<path d="M90 102.4C90 101.075 89.1046 100 88 100C86.8954 100 86 101.075 86 102.4V109.6C86 110.925 86.8954 112 88 112C89.1046 112 90 110.925 90 109.6V102.4Z" fill="#66CCCC"/>
|
||||
<path d="M78 104C78 101.791 76.6568 100 75 100C73.3432 100 72 101.791 72 104C72 106.209 73.3432 108 75 108C76.6568 108 78 106.209 78 104Z" fill="#57BFE9"/>
|
||||
<path d="M100 91.6C100 89.6118 98.2092 88 96 88C93.7908 88 92 89.6118 92 91.6V120.4C92 122.388 93.7908 124 96 124C98.2092 124 100 122.388 100 120.4V91.6Z" fill="#FFC943"/>
|
||||
<path d="M112 82.909C112 80.1978 109.314 78 106 78C102.686 78 100 80.1978 100 82.909V127.091C100 129.802 102.686 132 106 132C109.314 132 112 129.802 112 127.091V82.909Z" fill="#66CCCC"/>
|
||||
<path d="M120 91.6C120 89.6118 118.209 88 116 88C113.791 88 112 89.6118 112 91.6V120.4C112 122.388 113.791 124 116 124C118.209 124 120 122.388 120 120.4V91.6Z" fill="#F3705C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60 48H130V64.8403C130 66.7339 128.478 68.2688 126.6 68.2688C124.722 68.2688 123.2 66.7339 123.2 64.8403V54.8571H66.8V137.143H123.2V100.84C123.2 98.9468 124.722 97.4116 126.6 97.4116C128.478 97.4116 130 98.9468 130 100.84V144H60V48Z" fill="#57BFE9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 58 KiB |
|
@ -0,0 +1,28 @@
|
|||
server {
|
||||
listen 443 ssl default_server; # managed by Certbot
|
||||
server_name skazochnik.spb.ru gipat;
|
||||
location / {
|
||||
proxy_pass http://gipat:5002/;
|
||||
sub_filter "http://gipat:5002/" "https://skazochnik.spb.ru/";
|
||||
client_max_body_size 0;
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/skazochnik.spb.ru/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/skazochnik.spb.ru/privkey.pem; # managed by Certbot
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8989 ssl default_server; # managed by Certbot
|
||||
server_name skazochnik.spb.ru gipat;
|
||||
location / {
|
||||
root /var/www/website_frontend;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/skazochnik.spb.ru/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/skazochnik.spb.ru/privkey.pem; # managed by Certbot
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
== Internet ports
|
||||
|
||||
== Open
|
||||
|
||||
443 - nextcloud, pigallery, gitea
|
||||
6881 (+udp) - deluge
|
||||
|
||||
== Closed
|
||||
|
||||
443 - portainer
|
||||
51413 (+udp) - transmission
|
||||
8989 - custom web site (test)
|
|
@ -0,0 +1,4 @@
|
|||
data/config/**/*
|
||||
data/**/*.resume
|
||||
data/**/*.torrent
|
||||
!data/config/settings.json
|
|
@ -4,10 +4,9 @@ services:
|
|||
image: lscr.io/linuxserver/transmission:latest
|
||||
container_name: transmission
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PUID=0
|
||||
- PGID=1000
|
||||
- TZ=Etc/MSK
|
||||
# - TRANSMISSION_WEB_HOME= #optional
|
||||
- USER=torrent
|
||||
- PASS=torrent
|
||||
# - WHITELIST= #optional
|
||||
|
@ -17,8 +16,6 @@ services:
|
|||
- /mnt/Teka1/Videos:/mnt/Teka1/Videos
|
||||
- /mnt/Teka2/Videos:/mnt/Teka2/Videos
|
||||
- ./data/config:/config
|
||||
# - /path/to/downloads:/downloads
|
||||
# - /path/to/watch/folder:/watch
|
||||
ports:
|
||||
- 9091:9091
|
||||
- 51413:51413
|
||||
|
|