After updating gitea I was unable to create a repo in an organization as an owner. To fix this I had to run the following in mysql
mysql
update team set can_create_org_repo = 1 where lower_name = "owners" and can_create_org_repo = 0;
It should show at least one item was updating and now it will work as inteneded.
I did a massive bitwarden_rs to vaultwarden rename so you might have to do a little different then what this says!!
Here is how to install vaultwarden on Debian 10 with MYSQL support Below I will be writing how to install and configure vaultwarden to work with MYSQL without the need for Docker.
Install required softwre Not everything below is required, but I like to install it anyway apt install -y tmux tmux apt install -y build-essential git pkg-config libssl-dev libmariadb-dev-compat libmariadb-dev htop curl wget Install Rust curl --proto '=https' --tlsv1.