Check availability of subdomains under fosscu.org
If you'd like to give feedback or need support, please see our discord.
You can use docker to run it locally for development purpose
This is the recommended and only supported method of developing FOSSCU Subdomain Checker.
Note - You'll need NETLIFY_ACCESS_KEY
value in .env
in order to run this project, you can get in via Netlfiy Docs
git clone https://github.com/FOSS-Community/fosscu-subdomain-checker
cp fosscu-subdomain-checker/app/.env.example fosscu-subdomain-checker/app/.env
cd fosscu-subdomain-checker
docker-compose up -d --build
- Frontend can be accessed via: http://0.0.0.0:8020
- Backend can be accessed via: http://0.0.0.0:5173
Contributions are very welcome. Please lint/format code before creating PRs.