{% include 'include/tr_validate_tips.html' %}
{{lang.words.server|title()}}
*
|
|
{{lang.words.service|title()}}
*
|
|
{{lang.words.period|title()}}
*
|
{% set values = {'hourly':'hourly','daily':'daily','weekly':'weekly', 'monthly':'monthly'} %}
{{ select('git-time', values=values, selected='hourly', required='required', class='force_close') }}
|
{{lang.words.init|title()}} {{lang.words.w_a}} {{lang.words.new}} {{lang.words.repository}}
|
{{ checkbox('git-init')}}
|
{{lang.words.repository|title()}}
*
|
{{ input('git-repo', size='30', placeholder="git@github.com:user/haproxy_configs.git", title="Use only connect via SSH") }}
|
Branch {{lang.words.name}}
*
|
{{ input('git-branch', size='30', placeholder="main") }}
|
{{lang.words.creds|title()}} {{lang.words.for}} {{lang.words.w_a}} git {{lang.words.user}}
*
|
|
{{lang.words.desc|title()}}
|
{{ input('git-description', size='30') }}
|