Go to file
Aravinth Manivannan 7961e6c569
ci/woodpecker/push/woodpecker Pipeline failed Details
fix: freeze python deps and check into git
2022-09-19 00:45:07 +05:30
check feat: validate with user and org policy and tests 2022-09-19 00:34:38 +05:30
.env.sample feat: init 2022-09-19 00:33:06 +05:30
.gitignore feat: init 2022-09-19 00:33:06 +05:30
.woodpecker.yml feat: init 2022-09-19 00:33:06 +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: init 2022-09-19 00:33:06 +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

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.