Go to file
Aravinth Manivannan 820b19d114
ci/woodpecker/push/woodpecker Pipeline was successful Details
chore: refactor: use dataclasses for entities
2022-09-19 20:00:50 +05:30
check chore: refactor: use dataclasses for entities 2022-09-19 20:00:50 +05:30
.env.sample feat: setup dummy env vars 2022-09-19 00:47:47 +05:30
.gitignore feat: init 2022-09-19 00:33:06 +05:30
.woodpecker.yml feat: setup dummy env vars 2022-09-19 00:47:47 +05:30
LICENSE.md feat: init 2022-09-19 00:33:06 +05:30
Makefile feat: validate with user and org policy and tests 2022-09-19 00:34:38 +05:30
README.md feat: add readme badge 2022-09-19 00:45:36 +05:30
requirements.txt fix: freeze python deps and check into git 2022-09-19 00:45:07 +05:30
setup.py feat: validate with user and org policy and tests 2022-09-19 00:34:38 +05:30

README.md

status-badge

Shared Hosting policy checker

Development

Setup environment:

Copy env variables file

cp .env.sample .env.local

And fill the necessary variables. Policy checker requires an access token from an administrator account on Gitea.

To generate one, go to Settings > Applications > Manage Access Tokens and click generate token. Save the token in GITEA_SUDO_TOKEN

GITEA_URL is the URL of the development Gitea instance.