Open M0ses opened 2 months ago
Why would we ship this in the appliance?
We integrate with a ton of services. Some of them even more deeply like rabbit, postfix, bugzilla, influxdb. None of them we ship as it would mean increased maintenance burden on the appliance and our track record of maintaining appliances is very poor. Why we we do this differently with gitea?
Decisions/Definitions
https://<FQHN>/gitea/
Open Question
Admin
user account? The login/user namesadmin
andAdmin
are prohibited in giteaChecklist
gitea
to the OBS-Appliance[server]
ROOT_URL = https://<FQHN>/gitea
HTTP_ADDR = 127.0.0.1
[database]
USER = root
PASSWD = opensuse
[security]
INSTALL_LOCK = true
REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
mysql -u root -popensuse 'CREATE DATABASE gitea'
su -c 'gitea migrate' - gitea
gitea admin user create --username obsadmin --password opensuse --admin --email root@localhost