mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
0.2.5 initial commit
Makefile incomplete
This commit is contained in:
117
ui/client-manifest.yaml
Normal file
117
ui/client-manifest.yaml
Normal file
@@ -0,0 +1,117 @@
|
||||
manifest-version: 0
|
||||
app-id: start9-ambassador
|
||||
app-version: 0.2.5
|
||||
uri-rewrites:
|
||||
- =/api -> http://{{start9-ambassador}}:5959/authenticate
|
||||
- /api/ -> http://{{start9-ambassador}}:5959/
|
||||
main-is: index.html
|
||||
error-pages:
|
||||
404: index.html
|
||||
mime-types:
|
||||
wasm: application/wasm
|
||||
bin: application/octet-stream
|
||||
json: application/json
|
||||
html: text/html
|
||||
htm: text/html
|
||||
shtml: text/html
|
||||
css: text/css
|
||||
xml: text/xml
|
||||
gif: image/gif
|
||||
jpeg: image/jpeg
|
||||
jpg: image/jpeg
|
||||
js: application/javascript
|
||||
atom: application/atom+xml
|
||||
rss: application/rss+xml
|
||||
mml: text/mathml
|
||||
txt: text/plain
|
||||
jad: text/vnd.sun.j2me.app-descriptor
|
||||
wml: text/vnd.wap.wml
|
||||
htc: text/x-component
|
||||
png: image/png
|
||||
tif: image/tiff
|
||||
tiff: image/tiff
|
||||
wbmp: image/vnd.wap.wbmp
|
||||
ico: image/x-icon
|
||||
jng: image/x-jng
|
||||
bmp: image/x-ms-bmp
|
||||
svg: image/svg+xml
|
||||
svgz: image/svg+xml
|
||||
webp: image/webp
|
||||
woff: application/font-woff
|
||||
jar: application/java-archive
|
||||
war: application/java-archive
|
||||
ear: application/java-archive
|
||||
json: application/json
|
||||
hqx: application/mac-binhex40
|
||||
doc: application/msword
|
||||
pdf: application/pdf
|
||||
ps: application/postscript
|
||||
eps: application/postscript
|
||||
ai: application/postscript
|
||||
rtf: application/rtf
|
||||
m3u8: application/vnd.apple.mpegur
|
||||
xls: application/vnd.ms-exce
|
||||
eot: application/vnd.ms-fontobjec
|
||||
ppt: application/vnd.ms-powerpoin
|
||||
wmlc: application/vnd.wap.wml
|
||||
kml: application/vnd.google-earth.kml+xm
|
||||
kmz: application/vnd.google-earth.km
|
||||
7z: application/x-7z-compresse
|
||||
cco: application/x-cocoa
|
||||
jardiff: application/x-java-archive-diff
|
||||
jnlp: application/x-java-jnlp-file
|
||||
run: application/x-makesel
|
||||
pl: application/x-perl
|
||||
pm: application/x-perl
|
||||
prc: application/x-pilot
|
||||
pdb: application/x-pilot
|
||||
rar: application/x-rar-compressed
|
||||
rpm: application/x-redhat-package-manager
|
||||
sea: application/x-sea
|
||||
swf: application/x-shockwave-flash
|
||||
sit: application/x-stuffit
|
||||
tk: application/x-tcl
|
||||
tcl: application/x-tcl
|
||||
der: application/x-x509-ca-cert
|
||||
pem: application/x-x509-ca-cert
|
||||
crt: application/x-x509-ca-cert
|
||||
xpi: application/x-xpinstall
|
||||
xhtml: application/xhtml+xml
|
||||
xspf: application/xspf+xml
|
||||
zip: application/zip
|
||||
bin: application/octet-stream
|
||||
exe: application/octet-stream
|
||||
dll: application/octet-stream
|
||||
deb: application/octet-stream
|
||||
dmg: application/octet-stream
|
||||
iso: application/octet-stream
|
||||
img: application/octet-stream
|
||||
msi: application/octet-stream
|
||||
msp: application/octet-stream
|
||||
msm: application/octet-stream
|
||||
docx: application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||
xlsx: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
||||
pptx: application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
mid: audio/mid
|
||||
kar: audio/mid
|
||||
midi: audio/mid
|
||||
mp3: audio/mpe
|
||||
ogg: audio/og
|
||||
m4a: audio/x-m4
|
||||
ra: audio/x-realaudio
|
||||
3gpp: video/3gp
|
||||
3gp: video/3gp
|
||||
ts: video/mp2
|
||||
mp4: video/mp
|
||||
mpeg: video/mpe
|
||||
mpg: video/mpe
|
||||
mov: video/quicktime
|
||||
webm: video/web
|
||||
flv: video/x-fl
|
||||
m4v: video/x-m4
|
||||
mng: video/x-mn
|
||||
asx: video/x-ms-asf
|
||||
asf: video/x-ms-asf
|
||||
wmv: video/x-ms-wmv
|
||||
avi: video/x-msvideo
|
||||
mime-default: text/plain
|
||||
Reference in New Issue
Block a user