Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Place1 committed Feb 20, 2020
1 parent e8d88f7 commit af5f2b6
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 777 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
FROM rust:1.38.0-alpine as boringtun
RUN apk add musl-dev
RUN cargo install \
--root / \
--bin boringtun \
--git https://github.com/cloudflare/boringtun.git \
--rev 0b980a2f5a5f8622bf0e3a024ace63ad01b5d0f6

FROM node:10 as website
WORKDIR /code
COPY ./website/package.json ./
Expand All @@ -30,10 +22,7 @@ RUN go build -o server
FROM alpine:3.10
RUN apk add iptables
RUN apk add wireguard-tools
ENV WIREGUARD_USERSPACE_IMPLEMENTATION=boringtun
ENV STORAGE_DIRECTORY="/data"
COPY ./dex-web /dex-web
COPY --from=boringtun /bin/boringtun /usr/local/bin/boringtun
COPY --from=server /code/server /server
COPY --from=website /code/build /website/build
CMD /server
5 changes: 0 additions & 5 deletions dex-web/static/img/bitbucket-icon.svg

This file was deleted.

19 changes: 0 additions & 19 deletions dex-web/static/img/coreos-icon.svg

This file was deleted.

12 changes: 0 additions & 12 deletions dex-web/static/img/email-icon.svg

This file was deleted.

5 changes: 0 additions & 5 deletions dex-web/static/img/github-icon.svg

This file was deleted.

53 changes: 0 additions & 53 deletions dex-web/static/img/gitlab-icon.svg

This file was deleted.

16 changes: 0 additions & 16 deletions dex-web/static/img/google-icon.svg

This file was deleted.

12 changes: 0 additions & 12 deletions dex-web/static/img/ldap-icon.svg

This file was deleted.

1 change: 0 additions & 1 deletion dex-web/static/img/linkedin-icon.svg

This file was deleted.

9 changes: 0 additions & 9 deletions dex-web/static/img/microsoft-icon.svg

This file was deleted.

12 changes: 0 additions & 12 deletions dex-web/static/img/saml-icon.svg

This file was deleted.

130 changes: 0 additions & 130 deletions dex-web/static/main.css

This file was deleted.

Loading

0 comments on commit af5f2b6

Please sign in to comment.