Persoenliche Mediazentrale
ulrich
2022-02-11 a1333d058500619b1311e206127a1cc01b0be8f6
commit | author | age
2b6134 1
U 2 # App-Parameter
3 appParamPort=port
4 appParamConf=conf
5 appParamWWWData=www-data
6 appParamCtx=ctx
cfa858 7 appParamUi=ui
2b6134 8
0e9cd3 9 # Parameter der Mediazentrale
U 10 audioexts=audioexts
11 videoexts=videoexts
a1333d 12 imageexts=imageexts
0e9cd3 13 playerparams=playerparams
005d7a 14 host=host
0e9cd3 15
14baa3 16 # HTTP-Endpunkte
2b6134 17 webroot=/
14baa3 18 # uiroot=/ui
b379f5 19 store=/api/store
e60cff 20 alist=/api/alist
b56bb3 21 strg=/api/strg
849ee2 22 gstrg=/api/gstrg
dfb7d3 23 epliste=liste
a29f5c 24 eplisteAlles=listealles
14baa3 25 stopServer=/api/server/stop
U 26 testAblage=/api/test/ablage
27 testStore=/api/test/store
2b6134 28
f45e20 29
2b6134 30 dash=-
U 31 bytes=bytes
789740 32 notFound=nicht gefunden.
2b6134 33 lmPattern=EEE, dd MMM yyyy HH:mm:ss zzz
U 34 rangePattern=[^\\d-,]
35 welcomeFile=index.html
36
37 # Mitteilungen
789740 38 msgServerStart=Server startet auf Port {0}
2b6134 39 msgParamFehlt=Der Parameter {0} muss angegeben werden.
789740 40 stoppingServer=stoppe Server..
U 41 serverStopped=Server gestoppt.
f9f819 42 mediazEnd=Tango beendet.