-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:usegalaxy-au/galaxy-media-site
- Loading branch information
Showing
46 changed files
with
485 additions
and
446 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 |
---|---|---|
|
@@ -7,15 +7,18 @@ HOSTNAME=localhost:8000 | |
CSRF_COOKIE_DOMAIN=.mysite.com | ||
|
||
# Postgres database credentials | ||
DB_NAME=webapp | ||
DB_USER=webapp | ||
DB_NAME=gms | ||
DB_USER=gms | ||
DB_PASSWORD="secret" | ||
|
||
# Credentials for your SMTP mail server | ||
MAIL_FROM_ADDRESS=[email protected] | ||
MAIL_TO_ADDRESS=[email protected] | ||
MAIL_USE_TLS=true | ||
|
||
# Optional: Send error emails to a different address than MAIL_FROM_ADDRESS | ||
SERVER_EMAIL=[email protected] | ||
|
||
MAIL_SMTP_PORT=25 | ||
MAIL_HOSTNAME=mail.mysite.com | ||
MAIL_SMTP_USERNAME=admin | ||
|
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,2 +1,2 @@ | ||
roles/* | ||
!roles/webapp | ||
!roles/galaxy_media_site |
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
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,6 +1,6 @@ | ||
[Unit] | ||
Description=Galaxy content site socket | ||
[Socket] | ||
ListenStream=/run/webapp.sock | ||
ListenStream=/run/gms.sock | ||
[Install] | ||
WantedBy=sockets.target |
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
This file was deleted.
Oops, something went wrong.
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,5 +1,5 @@ | ||
[webservers] | ||
site.usegalaxy.org.au ansible_connection=ssh ansible_user=ubuntu | ||
site.usegalaxy.org.au ansible_connection=ssh ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/galaxy | ||
|
||
[dev_webservers] | ||
dev-site.gvl.org.au ansible_connection=ssh ansible_user=ubuntu | ||
dev-site.gvl.org.au ansible_connection=ssh ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/galaxy |
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
2 changes: 1 addition & 1 deletion
2
.../ansible/roles/webapp/files/webapp.socket → .../roles/galaxy_media_site/files/gms.socket
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,6 +1,6 @@ | ||
[Unit] | ||
Description=Galaxy content site socket | ||
[Socket] | ||
ListenStream=/run/webapp.sock | ||
ListenStream=/run/gms.sock | ||
[Install] | ||
WantedBy=sockets.target |
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
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
.../roles/webapp/templates/webapp.service.j2 → ...alaxy_media_site/templates/gms.service.j2
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
File renamed without changes.
Oops, something went wrong.