← スキル一覧に戻る

configuration-env
by matt-riley
Personal URL shortening service - Entirely written by Copilot
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: configuration-env description: Configure mjr.wtf safely via environment variables and .env files. license: MIT compatibility: Requires bash, git, and Go tooling. metadata: repo: mjrwtf runner: github-copilot-cli version: 1.1 allowed-tools: Bash(git:) Bash(make:) Bash(go:*) Read
Primary references
.env.example(template)- README “Configuration” + “Authentication”
Core variables
DATABASE_URL(required): SQLite database file path (e.g../database.db)AUTH_TOKENS(recommended): comma-separated bearer tokensAUTH_TOKEN(legacy): single bearer tokenBASE_URL(recommended): base URL used when constructing short links
Security-sensitive settings
SECURE_COOKIES=truein production behind HTTPS.ALLOWED_ORIGINS: set explicit origins in production.METRICS_AUTH_ENABLED=trueif/metricsshould not be public.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です