Hostea dash board
 
 
 
 
 
 
Go to file
Hostea dashboard 3ebc518e1f
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details
fix: don't send emails to VMs that were requested but not created
SUMMARY
    dash.models.Instance is created upon request and
    infrastructure.models.InstanceCreated when the instance is created.
    Using data from InstanceCreated to send invoices should solve this
    issue.
2022-09-12 04:05:41 +05:30
accounts feat: update name and web links to Gna! 2022-09-12 03:53:19 +05:30
billing fix: don't send emails to VMs that were requested but not created 2022-09-12 04:05:41 +05:30
common-static feat: change hostea logo to gna! 2022-09-12 03:53:19 +05:30
dash feat: update name and web links to Gna! 2022-09-12 03:53:19 +05:30
dashboard feat: update name and web links to Gna! 2022-09-12 03:53:19 +05:30
docs feat: update name and web links to Gna! 2022-09-12 03:53:19 +05:30
infrastructure fix: instance_names in tests must be alphanumeric and be < 20 chars 2022-09-12 03:33:20 +05:30
integration fix: hard-code CI_COMMIT_AUTHOR_* details to avoid failures in PR builds 2022-07-08 19:51:06 +05:30
support feat: update name and web links to Gna! 2022-09-12 03:53:19 +05:30
templates/registration feat: password reset workflow 2022-07-10 12:42:16 +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 feat & fix: install and configure whitenoise to serve static files in 2022-07-07 10:59:23 +05:30
.woodpecker.yml feat: CI: replace fleet repo remote URI with remote URI template 2022-07-01 19:57:22 +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: run collectstatic before launching development server to update static assets 2022-09-12 03:53:19 +05:30
README.md feat: update name and web links to Gna! 2022-09-12 03:53:19 +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 git config before push 2022-07-08 15:47:53 +02:00
requirements.txt git config before push 2022-07-08 15:47:53 +02:00

README.md

Hostea dashboard

status-badge AGPL License Chat

Customer workflow, Hostea admin interface and OIDC provider for Hostea

Hacking

See HACKING