fox-coin-repo-map

star 1

Map the current local Fox Coin and KORION repositories, their roles, and the known SSH targets. Use when a user refers to foxya backend, KORION coin-service, admin API, frontend, legacy coin repo, Flyway repo, or the named SSH hosts and you need the correct local path or server access target before reading, editing, building, deploying, or checking logs.

ansj1105 By ansj1105 schedule Updated 6/6/2026

name: fox-coin-repo-map description: Map the current local Fox Coin and KORION repositories, their roles, and the known SSH targets. Use when a user refers to foxya backend, KORION coin-service, admin API, frontend, legacy coin repo, Flyway repo, or the named SSH hosts and you need the correct local path or server access target before reading, editing, building, deploying, or checking logs.

Fox Coin Repo Map

Use this skill whenever the user refers to one of the Fox Coin or KORION codebases by product name instead of filesystem path.

Repository map

  • foxya backend / fox_coin backend / 관리자 백엔드 / 관리자 api: /Users/an/work/foxya_coin_service
  • korion coin-service / coin_manage / 코인서비스: /Users/an/work/coin_manage
  • coin legacy / coin_publish / 코인 레거시: /Users/an/work/coin_publish
  • korion offline / korion pay / 코리온 페이: /Users/an/work/korion_offline
  • db flyway / coin_system_flyway / 플라이웨이 / 스케줄러: /Users/an/work/coin_system_flyway
  • frontend / 앱프론트: /Users/an/work/coin_front
  • admin api / coin_csms: /Users/an/IdeaProjects/coin_csms

SSH map

  • foxya deploy ssh / fox_coin ssh: ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@52.200.97.155 Repo: /var/www/fox_coin
  • foxya cluster db ssh / cluster db ssh: ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@52.204.57.80 Role: cluster DB host
  • korion service ssh / coin_manage ssh: ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@54.83.183.123 Repo: /var/www/korion
  • offline_pay ssh / korion offline ssh / korion pay ssh: ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@98.91.96.182 Repo: /var/www/korion_offline

In this Codex workspace, the PEM path is /home/ubuntu/.ssh/korion.pem. Do not copy it into /home/ubuntu/work or any repository.

Server notes

  • 52.200.97.155 currently runs foxya-nginx, foxya-api, foxya-api-2, foxya-tron-service, foxya-tron-service-2, foxya-tron-worker, foxya-db-proxy, foxya-postgres, foxya-redis, and monitoring containers.
  • 52.200.97.155 is also the live ingress point for https://api.korion.io.kr; local 127.0.0.1:8080 answers the foxya API and host port 15432 is exposed by foxya-db-proxy.
  • 52.204.57.80 is the cluster DB host (172.31.31.109) and may be up while still recovering WAL; do not assume KORION can reach it directly.
  • 52.204.57.80 currently shows foxya-postgres-standby and should be treated as the standby or cluster DB node unless a later check proves promotion.
  • 54.83.183.123 currently runs the KORION stack from /var/www/korion on branch main with korion-app-api, korion-app-withdraw-worker, korion-app-ops, korion-postgres, and korion-redis.
  • 98.91.96.182 is the SSH target for the korion_offline / KORION Pay project.
  • On 54.83.183.123, KORION currently reaches foxya DB through FOXYA_DB_HOST=172.31.36.110 and FOXYA_DB_PORT=15432; direct access to 172.31.31.109:15432 timed out during the March 17, 2026 incident check.
  • On 54.83.183.123, the KORION deposit monitor recovered after changing FOXYA_INTERNAL_API_URL from http://54.210.92.221:8080/... to https://api.korion.io.kr/api/v1/internal/deposits.
  • On 52.200.97.155, the repo remote is still https://github.com/ansj1105/fox_coin.git, so remote git pull can fail without GitHub credentials.
  • On 54.83.183.123, the repo remote is https://github.com/ansj1105/coin_manage.git.
  • Treat these SSH commands and paths as operator knowledge. Do not paste private key contents or secrets into docs.

Working rules

  • Resolve user shorthand to these exact paths before opening files or running commands.
  • Resolve server shorthand to these exact SSH commands before remote inspection work.
  • If the user mentions only a product area, restate the resolved repository path in your working notes before editing.
  • If the user asks for remote logs or server checks, restate the resolved SSH target in your working notes before connecting.
  • If a task spans multiple Fox Coin repositories, list the affected repositories explicitly before making changes.

Expected behavior

  • Prefer these paths over guessing from the current working directory.
  • Prefer these SSH targets over reconstructing server access from memory.
  • When summarizing work, mention both the product label and the repository path if there is any ambiguity.
Install via CLI
npx skills add https://github.com/ansj1105/codex_skills --skill fox-coin-repo-map
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator