Add signup redirect link

main
Louis Abel 5 months ago
parent d8db92eec5
commit 404ec9839e
Signed by: label
GPG Key ID: B37E62D143879B36

@ -0,0 +1,3 @@
<head>
<meta http-equiv='refresh' content='0; URL=https://accounts.rockylinux.org/'>
</head>

@ -28,6 +28,14 @@
when:
- not gitea_configured_file.stat.exists|bool
- name: Drop template direct for sign up link
ansible.builtin.copy:
src: "var/lib/gitea/custom/templates/user/auth/signup.tmpl"
dest: "/var/lib/gitea/custom/templates/user/auth/signup.tmpl"
mode: '0644'
owner: git
group: git
- name: Drop file to prevent further configuration
ansible.builtin.file:
name: /etc/gitea.configured

Loading…
Cancel
Save