Commit graph

46 commits

Author SHA1 Message Date
nezu
4107cfade9
Merge pull request #14 from zdimension/patch-1
fix: Deluge returns 'Online' sometimes instead of 'Connected'
2024-01-22 12:03:54 +01:00
Tom Niget
88ff9e95e5
fix: Deluge returns 'Online' sometimes instead of 'Connected' 2024-01-22 01:21:22 +01:00
nezu
5a547a3ec2
update minimum nodejs version in README to 18 2023-07-17 08:54:22 +02:00
dumbasPL
965dd4dd63 bump nodejs version to 18 in Dockerfile 2023-07-14 22:57:56 +02:00
dumbasPL
78b88882cc update node versions in CI 2023-07-14 22:56:19 +02:00
nezu
e5fd3f960b
Merge pull request #9 from dumbasPL/dependabot/npm_and_yarn/tough-cookie-4.1.3
Bump tough-cookie from 4.1.2 to 4.1.3
2023-07-14 22:53:36 +02:00
dependabot[bot]
5846cd418b
Bump tough-cookie from 4.1.2 to 4.1.3
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 20:53:04 +00:00
dumbasPL
6d0c994323 update dependencies 2023-07-14 22:52:08 +02:00
nezu
ebf0d1e271
Merge pull request #8 from dumbasPL/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-07-14 22:37:33 +02:00
dependabot[bot]
78760099c8
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 20:36:47 +00:00
nezu
42ed30cbd8
Merge pull request #6 from dumbasPL/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1
2023-07-14 22:35:48 +02:00
dependabot[bot]
d386e936d4
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 04:29:38 +00:00
nezu
98b66d409c
Merge pull request #5 from dumbasPL/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2022-11-12 17:27:05 +01:00
dependabot[bot]
2fb2fa391a
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-12 14:22:27 +00:00
nezu
1d7348ec9c
Update README.md 2022-09-10 02:01:58 +02:00
nezu
50febacf59
Merge pull request #4 from dumbasPL/rework
v2
2022-09-10 01:51:52 +02:00
nezu
4078009ff8 add major version docker tag 2022-09-10 01:50:30 +02:00
nezu
8305d3192f Update package.json 2022-09-10 01:45:18 +02:00
nezu
da340cf6bc Update README.md 2022-09-10 01:44:09 +02:00
nezu
4053783735 Update .dockerignore 2022-09-08 23:57:58 +02:00
nezu
5a394811ef remove multi platform ci build 2022-09-08 23:54:06 +02:00
nezu
80ad78ac87 rewrite everything 2022-09-08 01:47:39 +02:00
nezu
7fb033b8ea update dependencies 2022-08-19 22:36:30 +02:00
nezu
5cd0144aff
Merge pull request #3 from dumbasPL/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-04-01 08:29:33 +02:00
dependabot[bot]
80925aba13
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 23:15:26 +00:00
nezu
dba8141c7a
Merge pull request #2 from dumbasPL/dependabot/npm_and_yarn/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8
2022-02-15 08:58:01 +01:00
dependabot[bot]
559d6fc9e7
Bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 04:12:07 +00:00
nezu
c9daefcdb0
Create LICENSE 2022-01-16 16:29:52 +01:00
nezu
c55ccc995f
Merge pull request #1 from dumbasPL/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.6 to 1.14.7
2022-01-16 16:25:27 +01:00
dependabot[bot]
03af645cd5
Bump follow-redirects from 1.14.6 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-16 02:29:16 +00:00
nezu
cd59ac0a40
add github link so it shows up on docker hub 2022-01-02 16:23:40 +01:00
nezu
ef3bea94e3
fix typo 2022-01-02 16:22:17 +01:00
nezu
25740c2c99 Merge branch 'master' of https://github.com/dumbasPL/deluge-windscribe-ephemeral-port 2021-12-26 04:57:29 +01:00
nezu
edd8f95c48 verify deluge connection before attempting to connect to windscribe 2021-12-26 04:57:28 +01:00
nezu
3ea1f8747a
Update docker-publish.yml 2021-12-26 04:32:43 +01:00
nezu
980fbb71ac
Update docker-publish.yml 2021-12-26 04:09:04 +01:00
nezu
ddd66db11a Merge branch 'master' of https://github.com/dumbasPL/deluge-windscribe-ephemeral-port 2021-12-26 03:55:54 +01:00
nezu
496756f226 Create README.md 2021-12-26 03:55:52 +01:00
nezu
b9f1915279
Update docker-publish.yml 2021-12-26 03:10:52 +01:00
nezu
394675f115
Create docker-publish.yml 2021-12-26 03:09:46 +01:00
nezu
353f48b4a1
Create docker-build.yml 2021-12-26 02:38:01 +01:00
nezu
6d99a1d564 initial release 2021-12-26 02:32:40 +01:00
nezu
a5c30d00ce set downlevelIteration to true 2021-12-26 02:31:37 +01:00
nezu
75360d1792 add dependencies 2021-12-26 02:31:18 +01:00
nezu
5ae70047e5 update to node 16 2021-12-26 02:31:03 +01:00
nezu
a5f0592577 Add base 2021-12-25 20:53:13 +01:00