You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Aravinth Manivannan 820b19d114
ci/woodpecker/push/woodpecker Pipeline was successful Details
chore: refactor: use dataclasses for entities
9 months ago
check chore: refactor: use dataclasses for entities 9 months ago
.env.sample feat: setup dummy env vars 9 months ago
.gitignore feat: init 9 months ago
.woodpecker.yml feat: setup dummy env vars 9 months ago
LICENSE.md feat: init 9 months ago
Makefile feat: validate with user and org policy and tests 9 months ago
README.md feat: add readme badge 9 months ago
requirements.txt fix: freeze python deps and check into git 9 months ago
setup.py feat: validate with user and org policy and tests 9 months ago

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.