Persoenliche Mediazentrale
ulrich
2021-04-24 94b1c2f60bde70d681b4bf8a5cd04b86e9ccf4ed
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
12 playerparams=playerparams
005d7a 13 host=host
0e9cd3 14
14baa3 15 # HTTP-Endpunkte
2b6134 16 webroot=/
14baa3 17 # uiroot=/ui
b379f5 18 store=/api/store
e60cff 19 alist=/api/alist
b56bb3 20 strg=/api/strg
849ee2 21 gstrg=/api/gstrg
dfb7d3 22 epliste=liste
a29f5c 23 eplisteAlles=listealles
14baa3 24 stopServer=/api/server/stop
U 25 testAblage=/api/test/ablage
26 testStore=/api/test/store
2b6134 27
f45e20 28
2b6134 29 dash=-
U 30 bytes=bytes
789740 31 notFound=nicht gefunden.
2b6134 32 lmPattern=EEE, dd MMM yyyy HH:mm:ss zzz
U 33 rangePattern=[^\\d-,]
34 welcomeFile=index.html
35
36 # Mitteilungen
789740 37 msgServerStart=Server startet auf Port {0}
2b6134 38 msgParamFehlt=Der Parameter {0} muss angegeben werden.
789740 39 stoppingServer=stoppe Server..
U 40 serverStopped=Server gestoppt.
41 mediazEnd=Mediazentrale beendet.