diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..cafec2f --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,15 @@ +project_name: "Higgys Android Website" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 diff --git a/backlog/tasks/task-1 - Rebuild-site-and-add-admin-video-manager.md b/backlog/tasks/task-1 - Rebuild-site-and-add-admin-video-manager.md new file mode 100644 index 0000000..3964a53 --- /dev/null +++ b/backlog/tasks/task-1 - Rebuild-site-and-add-admin-video-manager.md @@ -0,0 +1,16 @@ +--- +id: task-1 +title: Rebuild site and add admin video manager +status: Done +assignee: [] +created_date: '2026-02-11 02:15' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Rebuilt Higgy's Android Boxes website from static HTML export into proper Next.js 15 project. Switched from static export (nginx) to standalone Node.js server. Added admin panel at /admin for managing YouTube tutorial videos (add/delete with auto YouTube title+thumbnail fetch). Added client password gate for video section. Linked Facebook page. Replaced favicon with Android robot icon. Deployed with Docker + Traefik on Netcup with auto-deploy webhook. +