run filebrowser over ubuntu

This commit is contained in:
Osmany Montero 2021-09-05 15:09:36 +03:00
parent 16c4455d8d
commit eeeea6b364
4 changed files with 15459 additions and 23 deletions

View File

@ -1,7 +1,6 @@
FROM alpine:latest
RUN apk --update add ca-certificates \
mailcap \
curl
FROM ubuntu:latest
RUN apt update
RUN apt install -y ca-certificates sendmail curl
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
CMD curl -f http://localhost:9091/health || exit 1
@ -12,4 +11,4 @@ COPY .docker.json /.filebrowser.json
COPY filebrowser /filebrowser
COPY run.sh /run.sh
ENTRYPOINT [ "/run.sh" ]
ENTRYPOINT [ "/run.sh" ]

15444
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

24
http/package-lock.json generated Normal file
View File

@ -0,0 +1,24 @@
{
"name": "http",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"rice": "^0.0.0"
}
},
"node_modules/rice": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/rice/-/rice-0.0.0.tgz",
"integrity": "sha512-N3vbT6bX+lbu5BN5X+w6jpp0w7wzUJ9vwqvgxX4ftNAkIlk0Jr2pMLXjCKO4T2wIZVH3ISGx/924TId0WcKwXQ=="
}
},
"dependencies": {
"rice": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/rice/-/rice-0.0.0.tgz",
"integrity": "sha512-N3vbT6bX+lbu5BN5X+w6jpp0w7wzUJ9vwqvgxX4ftNAkIlk0Jr2pMLXjCKO4T2wIZVH3ISGx/924TId0WcKwXQ=="
}
}
}

5
http/package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"rice": "^0.0.0"
}
}