wekan-gogs
wekan-gogs copied to clipboard
Check database issues
@andresmanelli had some issues (Gogs side) if the database was sqlite or postgreSQL. With SQLite it is a matter of concurrency I think, and postgres had an open issue in gogs. With mariaDB / mysql it worked fine.
Needs checking.