2022-03-08 19:42:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version= "0.10" >
<variables >
2023-08-11 09:38:05 +02:00
<variable name= "remotes" description= "Create account and connexion to a PostgreSQL server" type= "domainname" multi= "True" provider= "Postgresql" hidden= "True" />
<family name= "remote_" description= "Account for " dynamic= "accounts.remotes" hidden= "True" >
2023-01-17 21:43:32 +01:00
<variable name= "remote_ip_" description= "Remote IP " type= "ip" mandatory= "True" />
2023-08-11 09:38:05 +02:00
<variable name= "database_" description= "Postgresql database name for " mandatory= "True" provider= "Postgresql:database" />
<variable name= "username_" description= "Postgresql username for " mandatory= "True" provider= "Postgresql:username" />
<variable name= "password_" description= "Postgresql password for " type= "password" mandatory= "True" provider= "Postgresql:password" />
2022-03-08 19:42:28 +01:00
</family>
</variables>
<constraints >
2022-08-18 10:19:43 +02:00
<fill name= "get_ip" >
2022-12-25 17:08:52 +01:00
<param type= "information" > zones</param>
2022-08-18 10:19:43 +02:00
<param type= "suffix" />
<target > accounts.remote_.remote_ip_</target>
2022-03-08 19:42:28 +01:00
</fill>
</constraints>
</rougail>