mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
update readme with app setup info
This commit is contained in:
parent
38d33859d8
commit
2e047fbe8d
2 changed files with 25 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -156,6 +156,18 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Application Setup
|
||||||
|
|
||||||
|
Edit the config file in /config
|
||||||
|
|
||||||
|
To edit the config from within the container use `beet config -e`
|
||||||
|
|
||||||
|
For a command prompt as user abc `docker exec -it -u abc beets bash`
|
||||||
|
|
||||||
|
See [Beets](http://beets.io/) for more info.
|
||||||
|
|
||||||
|
Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration)
|
||||||
|
|
||||||
|
|
||||||
## Docker Mods
|
## Docker Mods
|
||||||
[](https://mods.linuxserver.io/?mod=beets "view available mods for this container.") [](https://mods.linuxserver.io/?mod=universal "view available universal mods.")
|
[](https://mods.linuxserver.io/?mod=beets "view available mods for this container.") [](https://mods.linuxserver.io/?mod=universal "view available universal mods.")
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,19 @@ param_usage_include_ports: true
|
||||||
param_ports:
|
param_ports:
|
||||||
- { external_port: "8337", internal_port: "8337", port_desc: "Application WebUI" }
|
- { external_port: "8337", internal_port: "8337", port_desc: "Application WebUI" }
|
||||||
|
|
||||||
|
# application setup block
|
||||||
|
app_setup_block_enabled: true
|
||||||
|
app_setup_block: |
|
||||||
|
Edit the config file in /config
|
||||||
|
|
||||||
|
To edit the config from within the container use `beet config -e`
|
||||||
|
|
||||||
|
For a command prompt as user abc `docker exec -it -u abc beets bash`
|
||||||
|
|
||||||
|
See [Beets](http://beets.io/) for more info.
|
||||||
|
|
||||||
|
Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration)
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue