[logseq-plugin-git:commit] 2023-07-03T16:30:01.501Z
This commit is contained in:
parent
4316f3928a
commit
e72ce3b37b
@ -0,0 +1,104 @@
|
||||
- Oracle Cloud
|
||||
- Passwort Xqkd$6bVCdEjukc8qkMeY5sV!%DQkta&54zJXyf*
|
||||
- Jdownloader Settings
|
||||
- Direct Connection Mode
|
||||
- https://support.jdownloader.org/Knowledgebase/Article/View/33/0/myjdownloader-advanced-settings
|
||||
- Port Forward 3129 to Container, and Enable it on Router
|
||||
- Custom Device IPs
|
||||
- for running in docker:
|
||||
- ["10.0.0.101"]
|
||||
- Aktuell Settings in Compose:
|
||||
- ```yaml
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
jdownloader:
|
||||
image: antlafarge/jdownloader:1.1
|
||||
restart: always
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- /data/jdownloader/downloads:/jdownloader/downloads/
|
||||
- /data/jdownloader/cfg:/jdownloader/cfg/
|
||||
environment:
|
||||
- "JD_EMAIL=tugba.hermans@yandex.com"
|
||||
- "JD_PASSWORD=ohZakiu8ee"
|
||||
- "JD_DEVICENAME=CLOUD" # optional
|
||||
ports:
|
||||
- "3129:3129" # for direct connection mode
|
||||
networks:
|
||||
- web
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
```
|
||||
- DNS-Rebind-Schutz in Fritz Box deaktivieren
|
||||
- Heimnetz -> Netwerk -> Netwerkeinstellungen
|
||||
- DNS-Rebind-Schutz
|
||||
- ```yaml
|
||||
*.mydns.jdownloader.org
|
||||
mydns.jdownloader.org
|
||||
```
|
||||
- Custom Proxy List
|
||||
- ```yaml
|
||||
[
|
||||
{
|
||||
"proxy":
|
||||
{
|
||||
"address": "152.67.84.147",
|
||||
"password": "",
|
||||
"port": 8388,
|
||||
"type": "SOCKS5",
|
||||
"username": "",
|
||||
"connectMethodPrefered": false,
|
||||
"preferNativeImplementation": false,
|
||||
"resolveHostName": true
|
||||
},
|
||||
"enabled": true,
|
||||
"pac": false,
|
||||
"rangeRequestsSupported": true,
|
||||
"reconnectSupported": false
|
||||
},
|
||||
{
|
||||
"proxy":
|
||||
{
|
||||
"address": "152.67.72.128",
|
||||
"password": "",
|
||||
"port": 8388,
|
||||
"type": "SOCKS5",
|
||||
"username": "",
|
||||
"connectMethodPrefered": false,
|
||||
"preferNativeImplementation": false,
|
||||
"resolveHostName": true
|
||||
},
|
||||
"enabled": true,
|
||||
"pac": false,
|
||||
"rangeRequestsSupported": true,
|
||||
"reconnectSupported": false
|
||||
},
|
||||
{
|
||||
"filter":
|
||||
{
|
||||
"entries":
|
||||
[
|
||||
"zippyshare.com"
|
||||
],
|
||||
"type": "BLACKLIST"
|
||||
},
|
||||
"proxy":
|
||||
{
|
||||
"address": null,
|
||||
"password": null,
|
||||
"port": 80,
|
||||
"type": "NONE",
|
||||
"username": null,
|
||||
"connectMethodPrefered": false,
|
||||
"preferNativeImplementation": false,
|
||||
"resolveHostName": false
|
||||
},
|
||||
"enabled": true,
|
||||
"pac": false,
|
||||
"rangeRequestsSupported": true,
|
||||
"reconnectSupported": true
|
||||
}
|
||||
]
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user