65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
# ===========================================
|
|
# OPENCODE SKILLS - UNIFIED CONFIGURATION
|
|
# ===========================================
|
|
# This file is shared by ALL skills
|
|
# DO NOT commit this file to Git (credentials!)
|
|
# ===========================================
|
|
|
|
# ===========================================
|
|
# Gitea Configuration
|
|
# ===========================================
|
|
# Get API token from: https://git.moreminimore.com/user/settings/applications
|
|
# Steps:
|
|
# 1. Login to Gitea
|
|
# 2. Settings → Applications
|
|
# 3. Generate new token (name: "opencode-skills")
|
|
# 4. Copy the token here
|
|
|
|
GITEA_URL=https://git.moreminimore.com
|
|
GITEA_API_TOKEN=
|
|
GITEA_USERNAME=
|
|
|
|
# ===========================================
|
|
# Easypanel Configuration
|
|
# ===========================================
|
|
# Login credentials for auto-deployment
|
|
# API token will be auto-generated from these credentials
|
|
|
|
EASYPANEL_URL=https://panelwebsite.moreminimore.com
|
|
EASYPANEL_USERNAME=
|
|
EASYPANEL_PASSWORD=
|
|
EASYPANEL_DEFAULT_PROJECT=default
|
|
|
|
# ===========================================
|
|
# Website Defaults
|
|
# ===========================================
|
|
# Applied to all generated websites
|
|
|
|
ADMIN_PASSWORD=
|
|
UMAMI_DOMAIN=analytics.example.com
|
|
|
|
# ===========================================
|
|
# Umami Analytics (Per-Website Configuration)
|
|
# ===========================================
|
|
# ⚠️ DO NOT FILL THIS IN THE UNIFIED .ENV!
|
|
#
|
|
# Umami credentials are configured PER WEBSITE.
|
|
# After generating a website, edit its .env file:
|
|
# cd your-website
|
|
# nano .env
|
|
#
|
|
# Get Website ID from: Umami dashboard → Settings → Websites
|
|
#
|
|
# Leave this empty in the unified .env file.
|
|
# ===========================================
|
|
|
|
# UMAMI_WEBSITE_ID= # Fill in each website's .env instead
|
|
|
|
# ===========================================
|
|
# Other Skills Configuration
|
|
# ===========================================
|
|
# Add credentials for other skills as needed
|
|
|
|
# Chutes AI (for image skills)
|
|
# CHUTES_API_TOKEN=
|