shared-hosting/README.md

576 B

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.