Hostea dash board
 
 
 
 
 
 
Go to file
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
accounts fix: sender's email addres typo in send_verification_email 2022-06-29 00:49:35 +05:30
billing feat: redirect user after successful payments for VM creation 2022-06-29 00:22:49 +05:30
dash feat: vm delete management command 2022-06-28 01:24:43 +05:30
dashboard feat: configurable VM base domain and customer Gitea and Woodpecker URI generators 2022-06-29 11:05:33 +05:30
docs feat: docs: vm management commands 2022-06-28 01:31:42 +05:30
gitea hotfix: run gitea on host 2022-06-26 04:19:01 +05:30
infrastructure feat: configurable VM base domain and customer Gitea and Woodpecker URI generators 2022-06-29 11:05:33 +05:30
integration chore: auto-cleanup ~/.ssh/known_hosts 2022-06-28 23:49:24 +05:30
static feat: views for listing, viewing and deleting specific VMs 2022-06-18 22:12:41 +05:30
support feat: support app 2022-06-17 18:12:02 +05:30
tests feat: add test deployment keys 2022-06-26 04:52:01 +05:30
.dockerignore feat: pkg docker 2022-06-26 04:19:02 +05:30
.env-sample feat: add infrastructure env vars 2022-06-27 04:35:45 +05:30
.gitignore hotfix: run gitea on host 2022-06-26 04:19:01 +05:30
.woodpecker.yml feat: setup CI to use CI gitea 2022-06-27 04:36:56 +05:30
Dockerfile feat: pkg docker 2022-06-26 04:19:02 +05:30
LICENSE.md init 2022-04-27 17:03:47 +05:30
Makefile feat: setup CI to use CI gitea 2022-06-27 04:36:56 +05:30
README.md feat: init hacking instructions 2022-06-06 04:37:15 +05:30
docker-compose-dev-deps.yml feat: re-enable gitea service in docker-compose and CI env setup 2022-06-27 02:43:16 +05:30
manage.py init django 2022-04-27 17:09:07 +05:30
requirements.txt fix: idempotency: change configuration in fleet repository too, when vm 2022-06-28 23:57:02 +05:30

README.md

Hostea dashboard

status-badge AGPL License Chat

Customer workflow, Hostea admin interface and OIDC provider for Hostea

Hacking

See HACKING