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.
576 B
576 B
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.