Updated base template to make changes to default settings gitea
- Remove requirement for adguard home to be running. container now only requires network to be started before starting.
- Disabled registration via environment variables. This forces new users to be created only by a gitea admin, helping secure the instance. This is applied as a default so current workflow does not require external user registration. if that need arises this setting will be changed.
Removed requirement for adguard home to be running. prevents issues with pipeline restarting adguard and killing runner in the process. Container now only waits for network to be online during boot.
This same change will be applied to all containers, meaning by default they only require networking to be online at bootup.