- update github actions

- update docker build
- move default database to /app/data (#179)
- move config file location to /app/config
This commit is contained in:
Christoph Haas
2023-10-26 12:42:18 +02:00
parent 6284bc8a01
commit 248518d239
8 changed files with 45 additions and 40 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/h44z/wg-portal
go 1.20
go 1.21
require (
github.com/coreos/go-oidc/v3 v3.6.0