Commit Graph

531 Commits

Author SHA1 Message Date
Bram Suurd
a57e933a95 Update README.md to use new urls 2024-09-08 06:23:45 -07:00
Bram Suurd
65ea37915e Revert "feat: add middleware for redirecting requests to proxmoxve-scripts.com if the hostname does not match"
This reverts commit a4a4ed2f5e.
2024-09-08 11:30:37 +02:00
Bram Suurd
a4a4ed2f5e feat: add middleware for redirecting requests to proxmoxve-scripts.com if the hostname does not match 2024-09-08 11:29:12 +02:00
Bram Suurd
878edb37e4 Revert "feat: add middleware to redirect requests from old domain to new domain" 2024-09-08 02:19:07 +02:00
Bram Suurd
cdaccc1afd Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-09-08 02:08:53 +02:00
Bram Suurd
6c904d3b02 feat: add middleware to redirect requests from old domain to new domain 2024-09-08 02:08:47 +02:00
Bram Suurd
c93d6f7c17 Merge pull request #57 from BramSuurdje/dependabot/npm_and_yarn/eslint-config-next-14.2.7
chore(deps-dev): bump eslint-config-next from 14.2.6 to 14.2.7
2024-09-03 14:43:34 +02:00
Bram Suurd
8b3da535f0 Merge pull request #58 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.438.0
chore(deps): bump lucide-react from 0.436.0 to 0.438.0
2024-09-03 14:43:24 +02:00
Bram Suurd
7d2164b8a6 Merge pull request #59 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.7
chore(deps): bump next from 14.2.6 to 14.2.7
2024-09-03 14:43:10 +02:00
dependabot[bot]
9275afb0af chore(deps): bump next from 14.2.6 to 14.2.7
Bumps [next](https://github.com/vercel/next.js) from 14.2.6 to 14.2.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.6...v14.2.7)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 11:17:53 +00:00
dependabot[bot]
e85d13b6a7 chore(deps): bump lucide-react from 0.436.0 to 0.438.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.436.0 to 0.438.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.438.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 11:17:23 +00:00
dependabot[bot]
ac13843b7d chore(deps-dev): bump eslint-config-next from 14.2.6 to 14.2.7
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.6 to 14.2.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.7/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 11:17:11 +00:00
Bram Suurd
b351f1ad1c refactor: revert to old image generation image. 2024-08-28 15:20:03 +02:00
Bram Suurd
a7c9bf7225 refactor: increased image dimensions and added object-fit style 2024-08-28 15:15:51 +02:00
Bram Suurd
def079e50e refactor: updated Open Graph API to use NextRequest for title parameter extraction 2024-08-28 15:10:47 +02:00
Bram Suurd
ab5d872f6c refactor: replaced export with const for image size in Open Graph API 2024-08-28 15:09:02 +02:00
Bram Suurd
fddec3c471 refactor: removed unused alt export in Open Graph image API, streamlining code for better maintainability 2024-08-28 15:07:51 +02:00
Bram Suurd
b2fbc49f14 refactor: enhanced Open Graph image generation by updating parameter handling and restructuring the response layout 2024-08-28 15:05:46 +02:00
Bram Suurd
17e27a944d fix: updated generateMetadata to return null for invalid scriptName, improving error handling and SEO consistency 2024-08-28 14:05:55 +02:00
Bram Suurd
9a74626fbb refactor: added error handling to og metadata api route 2024-08-28 14:05:15 +02:00
Bram Suurd
e4bd86e44d refactor: moved fetch to og image route for increased performance on front-end 2024-08-28 13:58:16 +02:00
Bram Suurd
2948a747ec Feat: added og image generation api for script pages. and added nextjs dynamic metadata to script page for better SEO 2024-08-28 13:37:55 +02:00
Bram Suurd
118ed5539e Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-08-27 18:59:02 +02:00
Bram Suurd
d603311652 refactor: Remove code-copy-button toast success message 2024-08-27 18:58:58 +02:00
Bram Suurd
b00d5fc2e0 Merge pull request #54 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.436.0
chore(deps): bump lucide-react from 0.428.0 to 0.436.0
2024-08-26 14:45:09 +02:00
Bram Suurd
5512c70fcd Merge pull request #55 from BramSuurdje/dependabot/npm_and_yarn/eslint-config-next-14.2.6
chore(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.6
2024-08-26 14:44:58 +02:00
dependabot[bot]
d6008f1a55 chore(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.6
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.5 to 14.2.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:44:35 +00:00
Bram Suurd
90fe18c817 Merge pull request #56 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.6
chore(deps): bump next from 14.2.5 to 14.2.6
2024-08-26 14:44:24 +02:00
Bram Suurd
8304d94dfd refactor: Remove unused ESLint plugins and update dependencies 2024-08-26 14:43:17 +02:00
dependabot[bot]
0bea065b60 chore(deps): bump next from 14.2.5 to 14.2.6
Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 14.2.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.5...v14.2.6)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:07:10 +00:00
dependabot[bot]
48ad9b809a chore(deps): bump lucide-react from 0.428.0 to 0.436.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.428.0 to 0.436.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.436.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:06:28 +00:00
Bram Suurd
67e6bc4a0e Revert "refactor: refactor the code base to use more server components"
This reverts commit 3f5e2abd12.
2024-08-26 01:21:56 +02:00
Bram Suurd
147e4a478a Revert "refactor: Remove react-helmet dependency from package.json"
This reverts commit 93bfbaf5a8.
2024-08-26 01:21:21 +02:00
Bram Suurd
4b0c54a1c1 Revert "refactor: Update API endpoints to use baseUrl in page.tsx"
This reverts commit 36da0ec4cb.
2024-08-26 01:20:59 +02:00
Bram Suurd
15bb274818 Revert "Merge pull request #52 from BramSuurdje/feat--server-side-rendering"
This reverts commit 46753ef819, reversing
changes made to d172acc733.
2024-08-26 01:20:40 +02:00
Bram Suurd
16cd755799 Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-08-26 01:20:07 +02:00
Bram Suurd
e7e200ae45 Revert "Merge pull request #53 from BramSuurdje/feat--server-side-rendering"
This reverts commit 53e912d881, reversing
changes made to 46753ef819.
2024-08-26 01:19:32 +02:00
Bram Suurd
6dacf54221 refactor: Remove dynamic import in category route 2024-08-26 01:18:25 +02:00
Bram Suurd
53e912d881 Merge pull request #53 from BramSuurdje/feat--server-side-rendering
refactor: Remove dynamic import in category route
2024-08-25 21:28:53 +02:00
Bram Suurd
ee6243e53c refactor: Remove dynamic import in category route 2024-08-25 21:26:46 +02:00
Bram Suurd
46753ef819 Merge pull request #52 from BramSuurdje/feat--server-side-rendering
Feat  server side rendering
2024-08-25 19:56:34 +02:00
Bram Suurd
36da0ec4cb refactor: Update API endpoints to use baseUrl in page.tsx 2024-08-25 19:49:48 +02:00
Bram Suurd
0cb6d9d31b refactor: Update og route to use async function for GET request 2024-08-25 19:42:36 +02:00
Bram Suurd
93bfbaf5a8 refactor: Remove react-helmet dependency from package.json 2024-08-25 19:41:31 +02:00
Bram Suurd
db116e72c2 refactor: Remove runtime configuration from og route 2024-08-25 19:40:29 +02:00
Bram Suurd
3f5e2abd12 refactor: refactor the code base to use more server components 2024-08-25 19:39:25 +02:00
Bram Suurd
d172acc733 feat: Add robots.txt and sitemap.xml files 2024-08-25 15:14:02 +02:00
Bram Suurd
297a09ea98 refactor: Update ScriptBrowser component to use single accordion type 2024-08-25 02:00:51 +02:00
Bram Suurd
1fb0915cf7 fix: resolve issue in ScriptBrowser.tsx with searching 2024-08-25 01:51:17 +02:00
Bram Suurd
e96f1f2a85 refactor: Update CSS padding in page.tsx and Navbar.tsx 2024-08-25 01:17:57 +02:00