From 29e5b9a199673eb27680b39fcebad93af2aacc00 Mon Sep 17 00:00:00 2001 From: whitney Date: Fri, 17 Apr 2026 15:50:45 -0700 Subject: [PATCH] Update organization of software --- ai/llama-cpp/docker-compose.yml | 38 ------------------- {home => smarthome}/README.md | 0 {home => smarthome}/homeassistant/README.md | 0 .../homeassistant/configuration.yaml | 0 .../homeassistant/docker-compose.yml | 0 .../design}/excalidraw/.env.example | 0 .../design}/excalidraw/.gitignore | 0 .../design}/excalidraw/README.md | 0 .../design}/excalidraw/docker-compose.yml | 0 .../design}/penpot/.env.example | 0 .../design/penpot}/.gitignore | 0 .../design}/penpot/README.md | 0 .../design}/penpot/docker-compose.yml | 0 .../documentation}/code-server/.gitignore | 0 .../documentation}/code-server/README.md | 0 .../code-server/docker-compose.yml.example | 0 .../documentation}/flatnotes/.env.example | 0 .../documentation/flatnotes}/.gitignore | 0 .../documentation}/flatnotes/README.md | 0 .../flatnotes/docker-compose.yml | 0 .../documentation}/karakeep/.gitignore | 0 .../documentation}/karakeep/README.md | 0 .../karakeep/docker-compose.yml | 0 .../karakeep/karakeep.env.example | 0 .../documentation}/karakeep/meili.env.example | 0 .../{ => infrastructure}/gitea/.gitignore | 0 .../{ => infrastructure}/gitea/README.md | 0 .../gitea/database.env.example | 0 .../gitea/docker-compose.yml | 0 .../gitea/gitea.env.example | 0 .../{ => infrastructure}/grafana/.gitignore | 0 .../{ => infrastructure}/grafana/README.md | 0 .../grafana/docker-compose.yml.example | 0 .../{ => infrastructure}/grafana/grafana.ini | 0 .../grafana/prometheus.yml | 0 .../{ => infrastructure}/jenkins/README.md | 0 .../jenkins/docker-compose.yml | 0 .../infrastructure}/mailserver/README.md | 0 .../mailserver/docker-compose.yml | 0 .../{ => infrastructure}/portainer/README.md | 0 .../portainer/docker-compose.yml | 0 .../{ => infrastructure}/traefik/.gitignore | 0 .../{ => infrastructure}/traefik/README.md | 0 .../traefik/docker-compose.yml.example | 0 .../traefik/traefik-dynamic.toml.example | 0 .../traefik/traefik.toml.example | 0 .../openproject/.env.example | 0 .../project-management/openproject/.gitignore | 0 .../project-management/openproject/README.md | 0 .../openproject/docker-compose.yml | 0 .../project-management/plane/.env.example | 0 .../project-management/plane/.gitignore | 0 .../project-management/plane/README.md | 0 .../plane/docker-compose.yml | 0 .../project-management/planka/.gitignore | 0 .../project-management/planka/README.md | 0 .../planka/docker-compose.yml | 0 .../planka/planka-db.env.example | 0 .../planka/planka.env.example | 0 .../project-management/taiga/.env.example | 0 .../project-management/taiga/.gitignore | 0 .../project-management/taiga/README.md | 0 .../taiga/docker-compose.yml | 0 .../project-management/taiga/nginx.conf | 0 64 files changed, 38 deletions(-) delete mode 100644 ai/llama-cpp/docker-compose.yml rename {home => smarthome}/README.md (100%) rename {home => smarthome}/homeassistant/README.md (100%) rename {home => smarthome}/homeassistant/configuration.yaml (100%) rename {home => smarthome}/homeassistant/docker-compose.yml (100%) rename {productivity => software-development/design}/excalidraw/.env.example (100%) rename {productivity => software-development/design}/excalidraw/.gitignore (100%) rename {productivity => software-development/design}/excalidraw/README.md (100%) rename {productivity => software-development/design}/excalidraw/docker-compose.yml (100%) rename {productivity => software-development/design}/penpot/.env.example (100%) rename {productivity/flatnotes => software-development/design/penpot}/.gitignore (100%) rename {productivity => software-development/design}/penpot/README.md (100%) rename {productivity => software-development/design}/penpot/docker-compose.yml (100%) rename {productivity => software-development/documentation}/code-server/.gitignore (100%) rename {productivity => software-development/documentation}/code-server/README.md (100%) rename {productivity => software-development/documentation}/code-server/docker-compose.yml.example (100%) rename {productivity => software-development/documentation}/flatnotes/.env.example (100%) rename {productivity/penpot => software-development/documentation/flatnotes}/.gitignore (100%) rename {productivity => software-development/documentation}/flatnotes/README.md (100%) rename {productivity => software-development/documentation}/flatnotes/docker-compose.yml (100%) rename {productivity => software-development/documentation}/karakeep/.gitignore (100%) rename {productivity => software-development/documentation}/karakeep/README.md (100%) rename {productivity => software-development/documentation}/karakeep/docker-compose.yml (100%) rename {productivity => software-development/documentation}/karakeep/karakeep.env.example (100%) rename {productivity => software-development/documentation}/karakeep/meili.env.example (100%) rename software-development/{ => infrastructure}/gitea/.gitignore (100%) rename software-development/{ => infrastructure}/gitea/README.md (100%) rename software-development/{ => infrastructure}/gitea/database.env.example (100%) rename software-development/{ => infrastructure}/gitea/docker-compose.yml (100%) rename software-development/{ => infrastructure}/gitea/gitea.env.example (100%) rename software-development/{ => infrastructure}/grafana/.gitignore (100%) rename software-development/{ => infrastructure}/grafana/README.md (100%) rename software-development/{ => infrastructure}/grafana/docker-compose.yml.example (100%) rename software-development/{ => infrastructure}/grafana/grafana.ini (100%) rename software-development/{ => infrastructure}/grafana/prometheus.yml (100%) rename software-development/{ => infrastructure}/jenkins/README.md (100%) rename software-development/{ => infrastructure}/jenkins/docker-compose.yml (100%) rename {productivity => software-development/infrastructure}/mailserver/README.md (100%) rename {productivity => software-development/infrastructure}/mailserver/docker-compose.yml (100%) rename software-development/{ => infrastructure}/portainer/README.md (100%) rename software-development/{ => infrastructure}/portainer/docker-compose.yml (100%) rename software-development/{ => infrastructure}/traefik/.gitignore (100%) rename software-development/{ => infrastructure}/traefik/README.md (100%) rename software-development/{ => infrastructure}/traefik/docker-compose.yml.example (100%) rename software-development/{ => infrastructure}/traefik/traefik-dynamic.toml.example (100%) rename software-development/{ => infrastructure}/traefik/traefik.toml.example (100%) rename {productivity => software-development}/project-management/openproject/.env.example (100%) rename {productivity => software-development}/project-management/openproject/.gitignore (100%) rename {productivity => software-development}/project-management/openproject/README.md (100%) rename {productivity => software-development}/project-management/openproject/docker-compose.yml (100%) rename {productivity => software-development}/project-management/plane/.env.example (100%) rename {productivity => software-development}/project-management/plane/.gitignore (100%) rename {productivity => software-development}/project-management/plane/README.md (100%) rename {productivity => software-development}/project-management/plane/docker-compose.yml (100%) rename {productivity => software-development}/project-management/planka/.gitignore (100%) rename {productivity => software-development}/project-management/planka/README.md (100%) rename {productivity => software-development}/project-management/planka/docker-compose.yml (100%) rename {productivity => software-development}/project-management/planka/planka-db.env.example (100%) rename {productivity => software-development}/project-management/planka/planka.env.example (100%) rename {productivity => software-development}/project-management/taiga/.env.example (100%) rename {productivity => software-development}/project-management/taiga/.gitignore (100%) rename {productivity => software-development}/project-management/taiga/README.md (100%) rename {productivity => software-development}/project-management/taiga/docker-compose.yml (100%) rename {productivity => software-development}/project-management/taiga/nginx.conf (100%) diff --git a/ai/llama-cpp/docker-compose.yml b/ai/llama-cpp/docker-compose.yml deleted file mode 100644 index 30dad2b..0000000 --- a/ai/llama-cpp/docker-compose.yml +++ /dev/null @@ -1,38 +0,0 @@ -services: - llama-cpp: - image: ghcr.io/ggml-org/llama.cpp:server-cuda - container_name: llama-cpp - restart: unless-stopped - networks: - - traefik - volumes: - - /pwspool/software/llama-cpp/models:/models - # We moved your environment variables here to guarantee they are applied - command: - - "--model" - - "/models/Qwen3.5-35B-A3B-UD-IQ2_XXS.gguf" - - "--host" - - "0.0.0.0" - - "--port" - - "8080" - - "--n-gpu-layers" - - "99" - - "--ctx-size" - - "8192" - deploy: - resources: - reservations: - devices: - - driver: nvidia - count: all - capabilities: [gpu] - labels: - - "traefik.enable=true" - - "traefik.http.routers.llama.rule=Host(`llm.whitney.rip`)" - - "traefik.http.routers.llama.entrypoints=websecure" - - "traefik.http.routers.llama.tls.certresolver=lets-encrypt" - - "traefik.http.services.llama.loadbalancer.server.port=8080" - -networks: - traefik: - external: true diff --git a/home/README.md b/smarthome/README.md similarity index 100% rename from home/README.md rename to smarthome/README.md diff --git a/home/homeassistant/README.md b/smarthome/homeassistant/README.md similarity index 100% rename from home/homeassistant/README.md rename to smarthome/homeassistant/README.md diff --git a/home/homeassistant/configuration.yaml b/smarthome/homeassistant/configuration.yaml similarity index 100% rename from home/homeassistant/configuration.yaml rename to smarthome/homeassistant/configuration.yaml diff --git a/home/homeassistant/docker-compose.yml b/smarthome/homeassistant/docker-compose.yml similarity index 100% rename from home/homeassistant/docker-compose.yml rename to smarthome/homeassistant/docker-compose.yml diff --git a/productivity/excalidraw/.env.example b/software-development/design/excalidraw/.env.example similarity index 100% rename from productivity/excalidraw/.env.example rename to software-development/design/excalidraw/.env.example diff --git a/productivity/excalidraw/.gitignore b/software-development/design/excalidraw/.gitignore similarity index 100% rename from productivity/excalidraw/.gitignore rename to software-development/design/excalidraw/.gitignore diff --git a/productivity/excalidraw/README.md b/software-development/design/excalidraw/README.md similarity index 100% rename from productivity/excalidraw/README.md rename to software-development/design/excalidraw/README.md diff --git a/productivity/excalidraw/docker-compose.yml b/software-development/design/excalidraw/docker-compose.yml similarity index 100% rename from productivity/excalidraw/docker-compose.yml rename to software-development/design/excalidraw/docker-compose.yml diff --git a/productivity/penpot/.env.example b/software-development/design/penpot/.env.example similarity index 100% rename from productivity/penpot/.env.example rename to software-development/design/penpot/.env.example diff --git a/productivity/flatnotes/.gitignore b/software-development/design/penpot/.gitignore similarity index 100% rename from productivity/flatnotes/.gitignore rename to software-development/design/penpot/.gitignore diff --git a/productivity/penpot/README.md b/software-development/design/penpot/README.md similarity index 100% rename from productivity/penpot/README.md rename to software-development/design/penpot/README.md diff --git a/productivity/penpot/docker-compose.yml b/software-development/design/penpot/docker-compose.yml similarity index 100% rename from productivity/penpot/docker-compose.yml rename to software-development/design/penpot/docker-compose.yml diff --git a/productivity/code-server/.gitignore b/software-development/documentation/code-server/.gitignore similarity index 100% rename from productivity/code-server/.gitignore rename to software-development/documentation/code-server/.gitignore diff --git a/productivity/code-server/README.md b/software-development/documentation/code-server/README.md similarity index 100% rename from productivity/code-server/README.md rename to software-development/documentation/code-server/README.md diff --git a/productivity/code-server/docker-compose.yml.example b/software-development/documentation/code-server/docker-compose.yml.example similarity index 100% rename from productivity/code-server/docker-compose.yml.example rename to software-development/documentation/code-server/docker-compose.yml.example diff --git a/productivity/flatnotes/.env.example b/software-development/documentation/flatnotes/.env.example similarity index 100% rename from productivity/flatnotes/.env.example rename to software-development/documentation/flatnotes/.env.example diff --git a/productivity/penpot/.gitignore b/software-development/documentation/flatnotes/.gitignore similarity index 100% rename from productivity/penpot/.gitignore rename to software-development/documentation/flatnotes/.gitignore diff --git a/productivity/flatnotes/README.md b/software-development/documentation/flatnotes/README.md similarity index 100% rename from productivity/flatnotes/README.md rename to software-development/documentation/flatnotes/README.md diff --git a/productivity/flatnotes/docker-compose.yml b/software-development/documentation/flatnotes/docker-compose.yml similarity index 100% rename from productivity/flatnotes/docker-compose.yml rename to software-development/documentation/flatnotes/docker-compose.yml diff --git a/productivity/karakeep/.gitignore b/software-development/documentation/karakeep/.gitignore similarity index 100% rename from productivity/karakeep/.gitignore rename to software-development/documentation/karakeep/.gitignore diff --git a/productivity/karakeep/README.md b/software-development/documentation/karakeep/README.md similarity index 100% rename from productivity/karakeep/README.md rename to software-development/documentation/karakeep/README.md diff --git a/productivity/karakeep/docker-compose.yml b/software-development/documentation/karakeep/docker-compose.yml similarity index 100% rename from productivity/karakeep/docker-compose.yml rename to software-development/documentation/karakeep/docker-compose.yml diff --git a/productivity/karakeep/karakeep.env.example b/software-development/documentation/karakeep/karakeep.env.example similarity index 100% rename from productivity/karakeep/karakeep.env.example rename to software-development/documentation/karakeep/karakeep.env.example diff --git a/productivity/karakeep/meili.env.example b/software-development/documentation/karakeep/meili.env.example similarity index 100% rename from productivity/karakeep/meili.env.example rename to software-development/documentation/karakeep/meili.env.example diff --git a/software-development/gitea/.gitignore b/software-development/infrastructure/gitea/.gitignore similarity index 100% rename from software-development/gitea/.gitignore rename to software-development/infrastructure/gitea/.gitignore diff --git a/software-development/gitea/README.md b/software-development/infrastructure/gitea/README.md similarity index 100% rename from software-development/gitea/README.md rename to software-development/infrastructure/gitea/README.md diff --git a/software-development/gitea/database.env.example b/software-development/infrastructure/gitea/database.env.example similarity index 100% rename from software-development/gitea/database.env.example rename to software-development/infrastructure/gitea/database.env.example diff --git a/software-development/gitea/docker-compose.yml b/software-development/infrastructure/gitea/docker-compose.yml similarity index 100% rename from software-development/gitea/docker-compose.yml rename to software-development/infrastructure/gitea/docker-compose.yml diff --git a/software-development/gitea/gitea.env.example b/software-development/infrastructure/gitea/gitea.env.example similarity index 100% rename from software-development/gitea/gitea.env.example rename to software-development/infrastructure/gitea/gitea.env.example diff --git a/software-development/grafana/.gitignore b/software-development/infrastructure/grafana/.gitignore similarity index 100% rename from software-development/grafana/.gitignore rename to software-development/infrastructure/grafana/.gitignore diff --git a/software-development/grafana/README.md b/software-development/infrastructure/grafana/README.md similarity index 100% rename from software-development/grafana/README.md rename to software-development/infrastructure/grafana/README.md diff --git a/software-development/grafana/docker-compose.yml.example b/software-development/infrastructure/grafana/docker-compose.yml.example similarity index 100% rename from software-development/grafana/docker-compose.yml.example rename to software-development/infrastructure/grafana/docker-compose.yml.example diff --git a/software-development/grafana/grafana.ini b/software-development/infrastructure/grafana/grafana.ini similarity index 100% rename from software-development/grafana/grafana.ini rename to software-development/infrastructure/grafana/grafana.ini diff --git a/software-development/grafana/prometheus.yml b/software-development/infrastructure/grafana/prometheus.yml similarity index 100% rename from software-development/grafana/prometheus.yml rename to software-development/infrastructure/grafana/prometheus.yml diff --git a/software-development/jenkins/README.md b/software-development/infrastructure/jenkins/README.md similarity index 100% rename from software-development/jenkins/README.md rename to software-development/infrastructure/jenkins/README.md diff --git a/software-development/jenkins/docker-compose.yml b/software-development/infrastructure/jenkins/docker-compose.yml similarity index 100% rename from software-development/jenkins/docker-compose.yml rename to software-development/infrastructure/jenkins/docker-compose.yml diff --git a/productivity/mailserver/README.md b/software-development/infrastructure/mailserver/README.md similarity index 100% rename from productivity/mailserver/README.md rename to software-development/infrastructure/mailserver/README.md diff --git a/productivity/mailserver/docker-compose.yml b/software-development/infrastructure/mailserver/docker-compose.yml similarity index 100% rename from productivity/mailserver/docker-compose.yml rename to software-development/infrastructure/mailserver/docker-compose.yml diff --git a/software-development/portainer/README.md b/software-development/infrastructure/portainer/README.md similarity index 100% rename from software-development/portainer/README.md rename to software-development/infrastructure/portainer/README.md diff --git a/software-development/portainer/docker-compose.yml b/software-development/infrastructure/portainer/docker-compose.yml similarity index 100% rename from software-development/portainer/docker-compose.yml rename to software-development/infrastructure/portainer/docker-compose.yml diff --git a/software-development/traefik/.gitignore b/software-development/infrastructure/traefik/.gitignore similarity index 100% rename from software-development/traefik/.gitignore rename to software-development/infrastructure/traefik/.gitignore diff --git a/software-development/traefik/README.md b/software-development/infrastructure/traefik/README.md similarity index 100% rename from software-development/traefik/README.md rename to software-development/infrastructure/traefik/README.md diff --git a/software-development/traefik/docker-compose.yml.example b/software-development/infrastructure/traefik/docker-compose.yml.example similarity index 100% rename from software-development/traefik/docker-compose.yml.example rename to software-development/infrastructure/traefik/docker-compose.yml.example diff --git a/software-development/traefik/traefik-dynamic.toml.example b/software-development/infrastructure/traefik/traefik-dynamic.toml.example similarity index 100% rename from software-development/traefik/traefik-dynamic.toml.example rename to software-development/infrastructure/traefik/traefik-dynamic.toml.example diff --git a/software-development/traefik/traefik.toml.example b/software-development/infrastructure/traefik/traefik.toml.example similarity index 100% rename from software-development/traefik/traefik.toml.example rename to software-development/infrastructure/traefik/traefik.toml.example diff --git a/productivity/project-management/openproject/.env.example b/software-development/project-management/openproject/.env.example similarity index 100% rename from productivity/project-management/openproject/.env.example rename to software-development/project-management/openproject/.env.example diff --git a/productivity/project-management/openproject/.gitignore b/software-development/project-management/openproject/.gitignore similarity index 100% rename from productivity/project-management/openproject/.gitignore rename to software-development/project-management/openproject/.gitignore diff --git a/productivity/project-management/openproject/README.md b/software-development/project-management/openproject/README.md similarity index 100% rename from productivity/project-management/openproject/README.md rename to software-development/project-management/openproject/README.md diff --git a/productivity/project-management/openproject/docker-compose.yml b/software-development/project-management/openproject/docker-compose.yml similarity index 100% rename from productivity/project-management/openproject/docker-compose.yml rename to software-development/project-management/openproject/docker-compose.yml diff --git a/productivity/project-management/plane/.env.example b/software-development/project-management/plane/.env.example similarity index 100% rename from productivity/project-management/plane/.env.example rename to software-development/project-management/plane/.env.example diff --git a/productivity/project-management/plane/.gitignore b/software-development/project-management/plane/.gitignore similarity index 100% rename from productivity/project-management/plane/.gitignore rename to software-development/project-management/plane/.gitignore diff --git a/productivity/project-management/plane/README.md b/software-development/project-management/plane/README.md similarity index 100% rename from productivity/project-management/plane/README.md rename to software-development/project-management/plane/README.md diff --git a/productivity/project-management/plane/docker-compose.yml b/software-development/project-management/plane/docker-compose.yml similarity index 100% rename from productivity/project-management/plane/docker-compose.yml rename to software-development/project-management/plane/docker-compose.yml diff --git a/productivity/project-management/planka/.gitignore b/software-development/project-management/planka/.gitignore similarity index 100% rename from productivity/project-management/planka/.gitignore rename to software-development/project-management/planka/.gitignore diff --git a/productivity/project-management/planka/README.md b/software-development/project-management/planka/README.md similarity index 100% rename from productivity/project-management/planka/README.md rename to software-development/project-management/planka/README.md diff --git a/productivity/project-management/planka/docker-compose.yml b/software-development/project-management/planka/docker-compose.yml similarity index 100% rename from productivity/project-management/planka/docker-compose.yml rename to software-development/project-management/planka/docker-compose.yml diff --git a/productivity/project-management/planka/planka-db.env.example b/software-development/project-management/planka/planka-db.env.example similarity index 100% rename from productivity/project-management/planka/planka-db.env.example rename to software-development/project-management/planka/planka-db.env.example diff --git a/productivity/project-management/planka/planka.env.example b/software-development/project-management/planka/planka.env.example similarity index 100% rename from productivity/project-management/planka/planka.env.example rename to software-development/project-management/planka/planka.env.example diff --git a/productivity/project-management/taiga/.env.example b/software-development/project-management/taiga/.env.example similarity index 100% rename from productivity/project-management/taiga/.env.example rename to software-development/project-management/taiga/.env.example diff --git a/productivity/project-management/taiga/.gitignore b/software-development/project-management/taiga/.gitignore similarity index 100% rename from productivity/project-management/taiga/.gitignore rename to software-development/project-management/taiga/.gitignore diff --git a/productivity/project-management/taiga/README.md b/software-development/project-management/taiga/README.md similarity index 100% rename from productivity/project-management/taiga/README.md rename to software-development/project-management/taiga/README.md diff --git a/productivity/project-management/taiga/docker-compose.yml b/software-development/project-management/taiga/docker-compose.yml similarity index 100% rename from productivity/project-management/taiga/docker-compose.yml rename to software-development/project-management/taiga/docker-compose.yml diff --git a/productivity/project-management/taiga/nginx.conf b/software-development/project-management/taiga/nginx.conf similarity index 100% rename from productivity/project-management/taiga/nginx.conf rename to software-development/project-management/taiga/nginx.conf