Commit Graph

138 Commits

Author SHA1 Message Date
1dc35dd7ee fix multiarch...
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions
2025-03-25 02:09:56 +01:00
ec3bce5731 fix dockerfile
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions
2025-03-25 02:01:45 +01:00
b362934ce9 update dockerfile
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions
2025-03-25 01:54:48 +01:00
044a65a0d9 Revert "update ubuntu version"
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions
This reverts commit ce2f1a966e.
2025-03-25 01:45:06 +01:00
ce2f1a966e update ubuntu version
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions
2025-03-25 01:44:09 +01:00
28d1519e75 try to fix multiarch build
Some checks are pending
Build/Push (master) / changes (push) Waiting to run
Build/Push (master) / build-docker (push) Blocked by required conditions
2025-03-25 01:33:28 +01:00
10d57f7e8e update base ubuntu ver 2025-03-25 01:26:43 +01:00
Eldwan Brianne
3a04130588 Updated scripts based on latest release of docker-transmission-openvpn, updated Dockerfile, fetches now vpn config externally 2021-10-05 22:11:04 +02:00
Eldwan Brianne
5b944931a3 Small fixes, added default nordvpn file 2021-03-16 23:31:51 +01:00
Eldwan Brianne
f4dc3f2b17 Added separate folders for deluge and delugeweb, moved around a bit scripts 2021-03-15 16:39:28 +01:00
Eldwan Brianne
b71fa6764c Fix openvpn problems, remove tinyproxy, move dockerfile to ubuntu 18.04 as alpine crashes 2021-02-15 18:44:10 +01:00
Eldwan Brianne
69bd27150f Changed transmission to deluge. Simplify ufw rules 2020-11-10 23:31:05 +01:00
Kristian Haugene
81e21c7de5 Add autoheal label to enable use of companion container restarting unhealthy container #454 2020-11-08 18:15:03 +01:00
Kristian Haugene
cd9a5694cf Print revision to logs on startup to make debugging easier 2020-11-04 00:59:33 +01:00
Kristian Haugene
f1be375d3c Add unrar to alpine image #1453 2020-11-03 22:27:26 +01:00
Kristian Haugene
2c3fe2b148 Add default Transmission download locations, used in permission control. Fixes #1437 2020-10-31 18:00:50 +01:00
Devon Kupiec
4d19847998 Adds default env TRANSMISSION_RPC_PORT=9091
If UFW is enabled and no RPC port is provided, the firewall blocks access to the web interface
fixes #1428
fixes #1431
2020-10-31 03:59:47 -06:00
Kristian Haugene
5f54895479 Add openssh #1436 2020-10-30 12:24:13 +01:00
Kusha Gharahi
4a8333b20e Remove DOCKER_LOG infavor of LOG_TO_STDOUT 2020-10-10 14:26:33 -05:00
Kristian Haugene
28845c3a8c Make creating tun device default 2020-08-24 21:05:22 +02:00
Kristian Haugene
12e6378bfe Replace dockerize, make settings persistent, let settings be overridden by env vars 2020-08-09 18:02:51 +02:00
Kristian Haugene
65071e96ca Make alpine based image the default and remove ubuntu image 2020-08-06 18:47:23 +02:00
Patrick Kishino
8fc5503879 Added BasicAuth to tinyproxy, updated docs and dockerfiles 2020-05-29 17:33:02 +09:00
Patrick Kishino
c2fe11b418 Default UTP false 2020-05-26 08:42:06 +09:00
Kristian Haugene
95c15a3be9 Merge pull request #938 from pkishino/logging
Added option to log transmission to docker logs
2020-02-02 22:28:59 +01:00
Julian Oster
3259e0fefa Fix build errors with the base Dockerfile 2020-01-14 17:08:57 +01:00
Julian Oster
a8689a493d Update docker base images 2019-10-31 17:10:57 +01:00
Patrick Kishino
bd0a19689b Added option to log transmission to docker logs 2019-10-31 13:10:25 +09:00
Kristian Haugene
90134c7bba Using CircleCI to build arm images instead of Docker hub 2019-07-07 17:54:51 +02:00
Kristian Haugene
93245a1d19 Adding tzdata to allow setting timezone from environment variable #827 2019-06-05 11:15:11 +02:00
Kristian Haugene
cdb30b0a44 Merge pull request #769 from bperel/master
Fetch transmission-web-control from its original repository for all platforms
2019-04-24 16:22:53 +02:00
Bruno Perel
589147ddb5 Fetch transmission-web-control from its original repository for all platforms 2019-04-04 10:31:03 +02:00
Kristian Haugene
d6cbaf52a0 Merge pull request #757 from Troubadoure/master
NordVPN On Demand
2019-03-26 22:13:43 +01:00
Tom Humphrey
ca99395250 NordVPN On Demand
After resolving an issue with the default.ovpn symlink, it was bugging me that each time the container ran it would download all of the NordVPN configs. After a bit of research I found a url where I could download just one ovpn file. A bit of rework and now only downloads the applicable config based off of NordVPNs api. No more 4000+ configs.

User can configure this using either NORDVPN_COUNTRY to connect to the best server in that country or a specific config using the OPENVPN_CONFIG parameter. If neither are specified config will be selected based off of NordVPN api and if both are specified it will connect to OPENVPN_CONFIG server first using the api to decide on a backup 'default.ovpn' config in case it fails.

In my rewriting of this I also realised there was no need for the updateConfigs.sh script anymore, but to keep everything in keeping I replaced the contents of the updateConfigs.sh script with the NordVPN_selector one and removed the latter.
2019-03-26 17:02:11 +00:00
Bruno Perel
b1e58bf5a8 Fetch transmission-web-control from its original repository 2019-03-26 15:41:01 +01:00
Tom Humphrey
aaab2f0155 Fixed issue with default.ovpn stopping container from running
container was being stopped due to sed not liking default.ovpn symlink. Updated so that sed skipped this symlink. container was then also being stopped due to updateConfigs.sh script erroring if default.ovpn existed when trying to create symlink. Added option 'f' so that the symlink would be recreated even if existed
2019-03-26 12:18:29 +00:00
Kristian Haugene
7d2ac66d04 Merge pull request #728 from Troubadoure/master
Integrated with NordVPN api to select recommend server based on criteria
2019-03-10 00:16:39 +01:00
Tom Humphrey
04b117c521 Update NordVPN.sh
Added NordVPN Variables to docker file

Update start.sh

Update NordVPN.sh

Update NordVPN configs on run

NordVPN was missing server files. Have updated to run the nordvpn updateConfigs.sh script on start

Update NordVPN_Server_Selector.sh

Update start.sh

Moved Selector script to NordVPN directory

Update NordVPN_Server_Selector.sh

Update NordVPN_Server_Selector.sh

Update updateConfigs.sh

Update updateConfigs.sh

Added auto-update of NordVPN

container will auto-update NordVPN files on start. This increases the start up time by a bit. But ensures that all configs are present for the auto-selector script

Create default.ovpn

Update default.ovpn
2019-03-09 21:48:47 +00:00
Kristian Haugene
43abe72c2a Small rush up Dockerfile, extract lib versions 2019-03-09 18:02:20 +01:00
btimbermont
75b15a6389 Remove typo in Dockerfile 2019-02-14 09:21:39 +01:00
btimbermont
0abe1912f4 Added healthcheck that checks if network is still up 2019-02-14 09:19:14 +01:00
Dulanic
ee287b319e Update Dockerfile 2018-11-14 12:52:35 -06:00
Dulanic
0fc558be66 Update Dockerfile
Update to link files for original UI option /w twc.
2018-11-14 12:19:25 -06:00
Kristian Haugene
464ae88340 Merge pull request #559 from sillyfrog/master
Option to disable iptable REJECT target
2018-08-06 14:54:20 +02:00
Kristian Haugene
91db352621 Merge branch 'master' of https://github.com/aseber/docker-transmission-openvpn into aseber-master 2018-07-31 16:32:24 +02:00
Kristian Haugene
fdeebe4248 Update package install after #562 2018-07-25 17:05:04 +02:00
Kristian Haugene
d278020dc3 Merge branch 'dev' of https://github.com/echaupynx/docker-transmission-openvpn into echaupynx-dev 2018-07-25 16:59:27 +02:00
sillyfrog
f2a1899649 Merge branch 'dev' into master 2018-07-25 21:30:15 +10:00
Kristian Haugene
b56480cadd Merge branch 'master' of https://github.com/dcrdev/docker-transmission-openvpn into dcrdev-master 2018-07-23 16:00:23 +02:00
Pynx Echaup
19ce1ed6e5 Update Dockerfile
Install needed tools from dragfly
2018-07-19 15:28:36 +02:00