dashboard/infrastructure
Aravinth Manivannan fc5a23e60a
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details
feat: configurable VM base domain and customer Gitea and Woodpecker URI generators
SUMMARY

    The hostnames are partially generated by the Dashboard and
    enough.community.

    The stuff between angle brackets(`<>`) are substituted and filled-in
    by the Dashboard and the stuff between parenthesis(`{}`) are
    substituted and filled-in by enough.

URI FORMAT

    Gitea URI
	<vm-name>.{{ domain }}

    Woodpecker URI
	<vm-name>-ci.{{ domain }}

    Where domain is agreed to be equal to HOSTEA_DOMAIN

fixes: https://gitea.hostea.org/Hostea/dashboard/issues/11
2022-06-29 11:05:33 +05:30
..
management/commands feat: grab commit ID after add_vm execution 2022-06-29 00:27:47 +05:30
migrations fix: don't save Gitea admin passwords in DB 2022-06-28 20:53:56 +05:30
templates/infrastructure feat: show Gitea admin's login credentials and send creds via email to admin 2022-06-29 00:49:58 +05:30
__init__.py feat: bootstrap infrastructure app with create_instance delete_instance 2022-06-24 20:34:11 +05:30
admin.py feat: vm create management command 2022-06-28 00:57:25 +05:30
apps.py feat: bootstrap infrastructure app with create_instance delete_instance 2022-06-24 20:34:11 +05:30
models.py fix: don't save Gitea admin passwords in DB 2022-06-28 20:53:56 +05:30
tests.py feat: grab commit ID after add_vm execution 2022-06-29 00:27:47 +05:30
urls.py feat: bootstrap infrastructure app with create_instance delete_instance 2022-06-24 20:34:11 +05:30
utils.py feat: configurable VM base domain and customer Gitea and Woodpecker URI generators 2022-06-29 11:05:33 +05:30
views.py feat: configurable VM base domain and customer Gitea and Woodpecker URI generators 2022-06-29 11:05:33 +05:30