mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #73] [MERGED] update: Add custom domain support with automatic fallback validation #97
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/plugins/pull/73
Author: @FlexKleks
Created: 1/3/2026
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @Boy132
Base:
main← Head:main📝 Commits (2)
e53deceAdd custom domain support with automatic fallback validationd762559Add PHPStan type hint for getCustomDomainOptions📊 Changes
6 files changed (+148 additions, -12 deletions)
View changed files
📝
pastefox-share/README.md(+21 -7)📝
pastefox-share/config/pastefox-share.php(+1 -0)📝
pastefox-share/lang/en/messages.php(+10 -0)📝
pastefox-share/plugin.json(+1 -1)📝
pastefox-share/src/Filament/Components/Actions/UploadLogsAction.php(+58 -4)📝
pastefox-share/src/PasteFoxSharePlugin.php(+57 -0)📄 Description
Hey, here's a change to my “PasteFox Share” plugin.
Changes
Custom Domains
Users can now select a verified custom domain from their PasteFox account to use for paste URLs. The plugin automatically validates that the domain is still active before using it.
Fallback Behavior
If the configured API key or custom domain becomes unavailable, the plugin gracefully falls back to:
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.