908 Commits

Author SHA1 Message Date
cheskoxd
138a826a01 fix(docs): update effective date in Terms of Service 2025-09-11 18:59:26 -05:00
cheskoxd
af1467f46a fix(docs): update tos 2025-09-11 15:31:32 -05:00
cheskoxd
c3ef886103 fix(docs): update Discord community link and remove outdated pricing plans 2025-09-10 22:15:05 -05:00
cheskoxd
eedf37c4b8 fix(docs): update FAQ section 2025-09-01 22:38:22 -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
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
Ben Allfree
e8b0b7a8ec feat(mothership): add migrations for updating and deleting domains collection 2025-07-19 14:02:39 +00:00
Ben Allfree
bf1fbb5a6a chore(mothership): update version list to include 0.29.* 2025-07-19 14:02:25 +00:00
Ben Allfree
13aa539e8a feat(mothership): add cloudflare custom domain updater and remove HandleMigrateCnamesToDomains 2025-07-19 06:58:10 -07:00
Ben Allfree
9c81a2923e fix(firewall): include HTTP status code in health check response 2025-07-19 06:49:20 -07:00
Ben Allfree
e59c0af44d chore(dashboard): remove unused DISCORD_URL import for cleaner code 2025-07-19 06:48:48 -07:00
Ben Allfree
51c361aec6 enh(dashboard): improve logging for user and instance subscriptions 2025-07-19 06:48:09 -07:00
Ben Allfree
876a44092f fix(firewall): update health check endpoint path from /_api/firewall/health to /api/firewall/health 2025-07-19 06:16:04 -07:00
Ben Allfree
60eeb5cb05 refactor(instanceService): remove CNAME block check for improved instance handling 2025-07-18 21:03:33 -07:00
Ben Allfree
263700495f refactor(mothership): improve logging clarity in HandleInstanceResolve 2025-07-18 20:52:24 -07:00
Ben Allfree
4fcf613aa1 enh(dashboard): update condition for v0.23.* user alert on instance version page 2025-07-18 19:12:36 -07:00