Compare commits
6 Commits
6009696cb6
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 87223b6561 | |||
| 6bb83ddbcb | |||
| 4e0ba79dd9 | |||
| 788b787276 | |||
| c56f9f7a4b | |||
| 052616c318 |
+15
-13
@@ -1,26 +1,28 @@
|
|||||||
|
; please edit these configs
|
||||||
|
|
||||||
[ice-server]
|
[ice-server]
|
||||||
|
|
||||||
name = iceice-server
|
name = <ice-server-name>
|
||||||
addr = 85.149.50.45
|
addr = <ice-server-IP>
|
||||||
port = 8718
|
port = <ice-server-port>
|
||||||
mount = wwww
|
mount = <ice-server-mnt-point>
|
||||||
usr = source
|
usr = <ice-server-creds>
|
||||||
pwd = R1t4R1t4
|
pwd = <ice-server-password>
|
||||||
|
|
||||||
[ice-stream]
|
[ice-stream]
|
||||||
|
|
||||||
name = noise
|
name = noize
|
||||||
desc = description of noize
|
desc = description of noize
|
||||||
genre = lmnop
|
genre = lmnop
|
||||||
url = https://subject041293.xyz
|
url = <ice-server-stream-url>
|
||||||
irc = nope
|
irc = <ice-server-stream-irc-channel>
|
||||||
aim = nope
|
aim = <ice-server-stream-aim-channel>
|
||||||
pub = 0
|
pub = <is-the-ice-server-stream-public>
|
||||||
|
|
||||||
[archive]
|
[archive]
|
||||||
|
|
||||||
path = /Volumes/QQQ/wellwellwell/mp3
|
path = <server-path-of-music-directory>
|
||||||
|
|
||||||
[www-server]
|
[www-server]
|
||||||
|
|
||||||
port = 8718
|
port = <server-port-to-bind>
|
||||||
Reference in New Issue
Block a user