-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Titan Auto-Deploy Script
committed
Oct 22, 2021
1 parent
23c46a0
commit 21358b0
Showing
18 changed files
with
536 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
COMPOSE_PROJECT_NAME=your_instance_name | ||
COMPOSE_PROFILES=development | ||
ENVIRONMENT=development | ||
PORT=8090 | ||
DB=5433 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
vendor | ||
.env | ||
.env.ci | ||
.env.backup | ||
log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<alert-mapping> | ||
<alert id="_UPDATE_PROFILE_" message="Faz mais de [DAYS] dias que você não atualiza seus dados pessoais." go="titan.php?target=body&toSection=[SECTION]&toAction=[ACTION]" icon="titan.php?target=loadFile&file=interface/alert/warning.gif" /> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<alert-mapping> | ||
<alert id="_UPDATE_PROFILE_" message="Faz mais de [DAYS] dias que você não atualiza seus dados pessoais." go="titan.php?target=body&toSection=[SECTION]&toAction=[ACTION]" icon="titan.php?target=loadFile&file=interface/alert/warning.gif" /> | ||
</alert-mapping> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<api-mapping> | ||
<application | ||
name="mobile" | ||
auth="APP|CLIENT-AS-USER" | ||
token="" | ||
request-timeout="36000" | ||
protocol="Embrapa" | ||
gcm-api-key="" | ||
send-alerts="true" | ||
/> | ||
|
||
<application | ||
name="pwa" | ||
auth="APP|USER-BY-MAIL" | ||
token="" | ||
protocol="Jwt" | ||
register-as="manager" | ||
/> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<api-mapping> | ||
<application | ||
name="mobile" | ||
auth="APP|CLIENT-AS-USER" | ||
token="" | ||
request-timeout="36000" | ||
protocol="Embrapa" | ||
gcm-api-key="" | ||
send-alerts="true" | ||
/> | ||
|
||
<application | ||
name="pwa" | ||
auth="APP|USER-BY-MAIL" | ||
token="" | ||
protocol="Jwt" | ||
register-as="manager"> | ||
<endpoint method="GET" uri="\/status" /> | ||
<endpoint method="POST" uri="\/pin\/add" /> | ||
<endpoint method="POST" uri="\/pin\/del" /> | ||
<endpoint method="POST" uri="\/login" /> | ||
<endpoint method="GET" uri="\/user" /> | ||
<endpoint method="POST" uri="\/user" /> | ||
<endpoint method="DELETE" uri="\/user\/[0-9]+" /> | ||
<endpoint method="GET" uri="\/disambiguation" /> | ||
</application> | ||
</api-mapping> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<section-mapping> | ||
<section | ||
label="Home | pt_BR: Página Inicial" | ||
name="home" | ||
component="global.home" | ||
icon="home" | ||
default="true" | ||
/> | ||
|
||
<section | ||
label="Base of Files | pt_BR: Banco de Arquivos" | ||
name="archive" | ||
component="global.archive" | ||
icon="files-o" | ||
/> | ||
|
||
<section | ||
label="Access Control | pt_BR: Controle de Acesso" | ||
name="access" | ||
component="global.group" | ||
icon="lock" | ||
admin="true" | ||
/> | ||
|
||
<section | ||
label="Managers Users | pt_BR: Usuários Gestores" | ||
name="manager" | ||
component="global.userPrivate" | ||
icon="users" | ||
father="access" | ||
/> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<section-mapping> | ||
<section | ||
label="Home | pt_BR: Página Inicial" | ||
name="home" | ||
component="global.home" | ||
icon="home" | ||
default="true" | ||
/> | ||
|
||
<section | ||
label="Base of Files | pt_BR: Banco de Arquivos" | ||
name="archive" | ||
component="global.archive" | ||
icon="files-o" | ||
/> | ||
|
||
<section | ||
label="Access Control | pt_BR: Controle de Acesso" | ||
name="access" | ||
component="global.group" | ||
icon="lock" | ||
admin="true" | ||
/> | ||
|
||
<section | ||
label="Managers Users | pt_BR: Usuários Gestores" | ||
name="manager" | ||
component="global.userPrivate" | ||
icon="users" | ||
father="access" | ||
/> | ||
</section-mapping> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ldap-mapping> | ||
<ldap | ||
id="" | ||
host="" | ||
user="" | ||
password="" | ||
dn="" | ||
ou="" | ||
gid="" | ||
update="" | ||
/> | ||
</ldap-mapping> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ldap-mapping> | ||
<ldap | ||
id="" | ||
host="" | ||
user="" | ||
password="" | ||
dn="" | ||
ou="" | ||
gid="" | ||
update="" | ||
/> | ||
</ldap-mapping> |
Oops, something went wrong.