File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,26 @@ The architectures supported by this image are:
5757| arm64 | ✅ | arm64v8-\< version tag\> |
5858| armhf | ❌ | |
5959
60+ ## Application Setup
61+
62+ Edit the config file in /config
63+
64+ To edit the config from within the container use ` beet config -e `
65+
66+ For a command prompt as user abc ` docker exec -it -u abc beets bash `
67+
68+ See [ Beets] ( http://beets.io/ ) for more info.
69+
70+ Contains [ beets-extrafiles] ( https://github.com/Holzhaus/beets-extrafiles ) plugin, [ configuration details] ( https://github.com/Holzhaus/beets-extrafiles#usage )
71+
72+ ## Read-Only Operation
73+
74+ This image can be run with a read-only container filesystem. For details please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) .
75+
76+ ## Non-Root Operation
77+
78+ This image can be run with a non-root user. For details please [ read the docs] ( https://docs.linuxserver.io/misc/non-root/ ) .
79+
6080## Usage
6181
6282To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -279,7 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
279299
280300# # Versions
281301
282- * ** 28.08.24 :** - Rebase to Alpine 3.21, unpin beetcamp.
302+ * ** 27.01.25 :** - Rebase to Alpine 3.21, unpin beetcamp.
283303* ** 22.10.24:** - Pin beetcamp to 0.19.2 until upstream requirements fixed.
284304* ** 01.10.24:** - Add packages required for Discogs plugin.
285305* ** 28.08.24:** - Rebase to Alpine 3.20.
Original file line number Diff line number Diff line change @@ -23,6 +23,18 @@ param_ports:
2323 - {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
2424readonly_supported : true
2525nonroot_supported : true
26+ # application setup block
27+ app_setup_block_enabled : true
28+ app_setup_block : |
29+ Edit the config file in /config
30+
31+ To edit the config from within the container use `beet config -e`
32+
33+ For a command prompt as user abc `docker exec -it -u abc beets bash`
34+
35+ See [Beets](http://beets.io/) for more info.
36+
37+ Contains [beets-extrafiles](https://github.com/Holzhaus/beets-extrafiles) plugin, [configuration details](https://github.com/Holzhaus/beets-extrafiles#usage)
2638# init diagram
2739init_diagram : |
2840 "beets:nightly": {
@@ -67,7 +79,7 @@ init_diagram: |
6779 "beets:nightly" <- Base Images
6880# changelog
6981changelogs :
70- - {date: "28.08.24 :", desc: "Rebase to Alpine 3.21, unpin beetcamp."}
82+ - {date: "27.01.25 :", desc: "Rebase to Alpine 3.21, unpin beetcamp."}
7183 - {date: "22.10.24:", desc: "Pin beetcamp to 0.19.2 until upstream requirements fixed."}
7284 - {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
7385 - {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
You can’t perform that action at this time.
0 commit comments