Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,29 @@ parties agree with me.
![VoteLog Screenshot](screenshot.png)
(those are not my votes, at least not all of them...)

## Setup
## Build Docker images

Build in your native architecture as follows.

```bash
docker -t votelog .
```

### Build and run Development WebDAV server
Build an aarch64 image, run the following (may need some dependencies).

```bash
docker buildx build --platform linux/arm64 -t votelog .
```

## Setup

### WebDAV server

Build and run Development server with username "cat" and password "dog". Add
`VUE_APP_WEBDAV_URI="http://localhost:8080"` into `.env.local` to make this the
default value on the login page.

```bash
docker build -t webdav-dev dev/webdav/
docker-compose -f dev/webdav/docker-compose.yml up -d
```
Expand Down Expand Up @@ -45,3 +63,8 @@ npm run build
```
npm run lint
```

# Assets

- [Beth Ellen Font](https://fonts.google.com/specimen/Beth+Ellen) is used for some Icons (e.g. 2x.svg)
- [Unifraktur Cook](https://fonts.google.com/specimen/UnifrakturCook) used fon some Icons (e.g. nein.svg)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 14 additions & 18 deletions src/assets/4x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# Assets

- Beth Ellen font for svg
43 changes: 17 additions & 26 deletions src/assets/nein.svg → src/assets/no.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 16 additions & 17 deletions src/assets/ja.svg → src/assets/yes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading