-
Notifications
You must be signed in to change notification settings - Fork 0
Add more error pages #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
## [1.0.0-r.2](v1.0.0-r.1...v1.0.0-r.2) (2025-11-16) ### Features * **401:** add 401 error page ([c7ac1d5](c7ac1d5)) * **403:** add 403 error page ([9d44c88](9d44c88))
|
All Contributors have signed the CLA. Thank you for your cooperation! |
|
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds two new HTTP error pages (401 Unauthorized and 403 Forbidden) and updates the README with Docker image deployment information.
Key changes:
- Added error pages for 401 (Unauthorized) and 403 (Forbidden) HTTP status codes
- Enhanced README documentation with Docker image pull instructions and release information
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/content/error_401.html | New error page for 401 Unauthorized status code |
| src/content/error_403.html | New error page for 403 Forbidden status code |
| README.md | Added Docker image registry information and pull instructions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.