918 Commits

Author SHA1 Message Date
Ben Allfree
7d442912c1 Merge branch 'main' of github.com:pockethost/pockethost 2025-09-11 15:23:48 +00:00
Ben Allfree
2540959c77 pockethost: add live stats script 2025-09-11 15:23:44 +00:00
Ben Allfree
890049295d pockethost: add console output to pocketbase updates 2025-09-11 15:23:25 +00:00
Ben Allfree
7ccb17daf6 pockethost: improve race condition and instance cleanup handling 2025-09-11 15:23:01 +00:00
Ben Allfree
afbea72cc6 mothership: fix security issue allowing users to update their own user records 2025-09-11 15:22:10 +00:00
Ben Allfree
2b51452491 mothership: add notes field to user 2025-09-11 15:21:29 +00:00
Ben Allfree
ff74fcc690 mothership: update pocketbase versions 2025-09-11 15:21:07 +00:00
cheskoxd
44eeb52c2c fix(Meta): avoid rendering meta tags if in /docs 2025-09-10 00:23:37 -05:00
cheskoxd
d152f0993c fix(Docs): add dynamic og image generation and fix broken link 2025-09-10 00:13:14 -05:00
cheskoxd
63eae643e3 fix(Docs): ensure meta data reacts properly 2025-09-06 23:22:01 -05:00
cheskoxd
edd0eef3a9 feat(Docs): enhance documentation with metadata, descriptions for better SEO 2025-09-06 23:09:13 -05:00
cheskoxd
0c06d34632 fix(Docs): rephrase custom domains to custom domain 2025-09-03 19:32:44 -05:00
cheskoxd
53b07dddb7 fix(Footer): z index missing in the footer 2025-09-02 22:04:20 -05:00
cheskoxd
c76b948e62 fix(InstanceList): implement URL state management for sort, filter and query 2025-08-29 18:44:32 -05:00
cheskoxd
0f89400050 chore(docs): replace outdated screenshots after UI overhaul 2025-08-26 23:09:34 -05:00
cheskoxd
8c2fb84104 fix(manifest): update theme and background colors for consistency 2025-08-26 20:14:32 -05:00
cheskoxd
4f433c4e62 fix(Meta): rename poster file to invalidate discord cache 2025-08-24 19:44:02 -05:00
cheskoxd
356882f052 fix(poster): update og image 2025-08-23 21:49:17 -05:00
cheskoxd
db96b6d2fb fix(code): add prism.js support for syntax highlighting and codeblocks languange 2025-08-21 21:53:25 -05:00
cheskoxd
aa3361401f fix(List): truncate secret value to avoid horizontal overflow 2025-08-20 20:09:49 -05:00
cheskoxd
8ed40ee71b fix(InstanceLayout): truncate instance name if too long 2025-08-20 20:01:43 -05:00
cheskoxd
0ac63427c8 fix(InstanceCard): update admin link for better visibility 2025-08-20 19:57:36 -05:00
cheskoxd
75919bf8be fix(InstanceCard): update instance name to take full width and truncate if needed 2025-08-20 19:42:03 -05:00
cheskoxd
9cdcf14197 fix(InstanceList): add auto-rows-min class for better layout consistency 2025-08-20 19:33:22 -05:00
Derek Lacayo
dbd615841c
UI Overhaul (#456)
* Refactor blog posts and enhance UI components

- Removed titles from md blog posts and show them as title
- Updated the layout of the documentation sidebar to include a blurred background.
- Improved the styling of the login and registration forms for better user experience.
- Enhanced the pricing page layout and card designs for clarity and visual appeal.
- Added a blurred background component to several pages for a modern aesthetic.
- Updated the Navbar and footer with new links and improved styling.
- Introduced new color themes in Tailwind configuration for better branding.
- Added new images for the PocketHost logo and promotional materials.

* refactor(Splash): remove redundant sections and improve layout

* fix(login): center InstanceGeneratorWidget within the container

* Latest update

* fix(blog): Improve visibility

* fix(NavbarMenu): Adjust dropdown z-index for better visibility

* fix(Creator): Update cancel button link to redirect to dashboard instead of Splash

* feat(InstanceList): add search, filter and sorting

* fix(Main): z index and styling issues

* fix(InstanceList): power on should be first when sorting

* enh(InstanceList): display cname if defined, and allow search by cname

* style(404): update UI to match other pages

* style(LoggingInner): update styles to match color palette

* style(Paywall): missing top padding

* style(versionPage): change width to match other pages

* fix(InstancesLayout): fix logs UI overflow

* style(docsSideBar): Separate scroll between sidebar and content, also stick sidebar to top

* style(docsSidebar): fix weird pad in menu-title

* clean(blog): remove some comment code

* enh(blog): add article name to title in head

* feat(footer): add link to / from footer

* style(promoBanner): fix padding on mobile

* style(dashboard): make mobile friendly

* enh(instances): close sideBar on a link click

* fix(InstanceList): fix performance issues on mobile (lag)

* feat(InstanceList): add asc and desc sorting

* fix(InstanceList): add tabIndex to sortDirection

* style(prose): fix margin on terms and privacy policy

* style(InstanceList): fix pad

* style(InstancePages): fix content overflow on multiple pages

* style(docs); make sidebar mobile friendly

* fix(sideBar):  bug with svelte

* fix(InstanceList): make asc sort default

* fix(NavBar): remove dashboard link on > md

* style(AlertBar): improve styles

* style(splash): simple landing page

* fix(mobile): fix small bugs in mobile

* fix(InstanceList): asc and desc icon mixed

* style(Logs): add mono font to logs

* fix(Splash): add more decimal points to uptime

* style(Logs):  add mono font to fullscreen logs

* fix(Splash): cta retriggers the animation on hover

* fix(InstanceList): cards had toomuch gap when search

* style(Instance Sidebar): match px with head

* style(footer): move elements closer on md

* style(blogFooter): update colors to match design

* fix(Splash): swap gh with shields due to rate limit

---------

Co-authored-by: Ben Allfree <ben@benallfree.com>
2025-08-20 06:52:27 -07:00
Ben Allfree
42d2085f69 feat(pockethost): Cron-based webhooks 2025-08-07 21:05:23 +00:00
Ben Allfree
d5e850041e v2.3.0 2025-07-22 08:47:09 -07:00
Ben Allfree
0cfed9530f feat(pockethost): webhooks 2025-07-22 08:15:33 -07:00
Ben Allfree
7d9ccf0639 enh(pockethost): add event handlers to MothershipMirrorService 2025-07-22 08:14:50 -07:00
Ben Allfree
a3a8a215f2 chore(pockethost): remove unused instancecache 2025-07-22 08:14:29 -07:00
Ben Allfree
e4187d90c0 fix(pockethost): console logger browser compat 2025-07-22 08:13:52 -07:00
Ben Allfree
7946c8344e chore(pockethost): improve CLI launching and logging 2025-07-22 08:13:27 -07:00
Ben Allfree
049e9e5263 refactor(pockethost): improve breadcrumb handling in logging services for better clarity 2025-07-22 02:33:08 +00:00
Ben Allfree
01540dad27 refactor(pockethost): simplify ConsoleLogger by removing unused prefix and optimizing breadcrumb handling 2025-07-22 02:32:42 +00:00
Ben Allfree
8ec5d00df4 chore(pockethost): remove winston 2025-07-21 17:09:13 -07:00
Ben Allfree
da70988c20 chore(dashboard): downgrade @sveltejs/enhanced-img to version 0.3.8 in package.json and pnpm-lock.yaml 2025-07-21 09:03:04 -07:00
Ben Allfree
4437c0e95d chore(pockethost): update CLI entry point to use tsx shebang 2025-07-21 09:01:22 -07:00
Ben Allfree
fd4b8339dc enh(pockethost): mothership mirror 2025-07-21 08:49:00 -07:00
Ben Allfree
a9067b1a88 chore(pockethost): update dependencies and scripts to use tsx 2025-07-21 08:48:41 -07:00
Ben Allfree
e93ec24ff8 fix(dashboard): update import path for SecretsInner component 2025-07-21 08:47:17 -07:00
Ben Allfree
2b2594af58 chore(dashboard): refactor and clean up secrets component 2025-07-20 15:54:38 -07:00
Ben Allfree
63a5511961 chore(dashboard): update wrangler 2025-07-20 15:53:40 -07:00
Ben Allfree
a91b3a81ef fix(mothership): add error handling for domain collection deletion 2025-07-19 17:43:13 -07:00
Ben Allfree
722d2f523c feat(dashboard): automated custom domains 2025-07-19 07:35:31 -07:00
Ben Allfree
76c2dbd34e feat(mothership): add Cloudflare API token, zone ID, and account ID to settings 2025-07-19 07:25:22 -07:00
Ben Allfree
c7647d1a09 chore(mothership): improve log debugging 2025-07-19 14:23:29 +00:00
Ben Allfree
2624833221 Merge branch 'main' of github.com:pockethost/pockethost 2025-07-19 14:20:08 +00:00
Ben Allfree
433ad6e998 Merge branch 'main' of github.com:pockethost/pockethost 2025-07-19 07:19:15 -07:00
Ben Allfree
cbf0fa509e chore(mothership): remove bundling from tsdown configuration 2025-07-19 14:18:17 +00:00
Ben Allfree
fdbd6bb275 Merge branch 'main' of github.com:pockethost/pockethost 2025-07-19 14:02:44 +00:00