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_servicekorion coin-service/coin_manage/코인서비스:/Users/an/work/coin_managecoin legacy/coin_publish/코인 레거시:/Users/an/work/coin_publishkorion offline/korion pay/코리온 페이:/Users/an/work/korion_offlinedb flyway/coin_system_flyway/플라이웨이/스케줄러:/Users/an/work/coin_system_flywayfrontend/앱프론트:/Users/an/work/coin_frontadmin 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.155Repo:/var/www/fox_coinfoxya cluster db ssh/cluster db ssh:ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@52.204.57.80Role: cluster DB hostkorion service ssh/coin_manage ssh:ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@54.83.183.123Repo:/var/www/korionoffline_pay ssh/korion offline ssh/korion pay ssh:ssh -i /home/ubuntu/.ssh/korion.pem ubuntu@98.91.96.182Repo:/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.155currently runsfoxya-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.155is also the live ingress point forhttps://api.korion.io.kr; local127.0.0.1:8080answers the foxya API and host port15432is exposed byfoxya-db-proxy.52.204.57.80is 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.80currently showsfoxya-postgres-standbyand should be treated as the standby or cluster DB node unless a later check proves promotion.54.83.183.123currently runs the KORION stack from/var/www/korionon branchmainwithkorion-app-api,korion-app-withdraw-worker,korion-app-ops,korion-postgres, andkorion-redis.98.91.96.182is the SSH target for thekorion_offline/ KORION Pay project.- On
54.83.183.123, KORION currently reaches foxya DB throughFOXYA_DB_HOST=172.31.36.110andFOXYA_DB_PORT=15432; direct access to172.31.31.109:15432timed out during the March 17, 2026 incident check. - On
54.83.183.123, the KORION deposit monitor recovered after changingFOXYA_INTERNAL_API_URLfromhttp://54.210.92.221:8080/...tohttps://api.korion.io.kr/api/v1/internal/deposits. - On
52.200.97.155, the repo remote is stillhttps://github.com/ansj1105/fox_coin.git, so remotegit pullcan fail without GitHub credentials. - On
54.83.183.123, the repo remote ishttps://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.