include/ignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@
|
||||
.ipynb_checkpoints/
|
||||
.ruff_cache/
|
||||
beszel/
|
||||
goodwe/
|
||||
log/
|
||||
logs/
|
||||
dagster/
|
||||
|
||||
1
readarr/.gitignore
vendored
Normal file
1
readarr/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
asp/
|
||||
17
readarr/config.xml
Normal file
17
readarr/config.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<Config>
|
||||
<BindAddress>*</BindAddress>
|
||||
<Port>8787</Port>
|
||||
<SslPort>6868</SslPort>
|
||||
<EnableSsl>False</EnableSsl>
|
||||
<LaunchBrowser>True</LaunchBrowser>
|
||||
<ApiKey>df4a74f04a054220b1746d1be123aea3</ApiKey>
|
||||
<AuthenticationMethod>Forms</AuthenticationMethod>
|
||||
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
|
||||
<Branch>develop</Branch>
|
||||
<LogLevel>debug</LogLevel>
|
||||
<SslCertPath></SslCertPath>
|
||||
<SslCertPassword></SslCertPassword>
|
||||
<UrlBase></UrlBase>
|
||||
<InstanceName>Readarr</InstanceName>
|
||||
<UpdateMechanism>Docker</UpdateMechanism>
|
||||
</Config>
|
||||
Reference in New Issue
Block a user