diff --git a/packages/pending/mothership-dashboard/.env-template b/pending-packages/mothership-dashboard/.env-template similarity index 100% rename from packages/pending/mothership-dashboard/.env-template rename to pending-packages/mothership-dashboard/.env-template diff --git a/packages/pending/mothership-dashboard/.gitignore b/pending-packages/mothership-dashboard/.gitignore similarity index 100% rename from packages/pending/mothership-dashboard/.gitignore rename to pending-packages/mothership-dashboard/.gitignore diff --git a/packages/pending/mothership-dashboard/.npmignore b/pending-packages/mothership-dashboard/.npmignore similarity index 100% rename from packages/pending/mothership-dashboard/.npmignore rename to pending-packages/mothership-dashboard/.npmignore diff --git a/packages/pending/mothership-dashboard/.npmrc b/pending-packages/mothership-dashboard/.npmrc similarity index 100% rename from packages/pending/mothership-dashboard/.npmrc rename to pending-packages/mothership-dashboard/.npmrc diff --git a/packages/pending/mothership-dashboard/.prettierignore b/pending-packages/mothership-dashboard/.prettierignore similarity index 100% rename from packages/pending/mothership-dashboard/.prettierignore rename to pending-packages/mothership-dashboard/.prettierignore diff --git a/packages/pending/mothership-dashboard/README.md b/pending-packages/mothership-dashboard/README.md similarity index 100% rename from packages/pending/mothership-dashboard/README.md rename to pending-packages/mothership-dashboard/README.md diff --git a/packages/pending/mothership-dashboard/Rest/CreateInstance.ts b/pending-packages/mothership-dashboard/Rest/CreateInstance.ts similarity index 100% rename from packages/pending/mothership-dashboard/Rest/CreateInstance.ts rename to pending-packages/mothership-dashboard/Rest/CreateInstance.ts diff --git a/packages/pending/mothership-dashboard/Rest/DeleteInstance.ts b/pending-packages/mothership-dashboard/Rest/DeleteInstance.ts similarity index 100% rename from packages/pending/mothership-dashboard/Rest/DeleteInstance.ts rename to pending-packages/mothership-dashboard/Rest/DeleteInstance.ts diff --git a/packages/pending/mothership-dashboard/Rest/GetUserTokenInfo.ts b/pending-packages/mothership-dashboard/Rest/GetUserTokenInfo.ts similarity index 100% rename from packages/pending/mothership-dashboard/Rest/GetUserTokenInfo.ts rename to pending-packages/mothership-dashboard/Rest/GetUserTokenInfo.ts diff --git a/packages/pending/mothership-dashboard/Rest/UpdateInstance.ts b/pending-packages/mothership-dashboard/Rest/UpdateInstance.ts similarity index 100% rename from packages/pending/mothership-dashboard/Rest/UpdateInstance.ts rename to pending-packages/mothership-dashboard/Rest/UpdateInstance.ts diff --git a/packages/pending/mothership-dashboard/Rest/index.ts b/pending-packages/mothership-dashboard/Rest/index.ts similarity index 100% rename from packages/pending/mothership-dashboard/Rest/index.ts rename to pending-packages/mothership-dashboard/Rest/index.ts diff --git a/packages/pending/mothership-dashboard/User.ts b/pending-packages/mothership-dashboard/User.ts similarity index 100% rename from packages/pending/mothership-dashboard/User.ts rename to pending-packages/mothership-dashboard/User.ts diff --git a/packages/pending/mothership-dashboard/marked.config.js b/pending-packages/mothership-dashboard/marked.config.js similarity index 100% rename from packages/pending/mothership-dashboard/marked.config.js rename to pending-packages/mothership-dashboard/marked.config.js diff --git a/packages/pending/mothership-dashboard/package.json b/pending-packages/mothership-dashboard/package.json similarity index 100% rename from packages/pending/mothership-dashboard/package.json rename to pending-packages/mothership-dashboard/package.json diff --git a/packages/pending/mothership-dashboard/pocketbase-client-helpers/RestHelper.ts b/pending-packages/mothership-dashboard/pocketbase-client-helpers/RestHelper.ts similarity index 100% rename from packages/pending/mothership-dashboard/pocketbase-client-helpers/RestHelper.ts rename to pending-packages/mothership-dashboard/pocketbase-client-helpers/RestHelper.ts diff --git a/packages/pending/mothership-dashboard/pocketbase-client-helpers/index.ts b/pending-packages/mothership-dashboard/pocketbase-client-helpers/index.ts similarity index 100% rename from packages/pending/mothership-dashboard/pocketbase-client-helpers/index.ts rename to pending-packages/mothership-dashboard/pocketbase-client-helpers/index.ts diff --git a/packages/pending/mothership-dashboard/postcss.config.cjs b/pending-packages/mothership-dashboard/postcss.config.cjs similarity index 100% rename from packages/pending/mothership-dashboard/postcss.config.cjs rename to pending-packages/mothership-dashboard/postcss.config.cjs diff --git a/packages/pending/mothership-dashboard/src/app.css b/pending-packages/mothership-dashboard/src/app.css similarity index 100% rename from packages/pending/mothership-dashboard/src/app.css rename to pending-packages/mothership-dashboard/src/app.css diff --git a/packages/pending/mothership-dashboard/src/app.html b/pending-packages/mothership-dashboard/src/app.html similarity index 100% rename from packages/pending/mothership-dashboard/src/app.html rename to pending-packages/mothership-dashboard/src/app.html diff --git a/packages/pending/mothership-dashboard/src/components/AlertBar.svelte b/pending-packages/mothership-dashboard/src/components/AlertBar.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/AlertBar.svelte rename to pending-packages/mothership-dashboard/src/components/AlertBar.svelte diff --git a/packages/pending/mothership-dashboard/src/components/Clipboard.svelte b/pending-packages/mothership-dashboard/src/components/Clipboard.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/Clipboard.svelte rename to pending-packages/mothership-dashboard/src/components/Clipboard.svelte diff --git a/packages/pending/mothership-dashboard/src/components/CodeSample.svelte b/pending-packages/mothership-dashboard/src/components/CodeSample.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/CodeSample.svelte rename to pending-packages/mothership-dashboard/src/components/CodeSample.svelte diff --git a/packages/pending/mothership-dashboard/src/components/CopyButton.svelte b/pending-packages/mothership-dashboard/src/components/CopyButton.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/CopyButton.svelte rename to pending-packages/mothership-dashboard/src/components/CopyButton.svelte diff --git a/packages/pending/mothership-dashboard/src/components/Logo.svelte b/pending-packages/mothership-dashboard/src/components/Logo.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/Logo.svelte rename to pending-packages/mothership-dashboard/src/components/Logo.svelte diff --git a/packages/pending/mothership-dashboard/src/components/MediaQuery.svelte b/pending-packages/mothership-dashboard/src/components/MediaQuery.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/MediaQuery.svelte rename to pending-packages/mothership-dashboard/src/components/MediaQuery.svelte diff --git a/packages/pending/mothership-dashboard/src/components/MobileNavDrawer.svelte b/pending-packages/mothership-dashboard/src/components/MobileNavDrawer.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/MobileNavDrawer.svelte rename to pending-packages/mothership-dashboard/src/components/MobileNavDrawer.svelte diff --git a/packages/pending/mothership-dashboard/src/components/Navbar.svelte b/pending-packages/mothership-dashboard/src/components/Navbar.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/Navbar.svelte rename to pending-packages/mothership-dashboard/src/components/Navbar.svelte diff --git a/packages/pending/mothership-dashboard/src/components/ProvisioningStatus.svelte b/pending-packages/mothership-dashboard/src/components/ProvisioningStatus.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/ProvisioningStatus.svelte rename to pending-packages/mothership-dashboard/src/components/ProvisioningStatus.svelte diff --git a/packages/pending/mothership-dashboard/src/components/SubscriptionStatus.svelte b/pending-packages/mothership-dashboard/src/components/SubscriptionStatus.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/SubscriptionStatus.svelte rename to pending-packages/mothership-dashboard/src/components/SubscriptionStatus.svelte diff --git a/packages/pending/mothership-dashboard/src/components/VerifyAccountBar.svelte b/pending-packages/mothership-dashboard/src/components/VerifyAccountBar.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/VerifyAccountBar.svelte rename to pending-packages/mothership-dashboard/src/components/VerifyAccountBar.svelte diff --git a/packages/pending/mothership-dashboard/src/components/cards/Card.svelte b/pending-packages/mothership-dashboard/src/components/cards/Card.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/cards/Card.svelte rename to pending-packages/mothership-dashboard/src/components/cards/Card.svelte diff --git a/packages/pending/mothership-dashboard/src/components/cards/CardHeader.svelte b/pending-packages/mothership-dashboard/src/components/cards/CardHeader.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/cards/CardHeader.svelte rename to pending-packages/mothership-dashboard/src/components/cards/CardHeader.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/AuthStateGuard.svelte b/pending-packages/mothership-dashboard/src/components/helpers/AuthStateGuard.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/AuthStateGuard.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/AuthStateGuard.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/Meta.svelte b/pending-packages/mothership-dashboard/src/components/helpers/Meta.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/Meta.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/Meta.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/TinyButton.svelte b/pending-packages/mothership-dashboard/src/components/helpers/TinyButton.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/TinyButton.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/TinyButton.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/UserLoggedIn.svelte b/pending-packages/mothership-dashboard/src/components/helpers/UserLoggedIn.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/UserLoggedIn.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/UserLoggedIn.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/UserLoggedOut.svelte b/pending-packages/mothership-dashboard/src/components/helpers/UserLoggedOut.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/UserLoggedOut.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/UserLoggedOut.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/UserUnverified.svelte b/pending-packages/mothership-dashboard/src/components/helpers/UserUnverified.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/UserUnverified.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/UserUnverified.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/UserVerified.svelte b/pending-packages/mothership-dashboard/src/components/helpers/UserVerified.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/UserVerified.svelte rename to pending-packages/mothership-dashboard/src/components/helpers/UserVerified.svelte diff --git a/packages/pending/mothership-dashboard/src/components/helpers/theme.ts b/pending-packages/mothership-dashboard/src/components/helpers/theme.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/components/helpers/theme.ts rename to pending-packages/mothership-dashboard/src/components/helpers/theme.ts diff --git a/packages/pending/mothership-dashboard/src/components/login-register/InstanceGeneratorWidget.svelte b/pending-packages/mothership-dashboard/src/components/login-register/InstanceGeneratorWidget.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/login-register/InstanceGeneratorWidget.svelte rename to pending-packages/mothership-dashboard/src/components/login-register/InstanceGeneratorWidget.svelte diff --git a/packages/pending/mothership-dashboard/src/components/login-register/LoginForm.svelte b/pending-packages/mothership-dashboard/src/components/login-register/LoginForm.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/login-register/LoginForm.svelte rename to pending-packages/mothership-dashboard/src/components/login-register/LoginForm.svelte diff --git a/packages/pending/mothership-dashboard/src/components/login-register/NewInstanceProcessingBlock.svelte b/pending-packages/mothership-dashboard/src/components/login-register/NewInstanceProcessingBlock.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/login-register/NewInstanceProcessingBlock.svelte rename to pending-packages/mothership-dashboard/src/components/login-register/NewInstanceProcessingBlock.svelte diff --git a/packages/pending/mothership-dashboard/src/components/login-register/RegisterForm.svelte b/pending-packages/mothership-dashboard/src/components/login-register/RegisterForm.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/login-register/RegisterForm.svelte rename to pending-packages/mothership-dashboard/src/components/login-register/RegisterForm.svelte diff --git a/packages/pending/mothership-dashboard/src/components/sidebar/SidebarNavLink.svelte b/pending-packages/mothership-dashboard/src/components/sidebar/SidebarNavLink.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/sidebar/SidebarNavLink.svelte rename to pending-packages/mothership-dashboard/src/components/sidebar/SidebarNavLink.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/FeatureName.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/FeatureName.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/FeatureName.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/FeatureName.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/FeatureSupportBlock.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/FeatureSupportBlock.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/FeatureSupportBlock.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/FeatureSupportBlock.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/MobileTable.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/MobileTable.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/MobileTable.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/MobileTable.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/NoBlock.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/NoBlock.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/NoBlock.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/NoBlock.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/PricingTable.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/PricingTable.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/PricingTable.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/PricingTable.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/TextBlock.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/TextBlock.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/TextBlock.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/TextBlock.svelte diff --git a/packages/pending/mothership-dashboard/src/components/tables/pricing-table/YesBlock.svelte b/pending-packages/mothership-dashboard/src/components/tables/pricing-table/YesBlock.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/components/tables/pricing-table/YesBlock.svelte rename to pending-packages/mothership-dashboard/src/components/tables/pricing-table/YesBlock.svelte diff --git a/packages/pending/mothership-dashboard/src/env.ts b/pending-packages/mothership-dashboard/src/env.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/env.ts rename to pending-packages/mothership-dashboard/src/env.ts diff --git a/packages/pending/mothership-dashboard/src/pocketbase-client/PocketbaseClient.ts b/pending-packages/mothership-dashboard/src/pocketbase-client/PocketbaseClient.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/pocketbase-client/PocketbaseClient.ts rename to pending-packages/mothership-dashboard/src/pocketbase-client/PocketbaseClient.ts diff --git a/packages/pending/mothership-dashboard/src/pocketbase-client/index.ts b/pending-packages/mothership-dashboard/src/pocketbase-client/index.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/pocketbase-client/index.ts rename to pending-packages/mothership-dashboard/src/pocketbase-client/index.ts diff --git a/packages/pending/mothership-dashboard/src/routes/+error.svelte b/pending-packages/mothership-dashboard/src/routes/+error.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/+error.svelte rename to pending-packages/mothership-dashboard/src/routes/+error.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/+layout.svelte b/pending-packages/mothership-dashboard/src/routes/+layout.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/+layout.svelte rename to pending-packages/mothership-dashboard/src/routes/+layout.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/+layout.ts b/pending-packages/mothership-dashboard/src/routes/+layout.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/+layout.ts rename to pending-packages/mothership-dashboard/src/routes/+layout.ts diff --git a/packages/pending/mothership-dashboard/src/routes/+page.svelte b/pending-packages/mothership-dashboard/src/routes/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/InstancesGuard.svelte b/pending-packages/mothership-dashboard/src/routes/InstancesGuard.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/InstancesGuard.svelte rename to pending-packages/mothership-dashboard/src/routes/InstancesGuard.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/+layout.svelte b/pending-packages/mothership-dashboard/src/routes/account/+layout.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/+layout.svelte rename to pending-packages/mothership-dashboard/src/routes/account/+layout.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/+page.svelte b/pending-packages/mothership-dashboard/src/routes/account/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/account/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/Card.svelte b/pending-packages/mothership-dashboard/src/routes/account/Card.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/Card.svelte rename to pending-packages/mothership-dashboard/src/routes/account/Card.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/Check.svelte b/pending-packages/mothership-dashboard/src/routes/account/Check.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/Check.svelte rename to pending-packages/mothership-dashboard/src/routes/account/Check.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/FAQItem.svelte b/pending-packages/mothership-dashboard/src/routes/account/FAQItem.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/FAQItem.svelte rename to pending-packages/mothership-dashboard/src/routes/account/FAQItem.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/FAQSection.svelte b/pending-packages/mothership-dashboard/src/routes/account/FAQSection.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/FAQSection.svelte rename to pending-packages/mothership-dashboard/src/routes/account/FAQSection.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/PricingCard.svelte b/pending-packages/mothership-dashboard/src/routes/account/PricingCard.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/PricingCard.svelte rename to pending-packages/mothership-dashboard/src/routes/account/PricingCard.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/account/notifications/+page.svelte b/pending-packages/mothership-dashboard/src/routes/account/notifications/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/account/notifications/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/account/notifications/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/+layout.svelte b/pending-packages/mothership-dashboard/src/routes/app/+layout.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/+layout.svelte rename to pending-packages/mothership-dashboard/src/routes/app/+layout.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/+layout.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/+layout.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/+layout.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/+layout.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/+page.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/Code.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/Code.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/Code.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/Code.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/Ftpx.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/Ftpx.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/Ftpx.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/Ftpx.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/Overview.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/Overview.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/Overview.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/Overview.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/+page.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/Logging.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/Logging.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/Logging.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/Logging.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/LoggingInner.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/LoggingInner.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/LoggingInner.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/logs/LoggingInner.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/+page.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Form.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Form.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Form.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Form.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/List.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/List.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/List.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/List.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Secrets.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Secrets.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Secrets.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/Secrets.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/SecretsInner.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/SecretsInner.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/SecretsInner.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/SecretsInner.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/stores.ts b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/stores.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/stores.ts rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/secrets/stores.ts diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/+page.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/AdminSync.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/AdminSync.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/AdminSync.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/AdminSync.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/CustomDomain.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/CustomDomain.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/CustomDomain.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/CustomDomain.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DangerZoneTitle.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DangerZoneTitle.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DangerZoneTitle.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DangerZoneTitle.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DeleteInstance.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DeleteInstance.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DeleteInstance.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DeleteInstance.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DevMode.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DevMode.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DevMode.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/DevMode.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/ErrorMessage.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/ErrorMessage.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/ErrorMessage.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/ErrorMessage.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/Maintenance.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/Maintenance.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/Maintenance.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/Maintenance.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/RenameInstance.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/RenameInstance.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/RenameInstance.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/RenameInstance.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionChange.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionChange.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionChange.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionChange.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionPicker.svelte b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionPicker.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionPicker.svelte rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/settings/VersionChange/VersionPicker.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/store.ts b/pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/store.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/instances/[instanceId]/store.ts rename to pending-packages/mothership-dashboard/src/routes/app/instances/[instanceId]/store.ts diff --git a/packages/pending/mothership-dashboard/src/routes/app/new/+page.svelte b/pending-packages/mothership-dashboard/src/routes/app/new/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/new/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/app/new/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/new/Creator.svelte b/pending-packages/mothership-dashboard/src/routes/app/new/Creator.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/new/Creator.svelte rename to pending-packages/mothership-dashboard/src/routes/app/new/Creator.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/app/new/Paywall.svelte b/pending-packages/mothership-dashboard/src/routes/app/new/Paywall.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/app/new/Paywall.svelte rename to pending-packages/mothership-dashboard/src/routes/app/new/Paywall.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/dashboard/+layout.svelte b/pending-packages/mothership-dashboard/src/routes/dashboard/+layout.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/dashboard/+layout.svelte rename to pending-packages/mothership-dashboard/src/routes/dashboard/+layout.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/dashboard/Dashboard.svelte b/pending-packages/mothership-dashboard/src/routes/dashboard/Dashboard.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/dashboard/Dashboard.svelte rename to pending-packages/mothership-dashboard/src/routes/dashboard/Dashboard.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/dashboard/InstanceList.svelte b/pending-packages/mothership-dashboard/src/routes/dashboard/InstanceList.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/dashboard/InstanceList.svelte rename to pending-packages/mothership-dashboard/src/routes/dashboard/InstanceList.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/dashboard/InstanceRow.svelte b/pending-packages/mothership-dashboard/src/routes/dashboard/InstanceRow.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/dashboard/InstanceRow.svelte rename to pending-packages/mothership-dashboard/src/routes/dashboard/InstanceRow.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/dashboard/UsageChartForAllInstances.svelte b/pending-packages/mothership-dashboard/src/routes/dashboard/UsageChartForAllInstances.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/dashboard/UsageChartForAllInstances.svelte rename to pending-packages/mothership-dashboard/src/routes/dashboard/UsageChartForAllInstances.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/login/+page.svelte b/pending-packages/mothership-dashboard/src/routes/login/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/login/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/login/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/login/confirm-account/+page.svelte b/pending-packages/mothership-dashboard/src/routes/login/confirm-account/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/login/confirm-account/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/login/confirm-account/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/login/password-reset/+page.svelte b/pending-packages/mothership-dashboard/src/routes/login/password-reset/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/login/password-reset/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/login/password-reset/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/routes/login/password-reset/confirm/+page.svelte b/pending-packages/mothership-dashboard/src/routes/login/password-reset/confirm/+page.svelte similarity index 100% rename from packages/pending/mothership-dashboard/src/routes/login/password-reset/confirm/+page.svelte rename to pending-packages/mothership-dashboard/src/routes/login/password-reset/confirm/+page.svelte diff --git a/packages/pending/mothership-dashboard/src/services.ts b/pending-packages/mothership-dashboard/src/services.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/services.ts rename to pending-packages/mothership-dashboard/src/services.ts diff --git a/packages/pending/mothership-dashboard/src/util/componentCleanup.ts b/pending-packages/mothership-dashboard/src/util/componentCleanup.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/util/componentCleanup.ts rename to pending-packages/mothership-dashboard/src/util/componentCleanup.ts diff --git a/packages/pending/mothership-dashboard/src/util/database.ts b/pending-packages/mothership-dashboard/src/util/database.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/util/database.ts rename to pending-packages/mothership-dashboard/src/util/database.ts diff --git a/packages/pending/mothership-dashboard/src/util/events.ts b/pending-packages/mothership-dashboard/src/util/events.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/util/events.ts rename to pending-packages/mothership-dashboard/src/util/events.ts diff --git a/packages/pending/mothership-dashboard/src/util/stores.ts b/pending-packages/mothership-dashboard/src/util/stores.ts similarity index 100% rename from packages/pending/mothership-dashboard/src/util/stores.ts rename to pending-packages/mothership-dashboard/src/util/stores.ts diff --git a/packages/pending/mothership-dashboard/static/favicon.ico b/pending-packages/mothership-dashboard/static/favicon.ico similarity index 100% rename from packages/pending/mothership-dashboard/static/favicon.ico rename to pending-packages/mothership-dashboard/static/favicon.ico diff --git a/packages/pending/mothership-dashboard/static/favicon.png b/pending-packages/mothership-dashboard/static/favicon.png similarity index 100% rename from packages/pending/mothership-dashboard/static/favicon.png rename to pending-packages/mothership-dashboard/static/favicon.png diff --git a/packages/pending/mothership-dashboard/static/icons/all.min.css b/pending-packages/mothership-dashboard/static/icons/all.min.css similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/all.min.css rename to pending-packages/mothership-dashboard/static/icons/all.min.css diff --git a/packages/pending/mothership-dashboard/static/icons/brands.min.css b/pending-packages/mothership-dashboard/static/icons/brands.min.css similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/brands.min.css rename to pending-packages/mothership-dashboard/static/icons/brands.min.css diff --git a/packages/pending/mothership-dashboard/static/icons/fontawesome.min.css b/pending-packages/mothership-dashboard/static/icons/fontawesome.min.css similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/fontawesome.min.css rename to pending-packages/mothership-dashboard/static/icons/fontawesome.min.css diff --git a/packages/pending/mothership-dashboard/static/icons/icon-192x192.png b/pending-packages/mothership-dashboard/static/icons/icon-192x192.png similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/icon-192x192.png rename to pending-packages/mothership-dashboard/static/icons/icon-192x192.png diff --git a/packages/pending/mothership-dashboard/static/icons/icon-256x256.png b/pending-packages/mothership-dashboard/static/icons/icon-256x256.png similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/icon-256x256.png rename to pending-packages/mothership-dashboard/static/icons/icon-256x256.png diff --git a/packages/pending/mothership-dashboard/static/icons/icon-384x384.png b/pending-packages/mothership-dashboard/static/icons/icon-384x384.png similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/icon-384x384.png rename to pending-packages/mothership-dashboard/static/icons/icon-384x384.png diff --git a/packages/pending/mothership-dashboard/static/icons/icon-512x512.png b/pending-packages/mothership-dashboard/static/icons/icon-512x512.png similarity index 100% rename from packages/pending/mothership-dashboard/static/icons/icon-512x512.png rename to pending-packages/mothership-dashboard/static/icons/icon-512x512.png diff --git a/packages/pending/mothership-dashboard/static/images/logo-square.png b/pending-packages/mothership-dashboard/static/images/logo-square.png similarity index 100% rename from packages/pending/mothership-dashboard/static/images/logo-square.png rename to pending-packages/mothership-dashboard/static/images/logo-square.png diff --git a/packages/pending/mothership-dashboard/static/images/pocketbase-intro-screen.jpg b/pending-packages/mothership-dashboard/static/images/pocketbase-intro-screen.jpg similarity index 100% rename from packages/pending/mothership-dashboard/static/images/pocketbase-intro-screen.jpg rename to pending-packages/mothership-dashboard/static/images/pocketbase-intro-screen.jpg diff --git a/packages/pending/mothership-dashboard/static/images/pocketbase-logo.svg b/pending-packages/mothership-dashboard/static/images/pocketbase-logo.svg similarity index 100% rename from packages/pending/mothership-dashboard/static/images/pocketbase-logo.svg rename to pending-packages/mothership-dashboard/static/images/pocketbase-logo.svg diff --git a/packages/pending/mothership-dashboard/static/images/pockethost-cloud-logo.jpg b/pending-packages/mothership-dashboard/static/images/pockethost-cloud-logo.jpg similarity index 100% rename from packages/pending/mothership-dashboard/static/images/pockethost-cloud-logo.jpg rename to pending-packages/mothership-dashboard/static/images/pockethost-cloud-logo.jpg diff --git a/packages/pending/mothership-dashboard/static/manifest.json b/pending-packages/mothership-dashboard/static/manifest.json similarity index 100% rename from packages/pending/mothership-dashboard/static/manifest.json rename to pending-packages/mothership-dashboard/static/manifest.json diff --git a/packages/pending/mothership-dashboard/static/poster.png b/pending-packages/mothership-dashboard/static/poster.png similarity index 100% rename from packages/pending/mothership-dashboard/static/poster.png rename to pending-packages/mothership-dashboard/static/poster.png diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-brands-400.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-brands-400.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-brands-400.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-brands-400.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-brands-400.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-brands-400.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-brands-400.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-brands-400.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-duotone-900.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-duotone-900.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-duotone-900.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-duotone-900.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-duotone-900.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-duotone-900.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-duotone-900.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-duotone-900.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-light-300.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-light-300.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-light-300.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-light-300.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-light-300.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-light-300.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-light-300.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-light-300.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-regular-400.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-regular-400.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-regular-400.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-regular-400.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-regular-400.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-regular-400.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-regular-400.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-regular-400.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-sharp-light-300.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-sharp-light-300.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-sharp-light-300.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-sharp-light-300.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-sharp-light-300.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-sharp-light-300.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-sharp-light-300.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-sharp-light-300.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-sharp-regular-400.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-sharp-regular-400.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-sharp-regular-400.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-sharp-regular-400.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-sharp-regular-400.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-sharp-regular-400.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-sharp-regular-400.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-sharp-regular-400.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-sharp-solid-900.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-sharp-solid-900.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-sharp-solid-900.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-sharp-solid-900.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-sharp-solid-900.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-sharp-solid-900.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-sharp-solid-900.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-sharp-solid-900.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-solid-900.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-solid-900.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-solid-900.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-solid-900.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-solid-900.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-solid-900.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-solid-900.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-solid-900.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-thin-100.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-thin-100.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-thin-100.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-thin-100.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-thin-100.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-thin-100.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-thin-100.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-thin-100.woff2 diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-v4compatibility.ttf b/pending-packages/mothership-dashboard/static/webfonts/fa-v4compatibility.ttf similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-v4compatibility.ttf rename to pending-packages/mothership-dashboard/static/webfonts/fa-v4compatibility.ttf diff --git a/packages/pending/mothership-dashboard/static/webfonts/fa-v4compatibility.woff2 b/pending-packages/mothership-dashboard/static/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from packages/pending/mothership-dashboard/static/webfonts/fa-v4compatibility.woff2 rename to pending-packages/mothership-dashboard/static/webfonts/fa-v4compatibility.woff2 diff --git a/packages/pending/mothership-dashboard/svelte.config.js b/pending-packages/mothership-dashboard/svelte.config.js similarity index 100% rename from packages/pending/mothership-dashboard/svelte.config.js rename to pending-packages/mothership-dashboard/svelte.config.js diff --git a/packages/pending/mothership-dashboard/tailwind.config.cjs b/pending-packages/mothership-dashboard/tailwind.config.cjs similarity index 100% rename from packages/pending/mothership-dashboard/tailwind.config.cjs rename to pending-packages/mothership-dashboard/tailwind.config.cjs diff --git a/packages/pending/mothership-dashboard/tsconfig.json b/pending-packages/mothership-dashboard/tsconfig.json similarity index 100% rename from packages/pending/mothership-dashboard/tsconfig.json rename to pending-packages/mothership-dashboard/tsconfig.json diff --git a/packages/pending/mothership-dashboard/types.ts b/pending-packages/mothership-dashboard/types.ts similarity index 100% rename from packages/pending/mothership-dashboard/types.ts rename to pending-packages/mothership-dashboard/types.ts diff --git a/packages/pending/mothership-dashboard/vite.config.ts b/pending-packages/mothership-dashboard/vite.config.ts similarity index 100% rename from packages/pending/mothership-dashboard/vite.config.ts rename to pending-packages/mothership-dashboard/vite.config.ts diff --git a/packages/pending/mothership-superadmin/.env-template b/pending-packages/mothership-superadmin/.env-template similarity index 100% rename from packages/pending/mothership-superadmin/.env-template rename to pending-packages/mothership-superadmin/.env-template diff --git a/packages/pending/mothership-superadmin/.gitignore b/pending-packages/mothership-superadmin/.gitignore similarity index 100% rename from packages/pending/mothership-superadmin/.gitignore rename to pending-packages/mothership-superadmin/.gitignore diff --git a/packages/pending/mothership-superadmin/.npmignore b/pending-packages/mothership-superadmin/.npmignore similarity index 100% rename from packages/pending/mothership-superadmin/.npmignore rename to pending-packages/mothership-superadmin/.npmignore diff --git a/packages/pending/mothership-superadmin/.npmrc b/pending-packages/mothership-superadmin/.npmrc similarity index 100% rename from packages/pending/mothership-superadmin/.npmrc rename to pending-packages/mothership-superadmin/.npmrc diff --git a/packages/pending/mothership-superadmin/.prettierignore b/pending-packages/mothership-superadmin/.prettierignore similarity index 100% rename from packages/pending/mothership-superadmin/.prettierignore rename to pending-packages/mothership-superadmin/.prettierignore diff --git a/packages/pending/mothership-superadmin/README.md b/pending-packages/mothership-superadmin/README.md similarity index 100% rename from packages/pending/mothership-superadmin/README.md rename to pending-packages/mothership-superadmin/README.md diff --git a/packages/pending/mothership-superadmin/marked.config.js b/pending-packages/mothership-superadmin/marked.config.js similarity index 100% rename from packages/pending/mothership-superadmin/marked.config.js rename to pending-packages/mothership-superadmin/marked.config.js diff --git a/packages/pending/mothership-superadmin/package.json b/pending-packages/mothership-superadmin/package.json similarity index 100% rename from packages/pending/mothership-superadmin/package.json rename to pending-packages/mothership-superadmin/package.json diff --git a/packages/pending/mothership-superadmin/postcss.config.cjs b/pending-packages/mothership-superadmin/postcss.config.cjs similarity index 100% rename from packages/pending/mothership-superadmin/postcss.config.cjs rename to pending-packages/mothership-superadmin/postcss.config.cjs diff --git a/packages/pending/mothership-superadmin/src/app.css b/pending-packages/mothership-superadmin/src/app.css similarity index 100% rename from packages/pending/mothership-superadmin/src/app.css rename to pending-packages/mothership-superadmin/src/app.css diff --git a/packages/pending/mothership-superadmin/src/app.html b/pending-packages/mothership-superadmin/src/app.html similarity index 100% rename from packages/pending/mothership-superadmin/src/app.html rename to pending-packages/mothership-superadmin/src/app.html diff --git a/packages/pending/mothership-superadmin/src/components/AlertBar.svelte b/pending-packages/mothership-superadmin/src/components/AlertBar.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/AlertBar.svelte rename to pending-packages/mothership-superadmin/src/components/AlertBar.svelte diff --git a/packages/pending/mothership-superadmin/src/components/Clipboard.svelte b/pending-packages/mothership-superadmin/src/components/Clipboard.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/Clipboard.svelte rename to pending-packages/mothership-superadmin/src/components/Clipboard.svelte diff --git a/packages/pending/mothership-superadmin/src/components/CodeSample.svelte b/pending-packages/mothership-superadmin/src/components/CodeSample.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/CodeSample.svelte rename to pending-packages/mothership-superadmin/src/components/CodeSample.svelte diff --git a/packages/pending/mothership-superadmin/src/components/CopyButton.svelte b/pending-packages/mothership-superadmin/src/components/CopyButton.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/CopyButton.svelte rename to pending-packages/mothership-superadmin/src/components/CopyButton.svelte diff --git a/packages/pending/mothership-superadmin/src/components/Logo.svelte b/pending-packages/mothership-superadmin/src/components/Logo.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/Logo.svelte rename to pending-packages/mothership-superadmin/src/components/Logo.svelte diff --git a/packages/pending/mothership-superadmin/src/components/MediaQuery.svelte b/pending-packages/mothership-superadmin/src/components/MediaQuery.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/MediaQuery.svelte rename to pending-packages/mothership-superadmin/src/components/MediaQuery.svelte diff --git a/packages/pending/mothership-superadmin/src/components/MobileNavDrawer.svelte b/pending-packages/mothership-superadmin/src/components/MobileNavDrawer.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/MobileNavDrawer.svelte rename to pending-packages/mothership-superadmin/src/components/MobileNavDrawer.svelte diff --git a/packages/pending/mothership-superadmin/src/components/cards/Card.svelte b/pending-packages/mothership-superadmin/src/components/cards/Card.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/cards/Card.svelte rename to pending-packages/mothership-superadmin/src/components/cards/Card.svelte diff --git a/packages/pending/mothership-superadmin/src/components/cards/CardHeader.svelte b/pending-packages/mothership-superadmin/src/components/cards/CardHeader.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/cards/CardHeader.svelte rename to pending-packages/mothership-superadmin/src/components/cards/CardHeader.svelte diff --git a/packages/pending/mothership-superadmin/src/components/helpers/AuthStateGuard.svelte b/pending-packages/mothership-superadmin/src/components/helpers/AuthStateGuard.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/helpers/AuthStateGuard.svelte rename to pending-packages/mothership-superadmin/src/components/helpers/AuthStateGuard.svelte diff --git a/packages/pending/mothership-superadmin/src/components/helpers/Meta.svelte b/pending-packages/mothership-superadmin/src/components/helpers/Meta.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/helpers/Meta.svelte rename to pending-packages/mothership-superadmin/src/components/helpers/Meta.svelte diff --git a/packages/pending/mothership-superadmin/src/components/helpers/TinyButton.svelte b/pending-packages/mothership-superadmin/src/components/helpers/TinyButton.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/helpers/TinyButton.svelte rename to pending-packages/mothership-superadmin/src/components/helpers/TinyButton.svelte diff --git a/packages/pending/mothership-superadmin/src/components/helpers/UserLoggedIn.svelte b/pending-packages/mothership-superadmin/src/components/helpers/UserLoggedIn.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/helpers/UserLoggedIn.svelte rename to pending-packages/mothership-superadmin/src/components/helpers/UserLoggedIn.svelte diff --git a/packages/pending/mothership-superadmin/src/components/helpers/UserLoggedOut.svelte b/pending-packages/mothership-superadmin/src/components/helpers/UserLoggedOut.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/helpers/UserLoggedOut.svelte rename to pending-packages/mothership-superadmin/src/components/helpers/UserLoggedOut.svelte diff --git a/packages/pending/mothership-superadmin/src/components/helpers/theme.ts b/pending-packages/mothership-superadmin/src/components/helpers/theme.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/components/helpers/theme.ts rename to pending-packages/mothership-superadmin/src/components/helpers/theme.ts diff --git a/packages/pending/mothership-superadmin/src/components/login-register/LoginForm.svelte b/pending-packages/mothership-superadmin/src/components/login-register/LoginForm.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/components/login-register/LoginForm.svelte rename to pending-packages/mothership-superadmin/src/components/login-register/LoginForm.svelte diff --git a/packages/pending/mothership-superadmin/src/env.ts b/pending-packages/mothership-superadmin/src/env.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/env.ts rename to pending-packages/mothership-superadmin/src/env.ts diff --git a/packages/pending/mothership-superadmin/src/pocketbase-client/PocketbaseClient.ts b/pending-packages/mothership-superadmin/src/pocketbase-client/PocketbaseClient.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/pocketbase-client/PocketbaseClient.ts rename to pending-packages/mothership-superadmin/src/pocketbase-client/PocketbaseClient.ts diff --git a/packages/pending/mothership-superadmin/src/pocketbase-client/index.ts b/pending-packages/mothership-superadmin/src/pocketbase-client/index.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/pocketbase-client/index.ts rename to pending-packages/mothership-superadmin/src/pocketbase-client/index.ts diff --git a/packages/pending/mothership-superadmin/src/routes/+error.svelte b/pending-packages/mothership-superadmin/src/routes/+error.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/+error.svelte rename to pending-packages/mothership-superadmin/src/routes/+error.svelte diff --git a/packages/pending/mothership-superadmin/src/routes/+layout.svelte b/pending-packages/mothership-superadmin/src/routes/+layout.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/+layout.svelte rename to pending-packages/mothership-superadmin/src/routes/+layout.svelte diff --git a/packages/pending/mothership-superadmin/src/routes/+layout.ts b/pending-packages/mothership-superadmin/src/routes/+layout.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/+layout.ts rename to pending-packages/mothership-superadmin/src/routes/+layout.ts diff --git a/packages/pending/mothership-superadmin/src/routes/+page.svelte b/pending-packages/mothership-superadmin/src/routes/+page.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/+page.svelte rename to pending-packages/mothership-superadmin/src/routes/+page.svelte diff --git a/packages/pending/mothership-superadmin/src/routes/login/+page.svelte b/pending-packages/mothership-superadmin/src/routes/login/+page.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/login/+page.svelte rename to pending-packages/mothership-superadmin/src/routes/login/+page.svelte diff --git a/packages/pending/mothership-superadmin/src/routes/plugins/+page.svelte b/pending-packages/mothership-superadmin/src/routes/plugins/+page.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/plugins/+page.svelte rename to pending-packages/mothership-superadmin/src/routes/plugins/+page.svelte diff --git a/packages/pending/mothership-superadmin/src/routes/stats/+page.svelte b/pending-packages/mothership-superadmin/src/routes/stats/+page.svelte similarity index 100% rename from packages/pending/mothership-superadmin/src/routes/stats/+page.svelte rename to pending-packages/mothership-superadmin/src/routes/stats/+page.svelte diff --git a/packages/pending/mothership-superadmin/src/services.ts b/pending-packages/mothership-superadmin/src/services.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/services.ts rename to pending-packages/mothership-superadmin/src/services.ts diff --git a/packages/pending/mothership-superadmin/src/util/componentCleanup.ts b/pending-packages/mothership-superadmin/src/util/componentCleanup.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/util/componentCleanup.ts rename to pending-packages/mothership-superadmin/src/util/componentCleanup.ts diff --git a/packages/pending/mothership-superadmin/src/util/database.ts b/pending-packages/mothership-superadmin/src/util/database.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/util/database.ts rename to pending-packages/mothership-superadmin/src/util/database.ts diff --git a/packages/pending/mothership-superadmin/src/util/events.ts b/pending-packages/mothership-superadmin/src/util/events.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/util/events.ts rename to pending-packages/mothership-superadmin/src/util/events.ts diff --git a/packages/pending/mothership-superadmin/src/util/stores.ts b/pending-packages/mothership-superadmin/src/util/stores.ts similarity index 100% rename from packages/pending/mothership-superadmin/src/util/stores.ts rename to pending-packages/mothership-superadmin/src/util/stores.ts diff --git a/packages/pending/mothership-superadmin/static/favicon.ico b/pending-packages/mothership-superadmin/static/favicon.ico similarity index 100% rename from packages/pending/mothership-superadmin/static/favicon.ico rename to pending-packages/mothership-superadmin/static/favicon.ico diff --git a/packages/pending/mothership-superadmin/static/favicon.png b/pending-packages/mothership-superadmin/static/favicon.png similarity index 100% rename from packages/pending/mothership-superadmin/static/favicon.png rename to pending-packages/mothership-superadmin/static/favicon.png diff --git a/packages/pending/mothership-superadmin/static/icons/all.min.css b/pending-packages/mothership-superadmin/static/icons/all.min.css similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/all.min.css rename to pending-packages/mothership-superadmin/static/icons/all.min.css diff --git a/packages/pending/mothership-superadmin/static/icons/brands.min.css b/pending-packages/mothership-superadmin/static/icons/brands.min.css similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/brands.min.css rename to pending-packages/mothership-superadmin/static/icons/brands.min.css diff --git a/packages/pending/mothership-superadmin/static/icons/fontawesome.min.css b/pending-packages/mothership-superadmin/static/icons/fontawesome.min.css similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/fontawesome.min.css rename to pending-packages/mothership-superadmin/static/icons/fontawesome.min.css diff --git a/packages/pending/mothership-superadmin/static/icons/icon-192x192.png b/pending-packages/mothership-superadmin/static/icons/icon-192x192.png similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/icon-192x192.png rename to pending-packages/mothership-superadmin/static/icons/icon-192x192.png diff --git a/packages/pending/mothership-superadmin/static/icons/icon-256x256.png b/pending-packages/mothership-superadmin/static/icons/icon-256x256.png similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/icon-256x256.png rename to pending-packages/mothership-superadmin/static/icons/icon-256x256.png diff --git a/packages/pending/mothership-superadmin/static/icons/icon-384x384.png b/pending-packages/mothership-superadmin/static/icons/icon-384x384.png similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/icon-384x384.png rename to pending-packages/mothership-superadmin/static/icons/icon-384x384.png diff --git a/packages/pending/mothership-superadmin/static/icons/icon-512x512.png b/pending-packages/mothership-superadmin/static/icons/icon-512x512.png similarity index 100% rename from packages/pending/mothership-superadmin/static/icons/icon-512x512.png rename to pending-packages/mothership-superadmin/static/icons/icon-512x512.png diff --git a/packages/pending/mothership-superadmin/static/images/logo-square.png b/pending-packages/mothership-superadmin/static/images/logo-square.png similarity index 100% rename from packages/pending/mothership-superadmin/static/images/logo-square.png rename to pending-packages/mothership-superadmin/static/images/logo-square.png diff --git a/packages/pending/mothership-superadmin/static/images/pocketbase-intro-screen.jpg b/pending-packages/mothership-superadmin/static/images/pocketbase-intro-screen.jpg similarity index 100% rename from packages/pending/mothership-superadmin/static/images/pocketbase-intro-screen.jpg rename to pending-packages/mothership-superadmin/static/images/pocketbase-intro-screen.jpg diff --git a/packages/pending/mothership-superadmin/static/images/pocketbase-logo.svg b/pending-packages/mothership-superadmin/static/images/pocketbase-logo.svg similarity index 100% rename from packages/pending/mothership-superadmin/static/images/pocketbase-logo.svg rename to pending-packages/mothership-superadmin/static/images/pocketbase-logo.svg diff --git a/packages/pending/mothership-superadmin/static/images/pockethost-cloud-logo.jpg b/pending-packages/mothership-superadmin/static/images/pockethost-cloud-logo.jpg similarity index 100% rename from packages/pending/mothership-superadmin/static/images/pockethost-cloud-logo.jpg rename to pending-packages/mothership-superadmin/static/images/pockethost-cloud-logo.jpg diff --git a/packages/pending/mothership-superadmin/static/manifest.json b/pending-packages/mothership-superadmin/static/manifest.json similarity index 100% rename from packages/pending/mothership-superadmin/static/manifest.json rename to pending-packages/mothership-superadmin/static/manifest.json diff --git a/packages/pending/mothership-superadmin/static/poster.png b/pending-packages/mothership-superadmin/static/poster.png similarity index 100% rename from packages/pending/mothership-superadmin/static/poster.png rename to pending-packages/mothership-superadmin/static/poster.png diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-brands-400.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-brands-400.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-brands-400.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-brands-400.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-brands-400.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-brands-400.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-brands-400.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-brands-400.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-duotone-900.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-duotone-900.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-duotone-900.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-duotone-900.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-duotone-900.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-duotone-900.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-duotone-900.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-duotone-900.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-light-300.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-light-300.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-light-300.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-light-300.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-light-300.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-light-300.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-light-300.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-light-300.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-regular-400.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-regular-400.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-regular-400.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-regular-400.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-regular-400.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-regular-400.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-regular-400.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-regular-400.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-sharp-light-300.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-sharp-light-300.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-sharp-light-300.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-sharp-light-300.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-sharp-light-300.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-sharp-light-300.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-sharp-light-300.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-sharp-light-300.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-sharp-regular-400.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-sharp-regular-400.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-sharp-regular-400.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-sharp-regular-400.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-sharp-regular-400.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-sharp-regular-400.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-sharp-regular-400.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-sharp-regular-400.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-sharp-solid-900.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-sharp-solid-900.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-sharp-solid-900.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-sharp-solid-900.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-sharp-solid-900.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-sharp-solid-900.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-sharp-solid-900.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-sharp-solid-900.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-solid-900.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-solid-900.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-solid-900.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-solid-900.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-solid-900.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-solid-900.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-solid-900.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-solid-900.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-thin-100.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-thin-100.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-thin-100.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-thin-100.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-thin-100.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-thin-100.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-thin-100.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-thin-100.woff2 diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-v4compatibility.ttf b/pending-packages/mothership-superadmin/static/webfonts/fa-v4compatibility.ttf similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-v4compatibility.ttf rename to pending-packages/mothership-superadmin/static/webfonts/fa-v4compatibility.ttf diff --git a/packages/pending/mothership-superadmin/static/webfonts/fa-v4compatibility.woff2 b/pending-packages/mothership-superadmin/static/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from packages/pending/mothership-superadmin/static/webfonts/fa-v4compatibility.woff2 rename to pending-packages/mothership-superadmin/static/webfonts/fa-v4compatibility.woff2 diff --git a/packages/pending/mothership-superadmin/svelte.config.js b/pending-packages/mothership-superadmin/svelte.config.js similarity index 100% rename from packages/pending/mothership-superadmin/svelte.config.js rename to pending-packages/mothership-superadmin/svelte.config.js diff --git a/packages/pending/mothership-superadmin/tailwind.config.cjs b/pending-packages/mothership-superadmin/tailwind.config.cjs similarity index 100% rename from packages/pending/mothership-superadmin/tailwind.config.cjs rename to pending-packages/mothership-superadmin/tailwind.config.cjs diff --git a/packages/pending/mothership-superadmin/tsconfig.json b/pending-packages/mothership-superadmin/tsconfig.json similarity index 100% rename from packages/pending/mothership-superadmin/tsconfig.json rename to pending-packages/mothership-superadmin/tsconfig.json diff --git a/packages/pending/mothership-superadmin/vite.config.ts b/pending-packages/mothership-superadmin/vite.config.ts similarity index 100% rename from packages/pending/mothership-superadmin/vite.config.ts rename to pending-packages/mothership-superadmin/vite.config.ts diff --git a/packages/pending/plugin-cloudflare-request-logger/.npmignore b/pending-packages/plugin-cloudflare-request-logger/.npmignore similarity index 100% rename from packages/pending/plugin-cloudflare-request-logger/.npmignore rename to pending-packages/plugin-cloudflare-request-logger/.npmignore diff --git a/packages/pending/plugin-cloudflare-request-logger/package.json b/pending-packages/plugin-cloudflare-request-logger/package.json similarity index 100% rename from packages/pending/plugin-cloudflare-request-logger/package.json rename to pending-packages/plugin-cloudflare-request-logger/package.json diff --git a/packages/pending/plugin-cloudflare-request-logger/src/index.ts b/pending-packages/plugin-cloudflare-request-logger/src/index.ts similarity index 100% rename from packages/pending/plugin-cloudflare-request-logger/src/index.ts rename to pending-packages/plugin-cloudflare-request-logger/src/index.ts diff --git a/packages/pending/plugin-cloudflare-request-logger/tsconfig.json b/pending-packages/plugin-cloudflare-request-logger/tsconfig.json similarity index 100% rename from packages/pending/plugin-cloudflare-request-logger/tsconfig.json rename to pending-packages/plugin-cloudflare-request-logger/tsconfig.json diff --git a/packages/pending/plugin-discord-alerts/.npmignore b/pending-packages/plugin-discord-alerts/.npmignore similarity index 100% rename from packages/pending/plugin-discord-alerts/.npmignore rename to pending-packages/plugin-discord-alerts/.npmignore diff --git a/packages/pending/plugin-discord-alerts/package.json b/pending-packages/plugin-discord-alerts/package.json similarity index 100% rename from packages/pending/plugin-discord-alerts/package.json rename to pending-packages/plugin-discord-alerts/package.json diff --git a/packages/pending/plugin-discord-alerts/src/index.ts b/pending-packages/plugin-discord-alerts/src/index.ts similarity index 100% rename from packages/pending/plugin-discord-alerts/src/index.ts rename to pending-packages/plugin-discord-alerts/src/index.ts diff --git a/packages/pending/plugin-discord-alerts/src/lib.ts b/pending-packages/plugin-discord-alerts/src/lib.ts similarity index 100% rename from packages/pending/plugin-discord-alerts/src/lib.ts rename to pending-packages/plugin-discord-alerts/src/lib.ts diff --git a/packages/pending/plugin-discord-alerts/tsconfig.json b/pending-packages/plugin-discord-alerts/tsconfig.json similarity index 100% rename from packages/pending/plugin-discord-alerts/tsconfig.json rename to pending-packages/plugin-discord-alerts/tsconfig.json diff --git a/packages/pending/plugin-edge-self-check/.npmignore b/pending-packages/plugin-edge-self-check/.npmignore similarity index 100% rename from packages/pending/plugin-edge-self-check/.npmignore rename to pending-packages/plugin-edge-self-check/.npmignore diff --git a/packages/pending/plugin-edge-self-check/package.json b/pending-packages/plugin-edge-self-check/package.json similarity index 100% rename from packages/pending/plugin-edge-self-check/package.json rename to pending-packages/plugin-edge-self-check/package.json diff --git a/packages/pending/plugin-edge-self-check/src/HealthCommand/checkHealth.ts b/pending-packages/plugin-edge-self-check/src/HealthCommand/checkHealth.ts similarity index 100% rename from packages/pending/plugin-edge-self-check/src/HealthCommand/checkHealth.ts rename to pending-packages/plugin-edge-self-check/src/HealthCommand/checkHealth.ts diff --git a/packages/pending/plugin-edge-self-check/src/HealthCommand/docker.ts b/pending-packages/plugin-edge-self-check/src/HealthCommand/docker.ts similarity index 100% rename from packages/pending/plugin-edge-self-check/src/HealthCommand/docker.ts rename to pending-packages/plugin-edge-self-check/src/HealthCommand/docker.ts diff --git a/packages/pending/plugin-edge-self-check/src/HealthCommand/index.ts b/pending-packages/plugin-edge-self-check/src/HealthCommand/index.ts similarity index 100% rename from packages/pending/plugin-edge-self-check/src/HealthCommand/index.ts rename to pending-packages/plugin-edge-self-check/src/HealthCommand/index.ts diff --git a/packages/pending/plugin-edge-self-check/src/index.ts b/pending-packages/plugin-edge-self-check/src/index.ts similarity index 100% rename from packages/pending/plugin-edge-self-check/src/index.ts rename to pending-packages/plugin-edge-self-check/src/index.ts diff --git a/packages/pending/plugin-edge-self-check/tsconfig.json b/pending-packages/plugin-edge-self-check/tsconfig.json similarity index 100% rename from packages/pending/plugin-edge-self-check/tsconfig.json rename to pending-packages/plugin-edge-self-check/tsconfig.json diff --git a/packages/pending/plugin-ftp-server/.npmignore b/pending-packages/plugin-ftp-server/.npmignore similarity index 100% rename from packages/pending/plugin-ftp-server/.npmignore rename to pending-packages/plugin-ftp-server/.npmignore diff --git a/packages/pending/plugin-ftp-server/package.json b/pending-packages/plugin-ftp-server/package.json similarity index 100% rename from packages/pending/plugin-ftp-server/package.json rename to pending-packages/plugin-ftp-server/package.json diff --git a/packages/pending/plugin-ftp-server/src/FtpCommand/FtpService/PhFs.ts b/pending-packages/plugin-ftp-server/src/FtpCommand/FtpService/PhFs.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/FtpCommand/FtpService/PhFs.ts rename to pending-packages/plugin-ftp-server/src/FtpCommand/FtpService/PhFs.ts diff --git a/packages/pending/plugin-ftp-server/src/FtpCommand/FtpService/fs-async.ts b/pending-packages/plugin-ftp-server/src/FtpCommand/FtpService/fs-async.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/FtpCommand/FtpService/fs-async.ts rename to pending-packages/plugin-ftp-server/src/FtpCommand/FtpService/fs-async.ts diff --git a/packages/pending/plugin-ftp-server/src/FtpCommand/FtpService/index.ts b/pending-packages/plugin-ftp-server/src/FtpCommand/FtpService/index.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/FtpCommand/FtpService/index.ts rename to pending-packages/plugin-ftp-server/src/FtpCommand/FtpService/index.ts diff --git a/packages/pending/plugin-ftp-server/src/FtpCommand/ServeCommand/ftp.ts b/pending-packages/plugin-ftp-server/src/FtpCommand/ServeCommand/ftp.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/FtpCommand/ServeCommand/ftp.ts rename to pending-packages/plugin-ftp-server/src/FtpCommand/ServeCommand/ftp.ts diff --git a/packages/pending/plugin-ftp-server/src/FtpCommand/ServeCommand/index.ts b/pending-packages/plugin-ftp-server/src/FtpCommand/ServeCommand/index.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/FtpCommand/ServeCommand/index.ts rename to pending-packages/plugin-ftp-server/src/FtpCommand/ServeCommand/index.ts diff --git a/packages/pending/plugin-ftp-server/src/FtpCommand/index.ts b/pending-packages/plugin-ftp-server/src/FtpCommand/index.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/FtpCommand/index.ts rename to pending-packages/plugin-ftp-server/src/FtpCommand/index.ts diff --git a/packages/pending/plugin-ftp-server/src/index.ts b/pending-packages/plugin-ftp-server/src/index.ts similarity index 100% rename from packages/pending/plugin-ftp-server/src/index.ts rename to pending-packages/plugin-ftp-server/src/index.ts diff --git a/packages/pending/plugin-ftp-server/tsconfig.json b/pending-packages/plugin-ftp-server/tsconfig.json similarity index 100% rename from packages/pending/plugin-ftp-server/tsconfig.json rename to pending-packages/plugin-ftp-server/tsconfig.json diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/.npmignore b/pending-packages/plugin-instance-logger-file-realtime-tail/.npmignore similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/.npmignore rename to pending-packages/plugin-instance-logger-file-realtime-tail/.npmignore diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/package.json b/pending-packages/plugin-instance-logger-file-realtime-tail/package.json similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/package.json rename to pending-packages/plugin-instance-logger-file-realtime-tail/package.json diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/readme.md b/pending-packages/plugin-instance-logger-file-realtime-tail/readme.md similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/readme.md rename to pending-packages/plugin-instance-logger-file-realtime-tail/readme.md diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/src/RealtimeLog.ts b/pending-packages/plugin-instance-logger-file-realtime-tail/src/RealtimeLog.ts similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/src/RealtimeLog.ts rename to pending-packages/plugin-instance-logger-file-realtime-tail/src/RealtimeLog.ts diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/src/constants.ts b/pending-packages/plugin-instance-logger-file-realtime-tail/src/constants.ts similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/src/constants.ts rename to pending-packages/plugin-instance-logger-file-realtime-tail/src/constants.ts diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/src/index.ts b/pending-packages/plugin-instance-logger-file-realtime-tail/src/index.ts similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/src/index.ts rename to pending-packages/plugin-instance-logger-file-realtime-tail/src/index.ts diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/src/log.ts b/pending-packages/plugin-instance-logger-file-realtime-tail/src/log.ts similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/src/log.ts rename to pending-packages/plugin-instance-logger-file-realtime-tail/src/log.ts diff --git a/packages/pending/plugin-instance-logger-file-realtime-tail/tsconfig.json b/pending-packages/plugin-instance-logger-file-realtime-tail/tsconfig.json similarity index 100% rename from packages/pending/plugin-instance-logger-file-realtime-tail/tsconfig.json rename to pending-packages/plugin-instance-logger-file-realtime-tail/tsconfig.json diff --git a/packages/pending/plugin-instance-logger-file/.npmignore b/pending-packages/plugin-instance-logger-file/.npmignore similarity index 100% rename from packages/pending/plugin-instance-logger-file/.npmignore rename to pending-packages/plugin-instance-logger-file/.npmignore diff --git a/packages/pending/plugin-instance-logger-file/package.json b/pending-packages/plugin-instance-logger-file/package.json similarity index 100% rename from packages/pending/plugin-instance-logger-file/package.json rename to pending-packages/plugin-instance-logger-file/package.json diff --git a/packages/pending/plugin-instance-logger-file/src/InstanceLoggerService/index.ts b/pending-packages/plugin-instance-logger-file/src/InstanceLoggerService/index.ts similarity index 100% rename from packages/pending/plugin-instance-logger-file/src/InstanceLoggerService/index.ts rename to pending-packages/plugin-instance-logger-file/src/InstanceLoggerService/index.ts diff --git a/packages/pending/plugin-instance-logger-file/src/index.ts b/pending-packages/plugin-instance-logger-file/src/index.ts similarity index 100% rename from packages/pending/plugin-instance-logger-file/src/index.ts rename to pending-packages/plugin-instance-logger-file/src/index.ts diff --git a/packages/pending/plugin-instance-logger-file/tsconfig.json b/pending-packages/plugin-instance-logger-file/tsconfig.json similarity index 100% rename from packages/pending/plugin-instance-logger-file/tsconfig.json rename to pending-packages/plugin-instance-logger-file/tsconfig.json diff --git a/packages/pending/plugin-instance-logger-syslog-server/.npmignore b/pending-packages/plugin-instance-logger-syslog-server/.npmignore similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/.npmignore rename to pending-packages/plugin-instance-logger-syslog-server/.npmignore diff --git a/packages/pending/plugin-instance-logger-syslog-server/package.json b/pending-packages/plugin-instance-logger-syslog-server/package.json similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/package.json rename to pending-packages/plugin-instance-logger-syslog-server/package.json diff --git a/packages/pending/plugin-instance-logger-syslog-server/readme.md b/pending-packages/plugin-instance-logger-syslog-server/readme.md similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/readme.md rename to pending-packages/plugin-instance-logger-syslog-server/readme.md diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/index.ts b/pending-packages/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/index.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/index.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/index.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/syslog.ts b/pending-packages/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/syslog.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/syslog.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/SyslogCommand/ServeCommand/syslog.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/SyslogCommand/index.ts b/pending-packages/plugin-instance-logger-syslog-server/src/SyslogCommand/index.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/SyslogCommand/index.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/SyslogCommand/index.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/SyslogLogger.ts b/pending-packages/plugin-instance-logger-syslog-server/src/SyslogLogger.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/SyslogLogger.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/SyslogLogger.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/constants.ts b/pending-packages/plugin-instance-logger-syslog-server/src/constants.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/constants.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/constants.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/index.ts b/pending-packages/plugin-instance-logger-syslog-server/src/index.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/index.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/index.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/src/logger.ts b/pending-packages/plugin-instance-logger-syslog-server/src/logger.ts similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/src/logger.ts rename to pending-packages/plugin-instance-logger-syslog-server/src/logger.ts diff --git a/packages/pending/plugin-instance-logger-syslog-server/tsconfig.json b/pending-packages/plugin-instance-logger-syslog-server/tsconfig.json similarity index 100% rename from packages/pending/plugin-instance-logger-syslog-server/tsconfig.json rename to pending-packages/plugin-instance-logger-syslog-server/tsconfig.json diff --git a/packages/pending/plugin-launcher-docker/.npmignore b/pending-packages/plugin-launcher-docker/.npmignore similarity index 100% rename from packages/pending/plugin-launcher-docker/.npmignore rename to pending-packages/plugin-launcher-docker/.npmignore diff --git a/packages/pending/plugin-launcher-docker/Dockerfile b/pending-packages/plugin-launcher-docker/Dockerfile similarity index 100% rename from packages/pending/plugin-launcher-docker/Dockerfile rename to pending-packages/plugin-launcher-docker/Dockerfile diff --git a/packages/pending/plugin-launcher-docker/package.json b/pending-packages/plugin-launcher-docker/package.json similarity index 100% rename from packages/pending/plugin-launcher-docker/package.json rename to pending-packages/plugin-launcher-docker/package.json diff --git a/packages/pending/plugin-launcher-docker/src/PocketBaseService/index.ts b/pending-packages/plugin-launcher-docker/src/PocketBaseService/index.ts similarity index 100% rename from packages/pending/plugin-launcher-docker/src/PocketBaseService/index.ts rename to pending-packages/plugin-launcher-docker/src/PocketBaseService/index.ts diff --git a/packages/pending/plugin-launcher-docker/src/index copy.ts b/pending-packages/plugin-launcher-docker/src/index copy.ts similarity index 100% rename from packages/pending/plugin-launcher-docker/src/index copy.ts rename to pending-packages/plugin-launcher-docker/src/index copy.ts diff --git a/packages/pending/plugin-launcher-docker/src/index.ts b/pending-packages/plugin-launcher-docker/src/index.ts similarity index 100% rename from packages/pending/plugin-launcher-docker/src/index.ts rename to pending-packages/plugin-launcher-docker/src/index.ts diff --git a/packages/pending/plugin-launcher-docker/tsconfig.json b/pending-packages/plugin-launcher-docker/tsconfig.json similarity index 100% rename from packages/pending/plugin-launcher-docker/tsconfig.json rename to pending-packages/plugin-launcher-docker/tsconfig.json diff --git a/packages/pending/plugin-maildev/.npmignore b/pending-packages/plugin-maildev/.npmignore similarity index 100% rename from packages/pending/plugin-maildev/.npmignore rename to pending-packages/plugin-maildev/.npmignore diff --git a/packages/pending/plugin-maildev/package.json b/pending-packages/plugin-maildev/package.json similarity index 100% rename from packages/pending/plugin-maildev/package.json rename to pending-packages/plugin-maildev/package.json diff --git a/packages/pending/plugin-maildev/src/index.ts b/pending-packages/plugin-maildev/src/index.ts similarity index 100% rename from packages/pending/plugin-maildev/src/index.ts rename to pending-packages/plugin-maildev/src/index.ts diff --git a/packages/pending/plugin-maildev/tsconfig.json b/pending-packages/plugin-maildev/tsconfig.json similarity index 100% rename from packages/pending/plugin-maildev/tsconfig.json rename to pending-packages/plugin-maildev/tsconfig.json diff --git a/packages/pending/plugin-mothership/.npmignore b/pending-packages/plugin-mothership/.npmignore similarity index 100% rename from packages/pending/plugin-mothership/.npmignore rename to pending-packages/plugin-mothership/.npmignore diff --git a/packages/pending/plugin-mothership/package.json b/pending-packages/plugin-mothership/package.json similarity index 100% rename from packages/pending/plugin-mothership/package.json rename to pending-packages/plugin-mothership/package.json diff --git a/packages/pending/plugin-mothership/src/MothershipAdminClientService/InstanceMIxin.ts b/pending-packages/plugin-mothership/src/MothershipAdminClientService/InstanceMIxin.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipAdminClientService/InstanceMIxin.ts rename to pending-packages/plugin-mothership/src/MothershipAdminClientService/InstanceMIxin.ts diff --git a/packages/pending/plugin-mothership/src/MothershipAdminClientService/createAdminPbClient.ts b/pending-packages/plugin-mothership/src/MothershipAdminClientService/createAdminPbClient.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipAdminClientService/createAdminPbClient.ts rename to pending-packages/plugin-mothership/src/MothershipAdminClientService/createAdminPbClient.ts diff --git a/packages/pending/plugin-mothership/src/MothershipAdminClientService/index.ts b/pending-packages/plugin-mothership/src/MothershipAdminClientService/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipAdminClientService/index.ts rename to pending-packages/plugin-mothership/src/MothershipAdminClientService/index.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/SendMailCommand/SqliteService/index.ts b/pending-packages/plugin-mothership/src/MothershipCommand/SendMailCommand/SqliteService/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/SendMailCommand/SqliteService/index.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/SendMailCommand/SqliteService/index.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/SendMailCommand/index.ts b/pending-packages/plugin-mothership/src/MothershipCommand/SendMailCommand/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/SendMailCommand/index.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/SendMailCommand/index.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/SendMailCommand/sendmail.ts b/pending-packages/plugin-mothership/src/MothershipCommand/SendMailCommand/sendmail.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/SendMailCommand/sendmail.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/SendMailCommand/sendmail.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/ServeCommand/index.ts b/pending-packages/plugin-mothership/src/MothershipCommand/ServeCommand/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/ServeCommand/index.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/ServeCommand/index.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/ServeCommand/mothership.ts b/pending-packages/plugin-mothership/src/MothershipCommand/ServeCommand/mothership.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/ServeCommand/mothership.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/ServeCommand/mothership.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/UpdateCommand/index.ts b/pending-packages/plugin-mothership/src/MothershipCommand/UpdateCommand/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/UpdateCommand/index.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/UpdateCommand/index.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/freshenPocketbaseVersions.ts b/pending-packages/plugin-mothership/src/MothershipCommand/freshenPocketbaseVersions.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/freshenPocketbaseVersions.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/freshenPocketbaseVersions.ts diff --git a/packages/pending/plugin-mothership/src/MothershipCommand/index.ts b/pending-packages/plugin-mothership/src/MothershipCommand/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/MothershipCommand/index.ts rename to pending-packages/plugin-mothership/src/MothershipCommand/index.ts diff --git a/packages/pending/plugin-mothership/src/env.ts b/pending-packages/plugin-mothership/src/env.ts similarity index 100% rename from packages/pending/plugin-mothership/src/env.ts rename to pending-packages/plugin-mothership/src/env.ts diff --git a/packages/pending/plugin-mothership/src/index.ts b/pending-packages/plugin-mothership/src/index.ts similarity index 100% rename from packages/pending/plugin-mothership/src/index.ts rename to pending-packages/plugin-mothership/src/index.ts diff --git a/packages/pending/plugin-mothership/src/instance-app/migrations/1699198734_pockethost_defaults.js b/pending-packages/plugin-mothership/src/instance-app/migrations/1699198734_pockethost_defaults.js similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/migrations/1699198734_pockethost_defaults.js rename to pending-packages/plugin-mothership/src/instance-app/migrations/1699198734_pockethost_defaults.js diff --git a/packages/pending/plugin-mothership/src/instance-app/pb_hooks/_ph_admin_sync.pb.js b/pending-packages/plugin-mothership/src/instance-app/pb_hooks/_ph_admin_sync.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/pb_hooks/_ph_admin_sync.pb.js rename to pending-packages/plugin-mothership/src/instance-app/pb_hooks/_ph_admin_sync.pb.js diff --git a/packages/pending/plugin-mothership/src/instance-app/pb_hooks/_ph_lib.js b/pending-packages/plugin-mothership/src/instance-app/pb_hooks/_ph_lib.js similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/pb_hooks/_ph_lib.js rename to pending-packages/plugin-mothership/src/instance-app/pb_hooks/_ph_lib.js diff --git a/packages/pending/plugin-mothership/src/instance-app/tsconfig.json b/pending-packages/plugin-mothership/src/instance-app/tsconfig.json similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/tsconfig.json rename to pending-packages/plugin-mothership/src/instance-app/tsconfig.json diff --git a/packages/pending/plugin-mothership/src/instance-app/types/goja.d.ts b/pending-packages/plugin-mothership/src/instance-app/types/goja.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/types/goja.d.ts rename to pending-packages/plugin-mothership/src/instance-app/types/goja.d.ts diff --git a/packages/pending/plugin-mothership/src/instance-app/types/lib.d.ts b/pending-packages/plugin-mothership/src/instance-app/types/lib.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/types/lib.d.ts rename to pending-packages/plugin-mothership/src/instance-app/types/lib.d.ts diff --git a/packages/pending/plugin-mothership/src/instance-app/types/types.d.ts b/pending-packages/plugin-mothership/src/instance-app/types/types.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/instance-app/types/types.d.ts rename to pending-packages/plugin-mothership/src/instance-app/types/types.d.ts diff --git a/packages/pending/plugin-mothership/src/mkInstanceCache.ts b/pending-packages/plugin-mothership/src/mkInstanceCache.ts similarity index 100% rename from packages/pending/plugin-mothership/src/mkInstanceCache.ts rename to pending-packages/plugin-mothership/src/mkInstanceCache.ts diff --git a/packages/pending/plugin-mothership/src/mothership-app/migrations/1705062576_collections_snapshot.js b/pending-packages/plugin-mothership/src/mothership-app/migrations/1705062576_collections_snapshot.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/migrations/1705062576_collections_snapshot.js rename to pending-packages/plugin-mothership/src/mothership-app/migrations/1705062576_collections_snapshot.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/migrations/1705083826_updated_stats.js b/pending-packages/plugin-mothership/src/mothership-app/migrations/1705083826_updated_stats.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/migrations/1705083826_updated_stats.js rename to pending-packages/plugin-mothership/src/mothership-app/migrations/1705083826_updated_stats.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/migrations/1706060446_updated_instances.js b/pending-packages/plugin-mothership/src/mothership-app/migrations/1706060446_updated_instances.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/migrations/1706060446_updated_instances.js rename to pending-packages/plugin-mothership/src/mothership-app/migrations/1706060446_updated_instances.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/migrations/1716628803_updated_instances.js b/pending-packages/plugin-mothership/src/mothership-app/migrations/1716628803_updated_instances.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/migrations/1716628803_updated_instances.js rename to pending-packages/plugin-mothership/src/mothership-app/migrations/1716628803_updated_instances.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-create.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-create.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-create.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-create.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-delete.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-delete.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-delete.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-delete.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-migrate-versions.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-migrate-versions.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-migrate-versions.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-migrate-versions.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-discord-after-create.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-discord-after-create.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-discord-after-create.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-discord-after-create.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-on-maintenance-mode.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-on-maintenance-mode.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-on-maintenance-mode.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-notify-on-maintenance-mode.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-reset-idle.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-reset-idle.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-reset-idle.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-reset-idle.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-update.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-update.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-update.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-update.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-create.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-create.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-create.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-create.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-update.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-update.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-update.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/instances-validate-before-update.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/lib.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/lib.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/lib.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/lib.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/ls.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/ls.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/ls.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/ls.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/mail.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/mail.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/mail.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/mail.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/notifications.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/notifications.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/notifications.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/notifications.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/random-words.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/random-words.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/random-words.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/random-words.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/signup.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/signup.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/signup.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/signup.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/sns.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/sns.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/sns.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/sns.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/unsubscribe.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/unsubscribe.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/unsubscribe.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/unsubscribe.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/user-token.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/user-token.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/user-token.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/user-token.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/user-welcome-msg.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/user-welcome-msg.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/user-welcome-msg.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/user-welcome-msg.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/versions-route.pb.js b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/versions-route.pb.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/versions-route.pb.js rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/versions-route.pb.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/versions.cjs b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/versions.cjs similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/src/versions.cjs rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/src/versions.cjs diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/global.d.ts b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/global.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/global.d.ts rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/global.d.ts diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/goja.d.ts b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/goja.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/goja.d.ts rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/goja.d.ts diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/lemon.d.ts b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/lemon.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/lemon.d.ts rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/lemon.d.ts diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/lib.d.ts b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/lib.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/lib.d.ts rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/lib.d.ts diff --git a/packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/types.d.ts b/pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/types.d.ts similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/pb_hooks/types/types.d.ts rename to pending-packages/plugin-mothership/src/mothership-app/pb_hooks/types/types.d.ts diff --git a/packages/pending/plugin-mothership/src/mothership-app/ph_app/index.js b/pending-packages/plugin-mothership/src/mothership-app/ph_app/index.js similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/ph_app/index.js rename to pending-packages/plugin-mothership/src/mothership-app/ph_app/index.js diff --git a/packages/pending/plugin-mothership/src/mothership-app/ph_app/package-lock.json b/pending-packages/plugin-mothership/src/mothership-app/ph_app/package-lock.json similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/ph_app/package-lock.json rename to pending-packages/plugin-mothership/src/mothership-app/ph_app/package-lock.json diff --git a/packages/pending/plugin-mothership/src/mothership-app/ph_app/package.json b/pending-packages/plugin-mothership/src/mothership-app/ph_app/package.json similarity index 100% rename from packages/pending/plugin-mothership/src/mothership-app/ph_app/package.json rename to pending-packages/plugin-mothership/src/mothership-app/ph_app/package.json diff --git a/packages/pending/plugin-mothership/tsconfig.json b/pending-packages/plugin-mothership/tsconfig.json similarity index 100% rename from packages/pending/plugin-mothership/tsconfig.json rename to pending-packages/plugin-mothership/tsconfig.json diff --git a/packages/pending/plugin-pockethost.io/.npmignore b/pending-packages/plugin-pockethost.io/.npmignore similarity index 100% rename from packages/pending/plugin-pockethost.io/.npmignore rename to pending-packages/plugin-pockethost.io/.npmignore diff --git a/packages/pending/plugin-pockethost.io/package.json b/pending-packages/plugin-pockethost.io/package.json similarity index 100% rename from packages/pending/plugin-pockethost.io/package.json rename to pending-packages/plugin-pockethost.io/package.json diff --git a/packages/pending/plugin-pockethost.io/src/index.ts b/pending-packages/plugin-pockethost.io/src/index.ts similarity index 100% rename from packages/pending/plugin-pockethost.io/src/index.ts rename to pending-packages/plugin-pockethost.io/src/index.ts diff --git a/packages/pending/plugin-pockethost.io/tsconfig.json b/pending-packages/plugin-pockethost.io/tsconfig.json similarity index 100% rename from packages/pending/plugin-pockethost.io/tsconfig.json rename to pending-packages/plugin-pockethost.io/tsconfig.json diff --git a/packages/pending/plugin-waf-enforce-ssl/.npmignore b/pending-packages/plugin-waf-enforce-ssl/.npmignore similarity index 100% rename from packages/pending/plugin-waf-enforce-ssl/.npmignore rename to pending-packages/plugin-waf-enforce-ssl/.npmignore diff --git a/packages/pending/plugin-waf-enforce-ssl/package.json b/pending-packages/plugin-waf-enforce-ssl/package.json similarity index 100% rename from packages/pending/plugin-waf-enforce-ssl/package.json rename to pending-packages/plugin-waf-enforce-ssl/package.json diff --git a/packages/pending/plugin-waf-enforce-ssl/readme.md b/pending-packages/plugin-waf-enforce-ssl/readme.md similarity index 100% rename from packages/pending/plugin-waf-enforce-ssl/readme.md rename to pending-packages/plugin-waf-enforce-ssl/readme.md diff --git a/packages/pending/plugin-waf-enforce-ssl/src/constants.ts b/pending-packages/plugin-waf-enforce-ssl/src/constants.ts similarity index 100% rename from packages/pending/plugin-waf-enforce-ssl/src/constants.ts rename to pending-packages/plugin-waf-enforce-ssl/src/constants.ts diff --git a/packages/pending/plugin-waf-enforce-ssl/src/index.ts b/pending-packages/plugin-waf-enforce-ssl/src/index.ts similarity index 100% rename from packages/pending/plugin-waf-enforce-ssl/src/index.ts rename to pending-packages/plugin-waf-enforce-ssl/src/index.ts diff --git a/packages/pending/plugin-waf-enforce-ssl/tsconfig.json b/pending-packages/plugin-waf-enforce-ssl/tsconfig.json similarity index 100% rename from packages/pending/plugin-waf-enforce-ssl/tsconfig.json rename to pending-packages/plugin-waf-enforce-ssl/tsconfig.json diff --git a/packages/pending/plugin-waf-ipcidr/.npmignore b/pending-packages/plugin-waf-ipcidr/.npmignore similarity index 100% rename from packages/pending/plugin-waf-ipcidr/.npmignore rename to pending-packages/plugin-waf-ipcidr/.npmignore diff --git a/packages/pending/plugin-waf-ipcidr/package.json b/pending-packages/plugin-waf-ipcidr/package.json similarity index 100% rename from packages/pending/plugin-waf-ipcidr/package.json rename to pending-packages/plugin-waf-ipcidr/package.json diff --git a/packages/pending/plugin-waf-ipcidr/readme.md b/pending-packages/plugin-waf-ipcidr/readme.md similarity index 100% rename from packages/pending/plugin-waf-ipcidr/readme.md rename to pending-packages/plugin-waf-ipcidr/readme.md diff --git a/packages/pending/plugin-waf-ipcidr/src/cidr.ts b/pending-packages/plugin-waf-ipcidr/src/cidr.ts similarity index 100% rename from packages/pending/plugin-waf-ipcidr/src/cidr.ts rename to pending-packages/plugin-waf-ipcidr/src/cidr.ts diff --git a/packages/pending/plugin-waf-ipcidr/src/constants.ts b/pending-packages/plugin-waf-ipcidr/src/constants.ts similarity index 100% rename from packages/pending/plugin-waf-ipcidr/src/constants.ts rename to pending-packages/plugin-waf-ipcidr/src/constants.ts diff --git a/packages/pending/plugin-waf-ipcidr/src/index.ts b/pending-packages/plugin-waf-ipcidr/src/index.ts similarity index 100% rename from packages/pending/plugin-waf-ipcidr/src/index.ts rename to pending-packages/plugin-waf-ipcidr/src/index.ts diff --git a/packages/pending/plugin-waf-ipcidr/src/presets.ts b/pending-packages/plugin-waf-ipcidr/src/presets.ts similarity index 100% rename from packages/pending/plugin-waf-ipcidr/src/presets.ts rename to pending-packages/plugin-waf-ipcidr/src/presets.ts diff --git a/packages/pending/plugin-waf-ipcidr/tsconfig.json b/pending-packages/plugin-waf-ipcidr/tsconfig.json similarity index 100% rename from packages/pending/plugin-waf-ipcidr/tsconfig.json rename to pending-packages/plugin-waf-ipcidr/tsconfig.json diff --git a/packages/pending/plugin-waf/.npmignore b/pending-packages/plugin-waf/.npmignore similarity index 100% rename from packages/pending/plugin-waf/.npmignore rename to pending-packages/plugin-waf/.npmignore diff --git a/packages/pending/plugin-waf/package.json b/pending-packages/plugin-waf/package.json similarity index 100% rename from packages/pending/plugin-waf/package.json rename to pending-packages/plugin-waf/package.json diff --git a/packages/pending/plugin-waf/readme.md b/pending-packages/plugin-waf/readme.md similarity index 100% rename from packages/pending/plugin-waf/readme.md rename to pending-packages/plugin-waf/readme.md diff --git a/packages/pending/plugin-waf/src/FirewallCommand/ServeCommand/firewall/createVhostProxyMiddleware.ts b/pending-packages/plugin-waf/src/FirewallCommand/ServeCommand/firewall/createVhostProxyMiddleware.ts similarity index 100% rename from packages/pending/plugin-waf/src/FirewallCommand/ServeCommand/firewall/createVhostProxyMiddleware.ts rename to pending-packages/plugin-waf/src/FirewallCommand/ServeCommand/firewall/createVhostProxyMiddleware.ts diff --git a/packages/pending/plugin-waf/src/FirewallCommand/ServeCommand/firewall/server.ts b/pending-packages/plugin-waf/src/FirewallCommand/ServeCommand/firewall/server.ts similarity index 100% rename from packages/pending/plugin-waf/src/FirewallCommand/ServeCommand/firewall/server.ts rename to pending-packages/plugin-waf/src/FirewallCommand/ServeCommand/firewall/server.ts diff --git a/packages/pending/plugin-waf/src/FirewallCommand/ServeCommand/index.ts b/pending-packages/plugin-waf/src/FirewallCommand/ServeCommand/index.ts similarity index 100% rename from packages/pending/plugin-waf/src/FirewallCommand/ServeCommand/index.ts rename to pending-packages/plugin-waf/src/FirewallCommand/ServeCommand/index.ts diff --git a/packages/pending/plugin-waf/src/FirewallCommand/index.ts b/pending-packages/plugin-waf/src/FirewallCommand/index.ts similarity index 100% rename from packages/pending/plugin-waf/src/FirewallCommand/index.ts rename to pending-packages/plugin-waf/src/FirewallCommand/index.ts diff --git a/packages/pending/plugin-waf/src/constants.ts b/pending-packages/plugin-waf/src/constants.ts similarity index 100% rename from packages/pending/plugin-waf/src/constants.ts rename to pending-packages/plugin-waf/src/constants.ts diff --git a/packages/pending/plugin-waf/src/index.ts b/pending-packages/plugin-waf/src/index.ts similarity index 100% rename from packages/pending/plugin-waf/src/index.ts rename to pending-packages/plugin-waf/src/index.ts diff --git a/packages/pending/plugin-waf/tsconfig.json b/pending-packages/plugin-waf/tsconfig.json similarity index 100% rename from packages/pending/plugin-waf/tsconfig.json rename to pending-packages/plugin-waf/tsconfig.json diff --git a/packages/pending/pockethost-io-lander/.env-template b/pending-packages/pockethost-io-lander/.env-template similarity index 100% rename from packages/pending/pockethost-io-lander/.env-template rename to pending-packages/pockethost-io-lander/.env-template diff --git a/packages/pending/pockethost-io-lander/.gitignore b/pending-packages/pockethost-io-lander/.gitignore similarity index 100% rename from packages/pending/pockethost-io-lander/.gitignore rename to pending-packages/pockethost-io-lander/.gitignore diff --git a/packages/pending/pockethost-io-lander/.npmignore b/pending-packages/pockethost-io-lander/.npmignore similarity index 100% rename from packages/pending/pockethost-io-lander/.npmignore rename to pending-packages/pockethost-io-lander/.npmignore diff --git a/packages/pending/pockethost-io-lander/LICENSE b/pending-packages/pockethost-io-lander/LICENSE similarity index 100% rename from packages/pending/pockethost-io-lander/LICENSE rename to pending-packages/pockethost-io-lander/LICENSE diff --git a/packages/pending/pockethost-io-lander/README.md b/pending-packages/pockethost-io-lander/README.md similarity index 100% rename from packages/pending/pockethost-io-lander/README.md rename to pending-packages/pockethost-io-lander/README.md diff --git a/packages/pending/pockethost-io-lander/_data/env.js b/pending-packages/pockethost-io-lander/_data/env.js similarity index 100% rename from packages/pending/pockethost-io-lander/_data/env.js rename to pending-packages/pockethost-io-lander/_data/env.js diff --git a/packages/pending/pockethost-io-lander/_data/metadata.js b/pending-packages/pockethost-io-lander/_data/metadata.js similarity index 100% rename from packages/pending/pockethost-io-lander/_data/metadata.js rename to pending-packages/pockethost-io-lander/_data/metadata.js diff --git a/packages/pending/pockethost-io-lander/_data/showcase.json b/pending-packages/pockethost-io-lander/_data/showcase.json similarity index 100% rename from packages/pending/pockethost-io-lander/_data/showcase.json rename to pending-packages/pockethost-io-lander/_data/showcase.json diff --git a/packages/pending/pockethost-io-lander/_includes/components/buttons.njk b/pending-packages/pockethost-io-lander/_includes/components/buttons.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/components/buttons.njk rename to pending-packages/pockethost-io-lander/_includes/components/buttons.njk diff --git a/packages/pending/pockethost-io-lander/_includes/components/header.njk b/pending-packages/pockethost-io-lander/_includes/components/header.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/components/header.njk rename to pending-packages/pockethost-io-lander/_includes/components/header.njk diff --git a/packages/pending/pockethost-io-lander/_includes/components/postslist.njk b/pending-packages/pockethost-io-lander/_includes/components/postslist.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/components/postslist.njk rename to pending-packages/pockethost-io-lander/_includes/components/postslist.njk diff --git a/packages/pending/pockethost-io-lander/_includes/layouts/base.njk b/pending-packages/pockethost-io-lander/_includes/layouts/base.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/layouts/base.njk rename to pending-packages/pockethost-io-lander/_includes/layouts/base.njk diff --git a/packages/pending/pockethost-io-lander/_includes/layouts/docs.njk b/pending-packages/pockethost-io-lander/_includes/layouts/docs.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/layouts/docs.njk rename to pending-packages/pockethost-io-lander/_includes/layouts/docs.njk diff --git a/packages/pending/pockethost-io-lander/_includes/layouts/home.njk b/pending-packages/pockethost-io-lander/_includes/layouts/home.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/layouts/home.njk rename to pending-packages/pockethost-io-lander/_includes/layouts/home.njk diff --git a/packages/pending/pockethost-io-lander/_includes/layouts/post.njk b/pending-packages/pockethost-io-lander/_includes/layouts/post.njk similarity index 100% rename from packages/pending/pockethost-io-lander/_includes/layouts/post.njk rename to pending-packages/pockethost-io-lander/_includes/layouts/post.njk diff --git a/packages/pending/pockethost-io-lander/content/404.md b/pending-packages/pockethost-io-lander/content/404.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/404.md rename to pending-packages/pockethost-io-lander/content/404.md diff --git a/packages/pending/pockethost-io-lander/content/blog.njk b/pending-packages/pockethost-io-lander/content/blog.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog.njk rename to pending-packages/pockethost-io-lander/content/blog.njk diff --git a/packages/pending/pockethost-io-lander/content/blog/0.0.1.md b/pending-packages/pockethost-io-lander/content/blog/0.0.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.0.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.0.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.2.0.md b/pending-packages/pockethost-io-lander/content/blog/0.2.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.2.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.2.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.3.0.md b/pending-packages/pockethost-io-lander/content/blog/0.3.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.3.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.3.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.3.1.md b/pending-packages/pockethost-io-lander/content/blog/0.3.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.3.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.3.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.3.2.md b/pending-packages/pockethost-io-lander/content/blog/0.3.2.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.3.2.md rename to pending-packages/pockethost-io-lander/content/blog/0.3.2.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.4.0.md b/pending-packages/pockethost-io-lander/content/blog/0.4.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.4.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.4.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.4.1.md b/pending-packages/pockethost-io-lander/content/blog/0.4.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.4.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.4.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.4.2.md b/pending-packages/pockethost-io-lander/content/blog/0.4.2.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.4.2.md rename to pending-packages/pockethost-io-lander/content/blog/0.4.2.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.0.md b/pending-packages/pockethost-io-lander/content/blog/0.5.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.1.md b/pending-packages/pockethost-io-lander/content/blog/0.5.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.2.md b/pending-packages/pockethost-io-lander/content/blog/0.5.2.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.2.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.2.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.3.md b/pending-packages/pockethost-io-lander/content/blog/0.5.3.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.3.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.3.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.4.md b/pending-packages/pockethost-io-lander/content/blog/0.5.4.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.4.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.4.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.5.md b/pending-packages/pockethost-io-lander/content/blog/0.5.5.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.5.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.5.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.6.md b/pending-packages/pockethost-io-lander/content/blog/0.5.6.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.6.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.6.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.5.7.md b/pending-packages/pockethost-io-lander/content/blog/0.5.7.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.5.7.md rename to pending-packages/pockethost-io-lander/content/blog/0.5.7.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.6.0.md b/pending-packages/pockethost-io-lander/content/blog/0.6.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.6.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.6.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.6.1.md b/pending-packages/pockethost-io-lander/content/blog/0.6.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.6.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.6.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.7.0.md b/pending-packages/pockethost-io-lander/content/blog/0.7.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.7.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.7.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.7.1.md b/pending-packages/pockethost-io-lander/content/blog/0.7.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.7.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.7.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.7.2.md b/pending-packages/pockethost-io-lander/content/blog/0.7.2.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.7.2.md rename to pending-packages/pockethost-io-lander/content/blog/0.7.2.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.8.0.md b/pending-packages/pockethost-io-lander/content/blog/0.8.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.8.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.8.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.8.1.md b/pending-packages/pockethost-io-lander/content/blog/0.8.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.8.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.8.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.8.2.md b/pending-packages/pockethost-io-lander/content/blog/0.8.2.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.8.2.md rename to pending-packages/pockethost-io-lander/content/blog/0.8.2.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.9.0.md b/pending-packages/pockethost-io-lander/content/blog/0.9.0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.9.0.md rename to pending-packages/pockethost-io-lander/content/blog/0.9.0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.9.1.md b/pending-packages/pockethost-io-lander/content/blog/0.9.1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.9.1.md rename to pending-packages/pockethost-io-lander/content/blog/0.9.1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.9.2.md b/pending-packages/pockethost-io-lander/content/blog/0.9.2.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.9.2.md rename to pending-packages/pockethost-io-lander/content/blog/0.9.2.md diff --git a/packages/pending/pockethost-io-lander/content/blog/0.9.3.md b/pending-packages/pockethost-io-lander/content/blog/0.9.3.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/0.9.3.md rename to pending-packages/pockethost-io-lander/content/blog/0.9.3.md diff --git a/packages/pending/pockethost-io-lander/content/blog/awesome-pocketbase-20-and-growing.md b/pending-packages/pockethost-io-lander/content/blog/awesome-pocketbase-20-and-growing.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/awesome-pocketbase-20-and-growing.md rename to pending-packages/pockethost-io-lander/content/blog/awesome-pocketbase-20-and-growing.md diff --git a/packages/pending/pockethost-io-lander/content/blog/blog.11tydata.js b/pending-packages/pockethost-io-lander/content/blog/blog.11tydata.js similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/blog.11tydata.js rename to pending-packages/pockethost-io-lander/content/blog/blog.11tydata.js diff --git a/packages/pending/pockethost-io-lander/content/blog/pocket-host-v0-10-0.md b/pending-packages/pockethost-io-lander/content/blog/pocket-host-v0-10-0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/pocket-host-v0-10-0.md rename to pending-packages/pockethost-io-lander/content/blog/pocket-host-v0-10-0.md diff --git a/packages/pending/pockethost-io-lander/content/blog/pocket-host-v0-10-1.md b/pending-packages/pockethost-io-lander/content/blog/pocket-host-v0-10-1.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/pocket-host-v0-10-1.md rename to pending-packages/pockethost-io-lander/content/blog/pocket-host-v0-10-1.md diff --git a/packages/pending/pockethost-io-lander/content/blog/pocket-host-v0-11-0.md b/pending-packages/pockethost-io-lander/content/blog/pocket-host-v0-11-0.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/blog/pocket-host-v0-11-0.md rename to pending-packages/pockethost-io-lander/content/blog/pocket-host-v0-11-0.md diff --git a/packages/pending/pockethost-io-lander/content/docs/docs.11tydata.js b/pending-packages/pockethost-io-lander/content/docs/docs.11tydata.js similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/docs.11tydata.js rename to pending-packages/pockethost-io-lander/content/docs/docs.11tydata.js diff --git a/packages/pending/pockethost-io-lander/content/docs/index.njk b/pending-packages/pockethost-io-lander/content/docs/index.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/index.njk rename to pending-packages/pockethost-io-lander/content/docs/index.njk diff --git a/packages/pending/pockethost-io-lander/content/docs/overview/faq.md b/pending-packages/pockethost-io-lander/content/docs/overview/faq.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/overview/faq.md rename to pending-packages/pockethost-io-lander/content/docs/overview/faq.md diff --git a/packages/pending/pockethost-io-lander/content/docs/overview/introduction.md b/pending-packages/pockethost-io-lander/content/docs/overview/introduction.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/overview/introduction.md rename to pending-packages/pockethost-io-lander/content/docs/overview/introduction.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/accessing-instance.md b/pending-packages/pockethost-io-lander/content/docs/usage/accessing-instance.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/accessing-instance.md rename to pending-packages/pockethost-io-lander/content/docs/usage/accessing-instance.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/admin-sync.md b/pending-packages/pockethost-io-lander/content/docs/usage/admin-sync.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/admin-sync.md rename to pending-packages/pockethost-io-lander/content/docs/usage/admin-sync.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/create.md b/pending-packages/pockethost-io-lander/content/docs/usage/create.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/create.md rename to pending-packages/pockethost-io-lander/content/docs/usage/create.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/custom-domain.md b/pending-packages/pockethost-io-lander/content/docs/usage/custom-domain.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/custom-domain.md rename to pending-packages/pockethost-io-lander/content/docs/usage/custom-domain.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/delete.md b/pending-packages/pockethost-io-lander/content/docs/usage/delete.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/delete.md rename to pending-packages/pockethost-io-lander/content/docs/usage/delete.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/dev-mode.md b/pending-packages/pockethost-io-lander/content/docs/usage/dev-mode.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/dev-mode.md rename to pending-packages/pockethost-io-lander/content/docs/usage/dev-mode.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/errors.md b/pending-packages/pockethost-io-lander/content/docs/usage/errors.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/errors.md rename to pending-packages/pockethost-io-lander/content/docs/usage/errors.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/ftp.md b/pending-packages/pockethost-io-lander/content/docs/usage/ftp.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/ftp.md rename to pending-packages/pockethost-io-lander/content/docs/usage/ftp.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/hooks.md b/pending-packages/pockethost-io-lander/content/docs/usage/hooks.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/hooks.md rename to pending-packages/pockethost-io-lander/content/docs/usage/hooks.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/instances/index.md b/pending-packages/pockethost-io-lander/content/docs/usage/instances/index.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/instances/index.md rename to pending-packages/pockethost-io-lander/content/docs/usage/instances/index.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/maintenance.md b/pending-packages/pockethost-io-lander/content/docs/usage/maintenance.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/maintenance.md rename to pending-packages/pockethost-io-lander/content/docs/usage/maintenance.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/rename-instance.md b/pending-packages/pockethost-io-lander/content/docs/usage/rename-instance.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/rename-instance.md rename to pending-packages/pockethost-io-lander/content/docs/usage/rename-instance.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/upgrading.md b/pending-packages/pockethost-io-lander/content/docs/usage/upgrading.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/upgrading.md rename to pending-packages/pockethost-io-lander/content/docs/usage/upgrading.md diff --git a/packages/pending/pockethost-io-lander/content/docs/usage/usage-limits.md b/pending-packages/pockethost-io-lander/content/docs/usage/usage-limits.md similarity index 100% rename from packages/pending/pockethost-io-lander/content/docs/usage/usage-limits.md rename to pending-packages/pockethost-io-lander/content/docs/usage/usage-limits.md diff --git a/packages/pending/pockethost-io-lander/content/feed/feed.11tydata.js b/pending-packages/pockethost-io-lander/content/feed/feed.11tydata.js similarity index 100% rename from packages/pending/pockethost-io-lander/content/feed/feed.11tydata.js rename to pending-packages/pockethost-io-lander/content/feed/feed.11tydata.js diff --git a/packages/pending/pockethost-io-lander/content/feed/feed.njk b/pending-packages/pockethost-io-lander/content/feed/feed.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/feed/feed.njk rename to pending-packages/pockethost-io-lander/content/feed/feed.njk diff --git a/packages/pending/pockethost-io-lander/content/feed/json.njk b/pending-packages/pockethost-io-lander/content/feed/json.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/feed/json.njk rename to pending-packages/pockethost-io-lander/content/feed/json.njk diff --git a/packages/pending/pockethost-io-lander/content/index.njk b/pending-packages/pockethost-io-lander/content/index.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/index.njk rename to pending-packages/pockethost-io-lander/content/index.njk diff --git a/packages/pending/pockethost-io-lander/content/pricing/index.njk b/pending-packages/pockethost-io-lander/content/pricing/index.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/pricing/index.njk rename to pending-packages/pockethost-io-lander/content/pricing/index.njk diff --git a/packages/pending/pockethost-io-lander/content/showcase/index.njk b/pending-packages/pockethost-io-lander/content/showcase/index.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/showcase/index.njk rename to pending-packages/pockethost-io-lander/content/showcase/index.njk diff --git a/packages/pending/pockethost-io-lander/content/sitemap/sitemap.xml.njk b/pending-packages/pockethost-io-lander/content/sitemap/sitemap.xml.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/sitemap/sitemap.xml.njk rename to pending-packages/pockethost-io-lander/content/sitemap/sitemap.xml.njk diff --git a/packages/pending/pockethost-io-lander/content/support.njk b/pending-packages/pockethost-io-lander/content/support.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/support.njk rename to pending-packages/pockethost-io-lander/content/support.njk diff --git a/packages/pending/pockethost-io-lander/content/tags-list.njk b/pending-packages/pockethost-io-lander/content/tags-list.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/tags-list.njk rename to pending-packages/pockethost-io-lander/content/tags-list.njk diff --git a/packages/pending/pockethost-io-lander/content/tags.njk b/pending-packages/pockethost-io-lander/content/tags.njk similarity index 100% rename from packages/pending/pockethost-io-lander/content/tags.njk rename to pending-packages/pockethost-io-lander/content/tags.njk diff --git a/packages/pending/pockethost-io-lander/eleventy.config.drafts.js b/pending-packages/pockethost-io-lander/eleventy.config.drafts.js similarity index 100% rename from packages/pending/pockethost-io-lander/eleventy.config.drafts.js rename to pending-packages/pockethost-io-lander/eleventy.config.drafts.js diff --git a/packages/pending/pockethost-io-lander/eleventy.config.images.js b/pending-packages/pockethost-io-lander/eleventy.config.images.js similarity index 100% rename from packages/pending/pockethost-io-lander/eleventy.config.images.js rename to pending-packages/pockethost-io-lander/eleventy.config.images.js diff --git a/packages/pending/pockethost-io-lander/eleventy.config.js b/pending-packages/pockethost-io-lander/eleventy.config.js similarity index 100% rename from packages/pending/pockethost-io-lander/eleventy.config.js rename to pending-packages/pockethost-io-lander/eleventy.config.js diff --git a/packages/pending/pockethost-io-lander/package.json b/pending-packages/pockethost-io-lander/package.json similarity index 100% rename from packages/pending/pockethost-io-lander/package.json rename to pending-packages/pockethost-io-lander/package.json diff --git a/packages/pending/pockethost-io-lander/public/css/index.css b/pending-packages/pockethost-io-lander/public/css/index.css similarity index 100% rename from packages/pending/pockethost-io-lander/public/css/index.css rename to pending-packages/pockethost-io-lander/public/css/index.css diff --git a/packages/pending/pockethost-io-lander/public/docs/custom-domain.png b/pending-packages/pockethost-io-lander/public/docs/custom-domain.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/docs/custom-domain.png rename to pending-packages/pockethost-io-lander/public/docs/custom-domain.png diff --git a/packages/pending/pockethost-io-lander/public/docs/instance-idle-screenshot.png b/pending-packages/pockethost-io-lander/public/docs/instance-idle-screenshot.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/docs/instance-idle-screenshot.png rename to pending-packages/pockethost-io-lander/public/docs/instance-idle-screenshot.png diff --git a/packages/pending/pockethost-io-lander/public/docs/instance-usage-screenshot.png b/pending-packages/pockethost-io-lander/public/docs/instance-usage-screenshot.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/docs/instance-usage-screenshot.png rename to pending-packages/pockethost-io-lander/public/docs/instance-usage-screenshot.png diff --git a/packages/pending/pockethost-io-lander/public/docs/instance-version-screenshot.png b/pending-packages/pockethost-io-lander/public/docs/instance-version-screenshot.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/docs/instance-version-screenshot.png rename to pending-packages/pockethost-io-lander/public/docs/instance-version-screenshot.png diff --git a/packages/pending/pockethost-io-lander/public/docs/maintenance-mode-screenshot.png b/pending-packages/pockethost-io-lander/public/docs/maintenance-mode-screenshot.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/docs/maintenance-mode-screenshot.png rename to pending-packages/pockethost-io-lander/public/docs/maintenance-mode-screenshot.png diff --git a/packages/pending/pockethost-io-lander/public/favicon.ico b/pending-packages/pockethost-io-lander/public/favicon.ico similarity index 100% rename from packages/pending/pockethost-io-lander/public/favicon.ico rename to pending-packages/pockethost-io-lander/public/favicon.ico diff --git a/packages/pending/pockethost-io-lander/public/icons/all.min.css b/pending-packages/pockethost-io-lander/public/icons/all.min.css similarity index 100% rename from packages/pending/pockethost-io-lander/public/icons/all.min.css rename to pending-packages/pockethost-io-lander/public/icons/all.min.css diff --git a/packages/pending/pockethost-io-lander/public/icons/brands.min.css b/pending-packages/pockethost-io-lander/public/icons/brands.min.css similarity index 100% rename from packages/pending/pockethost-io-lander/public/icons/brands.min.css rename to pending-packages/pockethost-io-lander/public/icons/brands.min.css diff --git a/packages/pending/pockethost-io-lander/public/icons/fontawesome.min.css b/pending-packages/pockethost-io-lander/public/icons/fontawesome.min.css similarity index 100% rename from packages/pending/pockethost-io-lander/public/icons/fontawesome.min.css rename to pending-packages/pockethost-io-lander/public/icons/fontawesome.min.css diff --git a/packages/pending/pockethost-io-lander/public/img/futuristic-server-room.png b/pending-packages/pockethost-io-lander/public/img/futuristic-server-room.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/futuristic-server-room.png rename to pending-packages/pockethost-io-lander/public/img/futuristic-server-room.png diff --git a/packages/pending/pockethost-io-lander/public/img/pockethost-cloud-logo-upscaled.png b/pending-packages/pockethost-io-lander/public/img/pockethost-cloud-logo-upscaled.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/pockethost-cloud-logo-upscaled.png rename to pending-packages/pockethost-io-lander/public/img/pockethost-cloud-logo-upscaled.png diff --git a/packages/pending/pockethost-io-lander/public/img/pockethost-cloud-logo.jpg b/pending-packages/pockethost-io-lander/public/img/pockethost-cloud-logo.jpg similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/pockethost-cloud-logo.jpg rename to pending-packages/pockethost-io-lander/public/img/pockethost-cloud-logo.jpg diff --git a/packages/pending/pockethost-io-lander/public/img/pockethost-cloud-logo.pxd b/pending-packages/pockethost-io-lander/public/img/pockethost-cloud-logo.pxd similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/pockethost-cloud-logo.pxd rename to pending-packages/pockethost-io-lander/public/img/pockethost-cloud-logo.pxd diff --git a/packages/pending/pockethost-io-lander/public/img/pockethost-homepage-bg.png b/pending-packages/pockethost-io-lander/public/img/pockethost-homepage-bg.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/pockethost-homepage-bg.png rename to pending-packages/pockethost-io-lander/public/img/pockethost-homepage-bg.png diff --git a/packages/pending/pockethost-io-lander/public/img/showcase/pockethost-showcase-battleborn.jpg b/pending-packages/pockethost-io-lander/public/img/showcase/pockethost-showcase-battleborn.jpg similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/showcase/pockethost-showcase-battleborn.jpg rename to pending-packages/pockethost-io-lander/public/img/showcase/pockethost-showcase-battleborn.jpg diff --git a/packages/pending/pockethost-io-lander/public/img/showcase/pockethost-showcase-ecourse.jpg b/pending-packages/pockethost-io-lander/public/img/showcase/pockethost-showcase-ecourse.jpg similarity index 100% rename from packages/pending/pockethost-io-lander/public/img/showcase/pockethost-showcase-ecourse.jpg rename to pending-packages/pockethost-io-lander/public/img/showcase/pockethost-showcase-ecourse.jpg diff --git a/packages/pending/pockethost-io-lander/public/poster.png b/pending-packages/pockethost-io-lander/public/poster.png similarity index 100% rename from packages/pending/pockethost-io-lander/public/poster.png rename to pending-packages/pockethost-io-lander/public/poster.png diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-brands-400.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-brands-400.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-brands-400.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-brands-400.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-brands-400.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-brands-400.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-brands-400.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-brands-400.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-duotone-900.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-duotone-900.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-duotone-900.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-duotone-900.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-duotone-900.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-duotone-900.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-duotone-900.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-duotone-900.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-light-300.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-light-300.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-light-300.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-light-300.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-light-300.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-light-300.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-light-300.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-light-300.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-regular-400.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-regular-400.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-regular-400.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-regular-400.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-regular-400.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-regular-400.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-regular-400.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-regular-400.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-light-300.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-light-300.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-light-300.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-light-300.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-light-300.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-light-300.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-light-300.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-light-300.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-regular-400.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-sharp-solid-900.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-solid-900.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-solid-900.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-solid-900.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-solid-900.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-solid-900.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-solid-900.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-solid-900.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-solid-900.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-thin-100.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-thin-100.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-thin-100.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-thin-100.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-thin-100.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-thin-100.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-thin-100.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-thin-100.woff2 diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-v4compatibility.ttf b/pending-packages/pockethost-io-lander/public/webfonts/fa-v4compatibility.ttf similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-v4compatibility.ttf rename to pending-packages/pockethost-io-lander/public/webfonts/fa-v4compatibility.ttf diff --git a/packages/pending/pockethost-io-lander/public/webfonts/fa-v4compatibility.woff2 b/pending-packages/pockethost-io-lander/public/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from packages/pending/pockethost-io-lander/public/webfonts/fa-v4compatibility.woff2 rename to pending-packages/pockethost-io-lander/public/webfonts/fa-v4compatibility.woff2 diff --git a/packages/pending/pockethost-io-lander/tailwind.config.js b/pending-packages/pockethost-io-lander/tailwind.config.js similarity index 100% rename from packages/pending/pockethost-io-lander/tailwind.config.js rename to pending-packages/pockethost-io-lander/tailwind.config.js