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.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
9 months ago | |
---|---|---|
check | 9 months ago | |
.env.sample | 9 months ago | |
.gitignore | 9 months ago | |
.woodpecker.yml | 9 months ago | |
LICENSE.md | 9 months ago | |
Makefile | 9 months ago | |
README.md | 9 months ago | |
requirements.txt | 9 months ago | |
setup.py | 9 months ago |
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.