We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba6d57 commit 028f575Copy full SHA for 028f575
README.md
@@ -25,6 +25,11 @@ radio-root = /your/dir/with/songs/
25
web-root = /your/dir/iceparty/
26
```
27
28
+If your web-root path is custom (for example its your home folder), you must link it inside
29
+/usr/share/icecast2/web/
30
+Example:
31
+`sudo ln -s /home/someuser/iceparty /usr/share/icecast2/web/iceparty`
32
+
33
## How does it work?
34
35
When program is running, it will reach for your songs folder named after ```mountpoint-name``` (specified in ```radio-root``` in config),
0 commit comments