Typos + additions in doc
This commit is contained in:
parent
7ce8e0cf61
commit
5eefdb0e99
|
@ -19,7 +19,7 @@ services:
|
|||
# Uncomment to specify custom schme (http by default)
|
||||
# internalScheme: http
|
||||
# Uncomment to *NOT* generate LetsEncrypt certificate (useful for local domains)
|
||||
# disableCertificateGeneration: true
|
||||
# httpOnly: true
|
||||
- name: flood
|
||||
enabled: true
|
||||
vpn: false
|
||||
|
@ -221,7 +221,8 @@ services:
|
|||
httpAuth: true
|
||||
internalPort: 8384
|
||||
- name: heimdall
|
||||
enabled: true
|
||||
# Beware to the host when enabling it!
|
||||
enabled: false
|
||||
vpn: false
|
||||
traefik:
|
||||
enabled: true
|
||||
|
|
|
@ -39,6 +39,7 @@ Since there are some breaking changes and a configuration structure migration, a
|
|||
* ``Readarr``: [Ebook and comic monitor](https://github.com/Readarr/Readarr)
|
||||
* ``Komga``: [Comic Book Manager](https://github.com/gotson/komga)
|
||||
* ``Kavita``: [Comic / Book Manager](https://github.com/Kareadita/Kavita)
|
||||
* ``Syncthing``: [P2P files synchronization](https://github.com/linuxserver/docker-syncthing)
|
||||
* ⚠️ Docker compose v2.2+ is now required
|
||||
|
||||
And also:
|
||||
|
|
|
@ -95,7 +95,7 @@ Also, do not forget to edit your ``.env`` file, which is where all the data whic
|
|||
|
||||
Let's say you want to add a container nginx without interfering or creating conflicts in this git repository. That's possible.
|
||||
|
||||
Start by creating a files named nginx.yaml in the [services/custom/](services/custom/) directory:
|
||||
Start by creating a file named nginx.yaml in the [services/custom/](services/custom/) directory:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
|
@ -230,7 +230,7 @@ By default, the file used is [gluetun.yaml](../services/gluetun.yaml), which is
|
|||
|
||||
* Create a ``gluetun-custom.yaml`` in the [services/custom/](../services/custom/) directory. You can duplicate [this one](../services/gluetun.yaml) to avoid starting from scratch.
|
||||
* Adapt it to your needs (variables, mode...) according to your provider.
|
||||
* Add all variables you may need (used in your custom yaml file in your ``.env`` file (replacing the wireguard ones).
|
||||
* Add all variables you may need (used in your custom yaml file) in your ``.env`` file (replacing the wireguard ones).
|
||||
* Edit your ``config.yaml`` and add ``customFile: custom/gluetun-custom.yaml`` in the ``gluetun`` section.
|
||||
* Enable vn (``vpn: true``) on any service.
|
||||
* Run ``./run-seedbox.sh``.
|
||||
|
|
Loading…
Reference in New Issue