• Joined on 2025-04-21
Greg pushed to main at Greg/MyFavStuff5 2025-05-25 13:40:05 +00:00
1815cd5b55 chore: add nixpacks.toml configuration for Hugo static site deployment
Greg pushed to main at Greg/MyFavStuff5 2025-05-25 13:36:06 +00:00
8c8c8d8ad8 chore: update baseURL to reflect.ai production domain
Greg pushed to main at Greg/MyFavStuff5 2025-05-25 13:34:11 +00:00
d194c463d1 init: create basic Hugo site with config and homepage template
Greg created branch main in Greg/MyFavStuff5 2025-05-25 13:33:18 +00:00
Greg pushed to main at Greg/MyFavStuff5 2025-05-25 13:33:18 +00:00
f9efdc88ee first commit
Greg created repository Greg/MyFavStuff5 2025-05-25 13:17:59 +00:00
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 08:14:24 +00:00
8f41cd5578 feat: add admin edit page with content preview and save functionality
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:52:05 +00:00
2576a5cd41 feat: add admin edit page with content preview and save functionality
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:44:15 +00:00
df15dc91db feat: implement Express API server with CRUD operations for content files
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:39:34 +00:00
154b47935b config: set up nginx and static output for production deployment
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:32:07 +00:00
3bb52d0927 Revert all changes back to commit e406c7ffce49ca3e6ca064bc92fefa96bc0acf34
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:22:11 +00:00
321cbe8789 feat: implement secure Express API server for markdown content management
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:18:40 +00:00
165c473915 refactor: simplify nginx config by removing redundant worker and event settings
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:16:41 +00:00
d710df2b1f chore: remove user directive from nginx config since Docker handles permissions
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:14:12 +00:00
afeaf931f2 feat: add admin pages for managing book content with CRUD operations
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 07:10:17 +00:00
476bb096b0 feat: add admin pages for content management with edit, list and login functionality
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 06:57:29 +00:00
5a6a4e77c2 fix: correct Docker build stage syntax from 'as' to 'AS'
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 06:55:32 +00:00
a4bada5bc4 refactor: streamline Dockerfile by consolidating dependencies and simplifying API setup
Greg pushed to main at Greg/MyFavStuff3 2025-05-24 06:50:15 +00:00
90f4133606 feat: implement secure Docker setup with Nginx and Node API server running as non-root user
Greg pushed to main at Greg/MyFavStuff3 2025-05-21 22:01:26 +00:00
e406c7ffce feat: add admin interface with content management API and Docker setup