Update v1.2.x to v1.3.x.md
This commit is contained in:
parent
3214c8baf9
commit
614c5968a0
@ -1,6 +1,6 @@
|
|||||||
# v1.2.x to v1.3.x
|
# v1.2.x to v1.3.x
|
||||||
|
|
||||||
With v1.3.0 all our code has been completely rewriten and redesigned.
|
With v1.3.0 all our code has been completely redesigned and rewriten.
|
||||||
While we tried to minimize the effects on the user, there are some consequences.
|
While we tried to minimize the effects on the user, there are some consequences.
|
||||||
|
|
||||||
Please read this document completely before migrating.
|
Please read this document completely before migrating.
|
||||||
@ -31,3 +31,23 @@ With v1.3.0 we centralised all SSL to a traefik proxy. Traefik is a great utilit
|
|||||||
This also means we do **NOT** offer any SSL-setup ourselves anymore, but in return we fully integrated traefik into the config.yml file... so you can generate your certificates even faster than before.
|
This also means we do **NOT** offer any SSL-setup ourselves anymore, but in return we fully integrated traefik into the config.yml file... so you can generate your certificates even faster than before.
|
||||||
|
|
||||||
We have a limited amount of developers and by using traefik, we can focus on things that mater: Stability and functionality, instead of working custom SSL config for every jail.
|
We have a limited amount of developers and by using traefik, we can focus on things that mater: Stability and functionality, instead of working custom SSL config for every jail.
|
||||||
|
|
||||||
|
### Config file format
|
||||||
|
Because we simplified the internal config file structure, the config.yml structure has been simplified.
|
||||||
|
Some options have been removed and the "jail" main category has been removed.
|
||||||
|
|
||||||
|
An example what this means:
|
||||||
|
```
|
||||||
|
jail:
|
||||||
|
sonarrjail:
|
||||||
|
blueprint: sonarr
|
||||||
|
```
|
||||||
|
|
||||||
|
Will become:
|
||||||
|
```
|
||||||
|
sonarrjail:
|
||||||
|
plugin: sonarr
|
||||||
|
```
|
||||||
|
Where there will be NO spaces in front of the jailname anymore.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user