Rebrand Pinscope to Periscope across product and codebase.

Rename the core package to periscopex, update UI/docs/Docker/deploy defaults to periscope.michelebigi.it, and keep legacy version/storage key aliases so existing projects keep working.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-13 20:02:04 +02:00
co-authored by Cursor
parent 556306bf4d
commit 8d2b85600f
177 changed files with 869 additions and 766 deletions
+5 -5
View File
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: backend/Dockerfile
container_name: pinscope-backend
container_name: periscope-backend
restart: unless-stopped
env_file:
@@ -24,7 +24,7 @@ services:
- "8080:8080"
networks:
- pinscope
- periscope
frontend:
build:
@@ -34,7 +34,7 @@ services:
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-http://localhost:8080}
NEXT_PUBLIC_AUTH_MODE: ${NEXT_PUBLIC_AUTH_MODE:-}
container_name: pinscope-frontend
container_name: periscope-frontend
restart: unless-stopped
depends_on:
@@ -44,9 +44,9 @@ services:
- "3000:3000"
networks:
- pinscope
- periscope
networks:
pinscope:
periscope:
driver: bridge