Common Questions

Find answers to frequently asked questions about our service.

  • How to deploy the service
  • Configuration and setup
  • API usage and documentation
  • Troubleshooting common issues

Documentation

Comprehensive guides and tutorials to help you deploy and use our service.

  • Deployment guide
  • Configuration options
  • API reference
  • Best practices
Read Documentation

Community Support

Get help from the open-source community.

  • GitHub Issues for bug reports
  • GitHub Discussions for questions
  • Contribute to the project
  • Star the repo on GitHub
Visit GitHub Repository

Still Need Help?

Join our community or contribute to the project. As an open-source project, we rely on community support and contributions.

Join GitHub Community

Frequently Asked Questions

You can deploy the service to Cloudflare Pages using the Wrangler CLI. First, clone the repository, configure your environment variables in the wrangler.toml file, then run `wrangler pages deploy public` to deploy to Cloudflare Pages.
You'll need to configure variables like GENERATE_PAGE_PASSWORD for accessing the admin interface, ENCRYPTION_KEY for secure link generation, and JWT_SECRET for session management. Refer to the documentation for a complete list of required and optional variables.
Yes! After deploying to Cloudflare Pages, you can add a custom domain through the Cloudflare Pages dashboard. Follow Cloudflare's documentation to set up DNS records correctly.
Use the ALLOWED_DOMAINS environment variable to specify which target domains are allowed for redirection. Set it to a comma-separated list of domains, e.g., `example.com,test.org`.
Absolutely! We welcome contributions from the community. You can submit issues, feature requests, or pull requests on our GitHub repository.
To update your deployment, pull the latest changes from the repository and redeploy using `wrangler pages deploy public`. If you're using GitHub integration, changes will be automatically deployed when you push to the main branch.