Commit Graph

6908 Commits

Author SHA1 Message Date
Bram Suurd
49527dde19 Refactor layout to utilize basePath for metadata base URL and image links for better configurability 2024-11-06 21:37:45 +01:00
Bram Suurd
e67b1c5b11 Update sitemap to use a fixed domain for the generated sitemap instead of deriving from headers 2024-11-06 21:37:28 +01:00
Bram Suurd
d3007c1123 Remove obsolete environment files for analytics and PocketBase 2024-11-06 21:32:33 +01:00
Bram Suurd
d7accced7f Add analytics configuration and basePath to siteConfig 2024-11-06 21:32:01 +01:00
Bram Suurd
70ae6ae8d1 Add category sorting and fetching logic in data.ts 2024-11-06 21:31:52 +01:00
Bram Suurd
d9a6b8bdd3 Remove basePath from Next.js config to simplify configuration and avoid potential issues with path resolution 2024-11-06 21:31:39 +01:00
Bram Suurd
ee91f7efd3 Remove caching step from GitHub Pages deploy workflow to avoid caching 2024-11-06 21:31:27 +01:00
Bram Suurd
e28d5f4d58 Update deployment workflow to include JSON files for GitHub Pages publishing 2024-11-06 21:28:18 +01:00
Bram Suurd
d59af116b9 Refactor layout to use centralized analytics configuration 2024-11-06 21:23:23 +01:00
Bram Suurd
ec12789b15 Refactor to replace PocketBase with a new data module across components 2024-11-06 21:23:10 +01:00
Bram Suurd
9b20f49bfe Refactor sitemap generation to use centralized basePath from config, enhancing adaptability for URL management 2024-11-06 21:22:54 +01:00
Bram Suurd
b6ab3dd37d Refactor site configuration to utilize centralized settings for analytics and base path; replace PocketBase imports with new data module 2024-11-06 21:22:44 +01:00
Bram Suurd
860186e4fa Refactor Next.js config to use dynamic basePath and update sitemap URLs for improved adaptability and host configuration 2024-11-06 21:22:33 +01:00
Bram Suurd
4bfd0e1d86
Merge branch 'community-scripts:main' into main 2024-11-06 20:17:10 +01:00
Bram Suurd
07e46207b4 Add conversion utility to display RAM in GB for better readability in DefaultSettings component 2024-11-06 20:15:08 +01:00
Bram Suurd
96bc5ade61 Enhance ScriptItem component to display correct type naming alongside script name for better clarity in the UI 2024-11-06 20:15:01 +01:00
Bram Suurd
974b31bfb3 Add most popular scripts feature and update script rendering logic in ScriptInfoBlocks component 2024-11-06 20:08:25 +01:00
Rémi Bédard-Couture
53fd2b6cc8
Remove custom update script. This is handled by the update script and the /usr/bin/update is created automatically by the customize function in install.func (#95) 2024-11-06 20:02:34 +01:00
Bram Suurd
36b0691ad9 Fix install command generation to handle optional script parameter and update copy button logic for improved functionality 2024-11-06 19:52:04 +01:00
Bram Suurd
db82fe8ec6 Check default settings availability in DefaultSettings component and handle undefined values more gracefully in rendering 2024-11-06 19:51:52 +01:00
Bram Suurd
994e958df0 Refactor source URL generation in Buttons component to enhance clarity and streamline the installation script logic 2024-11-06 19:51:28 +01:00
Bram Suurd
440d3b6aef Use formattedBadge in ScriptAccordion and CommandMenu for consistent badge rendering across script types 2024-11-06 19:15:51 +01:00
Rémi Bédard-Couture
cb8b8b51a7
Fix links (#96)
* Update links to images to community-scripts repo

* Update links to community-scripts repo
2024-11-06 19:05:00 +01:00
Bram Suurd
c700d04422 Refactor category fetching in ScriptContent and CommandMenu to utilize centralized fetchCategories for improved maintainability 2024-11-06 19:01:53 +01:00
Bram Suurd
c9b639a636 Remove unnecessary console log for file name in fetchAllMetaDataFiles to clean up code 2024-11-06 18:59:13 +01:00
Bram Suurd
62ef9ec88c Fix animation duration in globals.css to ensure proper view transition functionality across the application 2024-11-06 18:01:05 +01:00
Bram Suurd
2261790fd1 Refactor CommandMenu component to utilize updated Category and Script types, simplifying the sorting logic and enhancing clarity 2024-11-06 17:32:16 +01:00
Bram Suurd
5a633a145a Refactor InterFaces component to use updated Script type and streamline interface/port handling for better clarity 2024-11-06 17:29:10 +01:00
Bram Suurd
76cf85293c Refactor all components to use data from new API 2024-11-06 17:25:02 +01:00
Bram Suurd
1ef3c5a0eb Fetch categories and scripts from external sources, updating GET endpoint to aggregate data. Adjust type definitions for Script and Category 2024-11-06 17:24:34 +01:00
Bram Suurd
6c6ffc17ab Merge branch 'main' of github.com:BramSuurdje/ProxmoxVE 2024-11-06 16:16:49 +01:00
Bram Suurd
26c29f5955 Reduce animation duration for view transition effect to improve responsiveness 2024-11-06 15:12:15 +01:00
CanbiZ
c8806867d8
Tweak vikunja.sh
(spelling mistake)
2024-11-06 08:30:47 +01:00
Paul
4d68c2e1ef
Add JSON for each Script and a metadata.json file (#86)
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
2024-11-06 08:14:59 +01:00
Bram Suurd
a1cce93f8c increase duration on theme switch 2024-11-06 01:20:36 +01:00
Bram Suurd
5abb3ccf9c Remove unused metadata files from testing 2024-11-06 01:17:33 +01:00
Bram Suurd
249946bbf0 Add new animation for switching themes. 2024-11-06 01:05:24 +01:00
CanbiZ
0cd5ff3f3d
Add new LXC: Vikunja (#80)
* Add new LXC: Vikunja

* Apply suggestions from code review

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update vikunja.sh

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Update vikunja.sh

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Update vikunja-install.sh

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Spelling

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

---------

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-05 23:57:28 +01:00
CanbiZ
9c4bb59965
spelling 2024-11-05 23:40:57 +01:00
CanbiZ
99fb54659e
Spelling 2024-11-05 23:40:40 +01:00
CanbiZ
7302b7d4ce
Update bookstack.sh 2024-11-05 23:39:57 +01:00
CanbiZ
b1d09ad6f4
Merge pull request #81 from havardthom/main
Only deploy pages on changes in frontend
2024-11-05 22:37:45 +01:00
Håvard Thom
9a4e239a9a Only deploy pages on changes in frontend 2024-11-05 22:35:32 +01:00
CanbiZ
c419cc36e8
Merge pull request #79 from MickLesk/main
[Bugfix] Add Whiptail Information to set ressources (Tandoor, ActualBudget, CalibreWeb)
2024-11-05 21:28:57 +01:00
CanbiZ
4783837273
Tandoor: Add Whiptail
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2024-11-05 19:40:01 +01:00
CanbiZ
0ed4af4d14
ActualBudget: Add Whiptail
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2024-11-05 19:39:04 +01:00
CanbiZ
d5c55a5cec
Calibre-Web: Add Whiptail
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2024-11-05 19:37:21 +01:00
Mellowlynx
4604e7269e
Merge pull request #76 from MickLesk/main
Some checks failed
Deploy Next.js site to Pages / build (push) Has been cancelled
Deploy Next.js site to Pages / deploy (push) Has been cancelled
Add new LXC: Bookstack
2024-11-05 17:25:54 +01:00
CanbiZ
9e759d9c1a Add new LXC: Bookstack 2024-11-05 17:04:33 +01:00
CanbiZ
f53f907696
Merge pull request #65 from remz1337/fix-url
Fix some more links to point to the new community-scripts repo
2024-11-05 15:38:09 +01:00