Felix Glang
c7b92974f4
Update GlobalInstanceOptionsValidator.cs
...
Add Max Timeout
2024-06-09 12:34:55 +02:00
Felix Glang
265c098630
Fix BeReachable
2024-06-09 12:27:26 +02:00
xpsony
d892f9014e
Merge branch 'PCJones:master' into multiInstance_serilog
2024-05-23 09:49:35 +02:00
Jonas F
26b030808f
Merge pull request #25 from PCJones/PCJones-patch-1
...
Fix readme link
2024-05-12 13:34:08 +02:00
Jonas F
dea00feaee
Update README.md
2024-05-12 13:33:04 +02:00
Felix Glang
ef7182888b
Update GlobalInstanceOptionsValidator.cs
...
Cleanup Code
2024-04-29 20:35:18 +02:00
Felix Glang
5931fd6a8a
Fix Bug
...
If UmlautAdaparr was started before the *Arr. The BeReachable test failed, although the config was correct. Now it is tested every 15 seconds for 3 minutes whether the corresponding application can be reached. Before the test fails
2024-04-29 20:21:46 +02:00
Felix Glang
c788e0ed76
Fix Log
2024-04-28 13:21:48 +02:00
Felix Glang
0bb480b1d0
Add Config Validator + Bug Fixing
2024-04-28 12:59:44 +02:00
Felix Glang
f73b3b5578
Fix in IOptions Copy Section
2024-04-27 21:53:12 +02:00
Felix Glang
e6173ae683
Add Example for Name
2024-04-27 21:29:23 +02:00
Felix Glang
52acb5ff6e
Fix named IOption Bug
...
Fix named IOption Bug
2024-04-27 21:27:04 +02:00
xpsony
1a32cc325c
Merge branch 'PCJones:master' into multiInstance_serilog
2024-04-27 18:50:41 +02:00
Felix Glang
f06a866a2f
Add Multi Instance Support , Serilog , little Hotfixes
2024-04-27 18:48:43 +02:00
Jonas F
90c849de52
Merge pull request #20 from PCJones/develop
...
Add port mapping
2024-04-25 15:30:14 +02:00
Jonas F
176b0a74a6
Update port mapping comment
2024-04-24 15:24:14 +02:00
Jonas F
ffcc8fddcd
Add port mapping
2024-04-24 15:21:12 +02:00
Jonas F
81dae8c237
Merge pull request #19 from PCJones/develop
...
v0.5 release
v0.5
2024-04-23 22:01:41 +02:00
Jonas F
aa70c91a87
Update README.md
2024-04-23 21:38:13 +02:00
Jonas F
3d2ec82e0f
Merge pull request #18 from Br33ce/patch-1
...
Update Readme
2024-04-23 17:16:00 +02:00
Br33ce
9c9c1583f7
Update README.md
2024-04-23 17:12:14 +02:00
Br33ce
f9a02ae487
Update README.md
2024-04-23 14:42:43 +02:00
Jonas F
0cc0ca98e1
Update README.md
2024-04-22 14:33:50 +02:00
pcjones
a4abb31ea1
Check for known hosts before logging https warning
2024-04-15 19:25:53 +02:00
pcjones
530cbed2d3
Update docker compose
v0.5-beta
2024-04-15 04:25:21 +02:00
pcjones
94e62cf4dd
Forward user-agent when using http proxy
2024-04-15 03:42:20 +02:00
pcjones
c4069e0732
Change warning text
2024-04-15 03:21:51 +02:00
pcjones
6f743eca01
Revert "Add TODO"
...
This reverts commit 45bc7baa4a .
2024-04-15 03:20:36 +02:00
pcjones
45bc7baa4a
Add TODO
2024-04-15 03:17:14 +02:00
pcjones
43717d5fc4
HttpProxyService: Forward https, modify http
2024-04-15 03:05:09 +02:00
pcjones
08e13db32d
Revert "Temporarily remove API key redaction"
...
This reverts commit f3684d24d3 .
2024-04-15 00:59:56 +02:00
pcjones
f3684d24d3
Temporarily remove API key redaction
2024-04-15 00:56:13 +02:00
pcjones
cee3c12daa
Add HttpProxyService
2024-04-15 00:48:27 +02:00
pcjones
e888a10366
Add timestamp to log
2024-04-15 00:48:15 +02:00
pcjones
660c245069
Remove 5005 port exposing from docker compose
2024-04-14 23:32:21 +02:00
pcjones
49193ef12f
Rename ProxyService to ProxyRequestService
2024-04-14 23:22:40 +02:00
pcjones
881f3b7281
Add IPv6 support
2024-04-14 23:15:03 +02:00
pcjones
d098d1fd10
Change cache time from 5 to 12 minutes
2024-04-14 22:49:50 +02:00
pcjones
6cf87620c3
Add TODO
2024-04-14 22:44:51 +02:00
pcjones
389d685e95
Code cleanup
2024-04-14 22:44:07 +02:00
pcjones
12d9217964
Add todo
2024-04-14 22:29:10 +02:00
pcjones
5cd90b7b20
Remove secrets example
2024-04-14 22:28:38 +02:00
Jonas F
93990dbf52
Merge pull request #16 from PCJones/master
...
Merge master in develop (readme)
2024-04-14 22:22:26 +02:00
Jonas F
49565be191
Merge pull request #15 from xpsony/Proxy_IOption
...
Add Proxy Support, Add IOptions Pattern, Add Extensions Method
2024-04-14 22:21:23 +02:00
Felix Glang
24d5cb83a4
Add Proxy Support, Add IOptions Pattern, Add Extensions Method
...
Currently Changes
Http / Https proxy support has been added , To disguise the Ip address or if a proxy service is required
IOptions pattern has been implemented. Better options handling
Extensions methods have been implemented to make Program.cs smaller
Added a global logger for static and extension methods
appsettings.json now contains "default" data for the applications and proxy settings. The Docker variables are also specified above it. This also fixes the bug that you have to set all variables, although you only want to use Sonarr, for example
2024-04-14 16:43:09 +02:00
pcjones
f02547c0e3
Merge branch 'master' of https://github.com/PCJones/UmlautAdaptarr
v0.4.1
2024-03-15 18:25:08 +01:00
pcjones
61e93b5b24
Enhance searchitem matching
2024-03-15 18:24:39 +01:00
pcjones
f88daf4955
Lower minimum delay between requests to 1 second
2024-03-08 10:00:29 +01:00
Jonas F
93c667422f
Update README.md
2024-03-06 20:03:16 +01:00
Jonas F
e1978d869c
Merge pull request #12 from PCJones/develop
...
v0.4
v0.4
2024-03-06 20:00:05 +01:00