mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #63] [MERGED] Add PasteFox Share plugin #91
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#91
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/63
Author: @FlexKleks
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @Boy132
Base:
main← Head:main📝 Commits (10+)
fcadc95Add PasteFox Share plugin86e45faAdd update URL and update.json for pastefox-sharea2e2a80Remove auto-update, set update_url to nulle63f698Add admin settings page in sidebarb1684fbAdd optional API key, effects, password, theme settings941e842Fix lint: remove unused imports and whitespace4e5f3a1Sync plugin settings modal with admin page settings58166f8Fix indentation44e6071Add Server Folders plugin8a8d480Update Server Folders & PasteFox Share📊 Changes
8 files changed (+344 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
pastefox-share/README.md(+42 -0)➕
pastefox-share/config/pastefox-share.php(+9 -0)➕
pastefox-share/lang/en/messages.php(+40 -0)➕
pastefox-share/plugin.json(+15 -0)➕
pastefox-share/src/Filament/Components/Actions/UploadLogsAction.php(+115 -0)➕
pastefox-share/src/PasteFoxSharePlugin.php(+104 -0)➕
pastefox-share/src/Providers/PasteFoxSharePluginProvider.php(+18 -0)📄 Description
Adds PasteFox Share plugin - allows users to share console logs via pastefox.com with one click.
Features
Soon also with different effects, folders, custom domains, etc.
Configuration
Requires
PASTEFOX_API_KEYin.env(get from https://pastefox.com/dashboard)Summary by CodeRabbit
New Features
Documentation
Localization
✏️ 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.