This commit is contained in:
wojo
2026-03-10 20:04:45 +00:00
commit ee77c41fe4
287 changed files with 66307 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Inker Configuration
# Copy this file to .env and modify as needed:
# cp .env.example .env
# Admin PIN for login (change this!)
ADMIN_PIN="1111"
# Database password (change for production!)
POSTGRES_PASSWORD=inker_password
# Timezone for clock/date widgets
TZ=UTC
# Frontend port (default: 80)
INKER_PORT=80