This PR fixes an issue with the act_runner container set up.
Major Changes
Update act_runner_quadlet.j2 template to fix an issue where the runner would restart adguard during the pipeline. This caused the act_runner container to restart as well due to the line "requires=adguard.service"
Updated gitea_quadlet.j2 to disable new user registration.
This PR fixes an issue with the act_runner container set up.
## Major Changes
- Update act_runner_quadlet.j2 template to fix an issue where the runner would restart adguard during the pipeline. This caused the act_runner container to restart as well due to the line "requires=adguard.service"
- Updated gitea_quadlet.j2 to disable new user registration.
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR fixes an issue with the act_runner container set up.
Major Changes