From d876d023137023996bf14661b78d8593c995e24c Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 11 Nov 2025 01:06:20 +0100 Subject: [PATCH] Remove firefox bookmarks --- home/modules/bookmarks/jira.nix | 6 - home/modules/bookmarks/k8s.nix | 181 -------------- home/modules/bookmarks/repos.nix | 402 ------------------------------- 3 files changed, 589 deletions(-) delete mode 100644 home/modules/bookmarks/jira.nix delete mode 100644 home/modules/bookmarks/k8s.nix delete mode 100644 home/modules/bookmarks/repos.nix diff --git a/home/modules/bookmarks/jira.nix b/home/modules/bookmarks/jira.nix deleted file mode 100644 index 7fa0033..0000000 --- a/home/modules/bookmarks/jira.nix +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - name = "kanban - tenant manager"; - url = "https://rightcrowd.atlassian.net/jira/software/c/projects/RPD/boards/1131"; - } -] diff --git a/home/modules/bookmarks/k8s.nix b/home/modules/bookmarks/k8s.nix deleted file mode 100644 index 0fdf5ce..0000000 --- a/home/modules/bookmarks/k8s.nix +++ /dev/null @@ -1,181 +0,0 @@ -[ - { - name = "localdev"; - bookmarks = [ - { - name = "api-test.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "rightcrowd-api"; - url = "https://api-test.h.rightcrowd.cloud"; - } - ]; - } - { - name = "argo-applicationset.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "argocd-applicationset-controller"; - url = "https://argo-applicationset.h.rightcrowd.cloud"; - } - ]; - } - { - name = "argo.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "argocd-server"; - url = "https://argo.h.rightcrowd.cloud"; - } - ]; - } - { - name = "grafana.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "grafana"; - url = "https://grafana.h.rightcrowd.cloud"; - } - ]; - } - { - name = "grpc-wf-test.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "workflow"; - url = "https://grpc-wf-test.h.rightcrowd.cloud"; - } - ]; - } - { - name = "home.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "homepage"; - url = "https://home.h.rightcrowd.cloud"; - } - { - name = "oauth2-proxy-homepage-service"; - url = "https://home.h.rightcrowd.cloud"; - } - ]; - } - { - name = "iam.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "keycloak-service"; - url = "https://iam.h.rightcrowd.cloud"; - } - { - name = "keycloak-service"; - url = "https://iam.h.rightcrowd.cloud"; - } - ]; - } - { - name = "minio.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "console"; - url = "https://minio.h.rightcrowd.cloud"; - } - ]; - } - { - name = "piam-test.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "workflow"; - url = "https://piam-test.h.rightcrowd.cloud"; - } - ]; - } - { - name = "registry.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "registry-docker-registry"; - url = "https://registry.h.rightcrowd.cloud"; - } - ]; - } - { - name = "reporting-test.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "reporting"; - url = "https://reporting-test.h.rightcrowd.cloud"; - } - ]; - } - { - name = "side-login-api.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "side-login-backend-service"; - url = "https://side-login-api.h.rightcrowd.cloud"; - } - ]; - } - { - name = "side-login.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "side-login-frontend-service"; - url = "https://side-login.h.rightcrowd.cloud"; - } - ]; - } - { - name = "tenant-manager.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "tenant-manager-frontend"; - url = "https://tenant-manager.h.rightcrowd.cloud"; - } - { - name = "tenant-manager-backend"; - url = "https://tenant-manager.h.rightcrowd.cloud"; - } - ]; - } - { - name = "vault.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "vault"; - url = "https://vault.h.rightcrowd.cloud"; - } - ]; - } - { - name = "web-tracing.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "alloy"; - url = "https://web-tracing.h.rightcrowd.cloud"; - } - ]; - } - { - name = "wf-test.h.rightcrowd.cloud"; - bookmarks = [ - { - name = "workflow"; - url = "https://wf-test.h.rightcrowd.cloud"; - } - ]; - } - ]; - } - { - name = "dev"; - bookmarks = [ - { - name = "tenman"; - url = ""; - } - ]; - } -] diff --git a/home/modules/bookmarks/repos.nix b/home/modules/bookmarks/repos.nix deleted file mode 100644 index 5cd2249..0000000 --- a/home/modules/bookmarks/repos.nix +++ /dev/null @@ -1,402 +0,0 @@ -[ - { - name = "agent"; - url = "https://gitlab.com/rightcrowd/agent"; - } - { - name = "ai openapi experiment"; - url = "https://gitlab.com/rightcrowd/ai-openapi-experiment"; - } - { - name = "ai project"; - url = "https://gitlab.com/rightcrowd/ai-project"; - } - { - name = "ai-rule-engine"; - url = "https://gitlab.com/rightcrowd/ai-rule-engine"; - } - { - name = "ai_chatbot_helpdesk"; - url = "https://gitlab.com/rightcrowd/ai_chatbot_helpdesk"; - } - { - name = "airflow"; - url = "https://gitlab.com/rightcrowd/airflow"; - } - { - name = "android-device-library"; - url = "https://gitlab.com/rightcrowd/android-device-library"; - } - { - name = "android-tpm"; - url = "https://gitlab.com/rightcrowd/android-tpm"; - } - { - name = "android-tpm-test"; - url = "https://gitlab.com/rightcrowd/android-tpm-test"; - } - { - name = "architecture design decisions"; - url = "https://gitlab.com/rightcrowd/architecture-design-decisions"; - } - { - name = "backend-core"; - url = "https://gitlab.com/rightcrowd/backend-core"; - } - { - name = "backend-identity-access-management"; - url = "https://gitlab.com/rightcrowd/backend-identity-access-management"; - } - { - name = "backend-pin-management"; - url = "https://gitlab.com/rightcrowd/backend-pin-management"; - } - { - name = "backend-test-container"; - url = "https://gitlab.com/rightcrowd/backend-test-container"; - } - { - name = "bu snaplogic"; - url = "https://gitlab.com/rightcrowd/bu-snaplogic"; - } - { - name = "contractor-portal"; - url = "https://gitlab.com/rightcrowd/contractor-portal"; - } - { - name = "credential service"; - url = "https://gitlab.com/rightcrowd/credential-service"; - } - { - name = "employee app"; - url = "https://gitlab.com/rightcrowd/employee-app"; - } - { - name = "events-service-research"; - url = "https://gitlab.com/rightcrowd/events-service-research"; - } - { - name = "facerecognition"; - url = "https://gitlab.com/rightcrowd/facerecognition"; - } - { - name = "function-keycloak-builtin-objects"; - url = "https://gitlab.com/rightcrowd/function-keycloak-builtin-objects"; - } - { - name = "fw_ble_soc_bl"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_bl"; - } - { - name = "fw_ble_soc_certification"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_certification"; - } - { - name = "fw_ble_soc_dw_sniffer"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_dw_sniffer"; - } - { - name = "fw_ble_soc_dw_tag"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_dw_tag"; - } - { - name = "fw_ble_soc_dw_ths_master"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_dw_ths_master"; - } - { - name = "fw_ble_soc_dw_ths_slave"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_dw_ths_slave"; - } - { - name = "fw_ble_soc_hw_3_0"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_hw_3_0"; - } - { - name = "fw_ble_soc_prod_test_jig"; - url = "https://gitlab.com/rightcrowd/fw_ble_soc_prod_test_jig"; - } - { - name = "fw_cr"; - url = "https://gitlab.com/rightcrowd/fw_cr"; - } - { - name = "fw_cr_upload"; - url = "https://gitlab.com/rightcrowd/fw_cr_upload"; - } - { - name = "fw_legacy_applet"; - url = "https://gitlab.com/rightcrowd/fw_legacy_applet"; - } - { - name = "fw_nfc_soc"; - url = "https://gitlab.com/rightcrowd/fw_nfc_soc"; - } - { - name = "fw_nrf5_sdk"; - url = "https://gitlab.com/rightcrowd/fw_nrf5_sdk"; - } - { - name = "fw_orion"; - url = "https://gitlab.com/rightcrowd/fw_orion"; - } - { - name = "fw_pr"; - url = "https://gitlab.com/rightcrowd/fw_pr"; - } - { - name = "fw_prod"; - url = "https://gitlab.com/rightcrowd/fw_prod"; - } - { - name = "fw_prod_dekimo"; - url = "https://gitlab.com/rightcrowd/fw_prod_dekimo"; - } - { - name = "fw_prod_test"; - url = "https://gitlab.com/rightcrowd/fw_prod_test"; - } - { - name = "fw_scc"; - url = "https://gitlab.com/rightcrowd/fw_scc"; - } - { - name = "fw_tc"; - url = "https://gitlab.com/rightcrowd/fw_tc"; - } - { - name = "fw_tc_prod_test"; - url = "https://gitlab.com/rightcrowd/fw_tc_prod_test"; - } - { - name = "fw_test_app"; - url = "https://gitlab.com/rightcrowd/fw_test_app"; - } - { - name = "gateway api"; - url = "https://gitlab.com/rightcrowd/gateway-api"; - } - { - name = "gitlab-renovate-runner"; - url = "https://gitlab.com/rightcrowd/gitlab-renovate-runner"; - } - { - name = "hashicorp vault"; - url = "https://gitlab.com/rightcrowd/hashicorp-vault"; - } - { - name = "helm charts"; - url = "https://gitlab.com/rightcrowd/helm-charts"; - } - { - name = "hid mobile credentials poc dump"; - url = "https://gitlab.com/rightcrowd/poc-hid-mobile-credentials-dump"; - } - { - name = "in-cluster-development"; - url = "https://gitlab.com/rightcrowd/in-cluster-development"; - } - { - name = "integrations service"; - url = "https://gitlab.com/rightcrowd/integrations-service"; - } - { - name = "interview-questions"; - url = "https://gitlab.com/rightcrowd/interview-questions"; - } - { - name = "ios-firmware-manager"; - url = "https://gitlab.com/rightcrowd/ios-firmware-manager"; - } - { - name = "ios-gw"; - url = "https://gitlab.com/rightcrowd/ios-gw"; - } - { - name = "ios-kiosk"; - url = "https://gitlab.com/rightcrowd/ios-kiosk"; - } - { - name = "json parser"; - url = "https://gitlab.com/rightcrowd/json-parser"; - } - { - name = "jwt-claims-convention"; - url = "https://gitlab.com/rightcrowd/jwt-claims-convention"; - } - { - name = "k8s secret aggregation operator"; - url = "https://gitlab.com/rightcrowd/k8s-secrets-aggregation-operator"; - } - { - name = "keycloak"; - url = "https://gitlab.com/rightcrowd/keycloak"; - } - { - name = "keycloak-realm-kubernetes-operator"; - url = "https://gitlab.com/rightcrowd/keycloak-realm-kubernetes-operator"; - } - { - name = "keycloak-test-impl"; - url = "https://gitlab.com/rightcrowd/keycloak-test-impl"; - } - { - name = "kube diff"; - url = "https://gitlab.com/rightcrowd/kube-diff"; - } - { - name = "link service"; - url = "https://gitlab.com/rightcrowd/link-service"; - } - { - name = "location service"; - url = "https://gitlab.com/rightcrowd/location-service"; - } - { - name = "mongo-encryption-poc"; - url = "https://gitlab.com/rightcrowd/mongo-encryption-poc"; - } - { - name = "next gen reporting"; - url = "https://gitlab.com/rightcrowd/next-gen-reporting"; - } - { - name = "node.js application template"; - url = "https://gitlab.com/rightcrowd/templates/node.js-application-template"; - } - { - name = "nodejs python microservice poc"; - url = "https://gitlab.com/rightcrowd/nodejs-python-microservice-poc"; - } - { - name = "observability dev kit"; - url = "https://gitlab.com/rightcrowd/observability-dev-kit"; - } - { - name = "open adapter security expert"; - url = "https://gitlab.com/rightcrowd/open-adapter-security-expert"; - } - { - name = "pacs remote adapter andover"; - url = "https://gitlab.com/rightcrowd/pacs-ra-andover"; - } - { - name = "platform apps"; - url = "https://gitlab.com/rightcrowd/platform-apps"; - } - { - name = "platform feature flags"; - url = "https://gitlab.com/rightcrowd/feature-flags"; - } - { - name = "platform infra"; - url = "https://gitlab.com/rightcrowd/platform-infra"; - } - { - name = "platform-dev"; - url = "https://gitlab.com/rightcrowd/platform-dev"; - } - { - name = "platform-onprem"; - url = "https://gitlab.com/rightcrowd/platform-onprem"; - } - { - name = "poc-android-ble-test-app"; - url = "https://gitlab.com/rightcrowd/poc-android-ble-test-app"; - } - { - name = "poc-hw-tools"; - url = "https://gitlab.com/rightcrowd/poc-hw-tools"; - } - { - name = "poc_arduino_sketches"; - url = "https://gitlab.com/rightcrowd/poc_arduino_sketches"; - } - { - name = "poc_gw_rssi_visu"; - url = "https://gitlab.com/rightcrowd/poc_gw_rssi_visu"; - } - { - name = "public api javascript client"; - url = "https://gitlab.com/rightcrowd/public-api-js-client"; - } - { - name = "rightcrowd cloud"; - url = "https://gitlab.com/rightcrowd/RightCrowd-cloud"; - } - { - name = "rightcrowd design system web"; - url = "https://gitlab.com/rightcrowd/rightcrowd-design-system-web"; - } - { - name = "rightcrowd gitlab image builder"; - url = "https://gitlab.com/rightcrowd/rightcrowd-gitlab-image-builder"; - } - { - name = "rightcrowd-lib"; - url = "https://gitlab.com/rightcrowd/lib"; - } - { - name = "rightcrowd-ng-api-design"; - url = "https://gitlab.com/rightcrowd/rightcrowd-ng-api-design"; - } - { - name = "rightface"; - url = "https://gitlab.com/rightcrowd/rightface"; - } - { - name = "side login application"; - url = "https://gitlab.com/rightcrowd/side-login-application"; - } - { - name = "single tenant router"; - url = "https://gitlab.com/rightcrowd/single-tenant-redirector"; - } - { - name = "smartaccess api design"; - url = "https://gitlab.com/rightcrowd/smartaccess-api-design"; - } - { - name = "smartaccess interface"; - url = "https://gitlab.com/rightcrowd/admin-application"; - } - { - name = "smartface"; - url = "https://gitlab.com/rightcrowd/smartface"; - } - { - name = "techshare"; - url = "https://gitlab.com/rightcrowd/techshare"; - } - { - name = "tenant manager"; - url = "https://gitlab.com/rightcrowd/tenant-manager"; - } - { - name = "tenman-k8s-operator-experiment"; - url = "https://gitlab.com/rightcrowd/tenman-k8s-operator-experiment"; - } - { - name = "tenman-k8s-operator-experiment-ts"; - url = "https://gitlab.com/rightcrowd/tenman-k8s-operator-experiment-ts"; - } - { - name = "test-setup"; - url = "https://gitlab.com/rightcrowd/test-setup"; - } - { - name = "trpc-oas-experiment"; - url = "https://gitlab.com/rightcrowd/trpc-oas-experiment"; - } - { - name = "uwb-demo"; - url = "https://gitlab.com/rightcrowd/uwb-demo"; - } - { - name = "web ui components"; - url = "https://gitlab.com/rightcrowd/ui-components"; - } - { - name = "web-pin-management"; - url = "https://gitlab.com/rightcrowd/web-pin-management"; - } -]