kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
fa9acdfdd6
commit
b8196f85fe
|
@ -34,10 +34,14 @@ The architectures supported by this image are:
|
|||
|
||||
## Application Setup
|
||||
|
||||
### New Configuration
|
||||
|
||||
If you do not have an existing config you will need to start the container and then run the following wizard command:
|
||||
|
||||
`docker exec -it -w /config -u abc limnoria limnoria-wizard`
|
||||
|
||||
### Existing Configuration
|
||||
|
||||
If you have an existing config, adjust the directory settings in your conf file as follows:
|
||||
|
||||
```conf
|
||||
|
@ -52,7 +56,15 @@ supybot.directories.plugins: /config/plugins
|
|||
|
||||
NOTE: These are not grouped together in the file. You will need to search your conf file for the variables.
|
||||
|
||||
Then start up the container and place your conf file and any of your existing directories in /config
|
||||
Then place your conf file and any of your existing directories in /config and start up the container.
|
||||
|
||||
### Plugin Requirements
|
||||
|
||||
The container will pip install any requirements.txt it finds in the /config/plugins folder on startup.
|
||||
|
||||
If you install a plugin using the PluginDownloader that includes a requirements.txt you can
|
||||
execute a shell into the container and then use `pip install /config/plugins/ThePlugin/requirements.txt`
|
||||
or restart the container and the requirements will be installed.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -167,6 +179,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
|
||||
## Versions
|
||||
|
||||
* **25.05.21:** - Install plugin requirements on container init.
|
||||
* **17.05.21:** - Add linuxserver wheel index.
|
||||
* **13.02.21:** - Rebasing to alpine 3.13.
|
||||
* **01.06.20:** - Rebasing to alpine 3.12.
|
||||
|
|
Ładowanie…
Reference in New Issue