You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo
Sven Ketelsen b4be575da2 bugfix: portal variable validation
- Tenant Name: ^[ a-zA-Z-]{4,15}$ -> ^[ a-zA-Z0-9-]{4,20}$
- Tenant Key: ^[a-z]{4,15}$ -> ^[a-z]{4,10}$
- Service Name: - -> ^[a-z0-9]{4,15}$
4 years ago
..
provisioning bugfix: portal variable validation 4 years ago
template bugfix: added variable declarations to template 4 years ago
.gitignore chore: gitignore 4 years ago
package.sh feat: added external task script worker mock support 4 years ago
wordpress_portal.sql.gz chore: maintenance 4 years ago