Transfer a resource to another site #1865

Closed
opened 2026-04-05 19:42:49 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @j4n-e4t on 1/16/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Of course.

Description

I've added the functionality to move a resource to a new site as mentioned in the roadmap.

Changes made:

  • New Card on settings/resources/[id]/general in the Next app
  • New API route in server/routers/resource/transferResource.ts to handle the transfer server-side

How to test?

  1. clone the project and checkout the j4n-e4t/transfer-resource-to-new-site branch
  2. run the project according to the docs
  3. create two sites and a resource
  4. Edit the resource and to to /general
*Originally created by @j4n-e4t on 1/16/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ✅ Of course. ## Description I've added the functionality to move a resource to a new site as mentioned in the [roadmap](https://docs.fossorial.io/roadmap). Changes made: * New Card on `settings/resources/[id]/general` in the Next app * New API route in `server/routers/resource/transferResource.ts` to handle the transfer server-side ## How to test? 1. clone the project and checkout the `j4n-e4t/transfer-resource-to-new-site` branch 2. run the project according to the [docs](https://docs.fossorial.io/development) 3. create two sites and a resource 4. `Edit` the resource and to to `/general`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1865