mirror of
https://github.com/antos-rde/antos-backend.git
synced 2025-04-23 17:06:51 +02:00
Compare commits
No commits in common. "0974679023f939407cafeefcb66239246c299783" and "bc52ec908b8acd81b7504340e1bea63e7c3be1a7" have entirely different histories.
0974679023
...
bc52ec908b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline{
|
|||||||
[ -d build ] && rm -rf build
|
[ -d build ] && rm -rf build
|
||||||
mkdir -p build/opt/www/htdocs/os
|
mkdir -p build/opt/www/htdocs/os
|
||||||
export BUILDDIR="$WORKSPACE/build/opt/www/htdocs/os"
|
export BUILDDIR="$WORKSPACE/build/opt/www/htdocs/os"
|
||||||
cp router.lua mimes.json "$BUILDDIR"
|
cp router.lua "$BUILDDIR"
|
||||||
cp -rf controllers "$BUILDDIR"
|
cp -rf controllers "$BUILDDIR"
|
||||||
cp -rf libs "$BUILDDIR"
|
cp -rf libs "$BUILDDIR"
|
||||||
'''
|
'''
|
||||||
|
78
mimes.json
78
mimes.json
@ -1,78 +0,0 @@
|
|||||||
{
|
|
||||||
"odt": {
|
|
||||||
"mime": "application/vnd.oasis.opendocument.text",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"docx": {
|
|
||||||
"mime": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"doc": {
|
|
||||||
"mime": "application/msword",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"xls": {
|
|
||||||
"mime": "application/vnd.ms-excel",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"xlsx": {
|
|
||||||
"mime": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"ppt": {
|
|
||||||
"mime": "application/vnd.ms-powerpoint",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"pptx": {
|
|
||||||
"mime": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"epub": {
|
|
||||||
"mime": "application/epub+zip",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"csv": {
|
|
||||||
"mime": "text/csv",
|
|
||||||
"binary": false
|
|
||||||
},
|
|
||||||
"ods": {
|
|
||||||
"mime": "application/vnd.oasis.opendocument.spreadsheet",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"odp": {
|
|
||||||
"mime": "application/vnd.oasis.opendocument.presentation",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"viz": {
|
|
||||||
"mime": "text/vnd.graphviz",
|
|
||||||
"binary": false
|
|
||||||
},
|
|
||||||
"py": {
|
|
||||||
"mime": "text/x-python",
|
|
||||||
"binary": false
|
|
||||||
},
|
|
||||||
"coffee": {
|
|
||||||
"mime": "text/vnd.coffeescript",
|
|
||||||
"binary": false
|
|
||||||
},
|
|
||||||
"apj": {
|
|
||||||
"mime": "text/antos-project",
|
|
||||||
"binary": false
|
|
||||||
},
|
|
||||||
"wasm": {
|
|
||||||
"mime": "application/wasm",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"glb": {
|
|
||||||
"mime": "model/gltf-binary",
|
|
||||||
"binary": true
|
|
||||||
},
|
|
||||||
"ts":{
|
|
||||||
"mime": "text/x.typescript",
|
|
||||||
"binary": false
|
|
||||||
},
|
|
||||||
"map":{
|
|
||||||
"mime": "application/json",
|
|
||||||
"binary": false
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user