From 6f8a9d3ac8a923742c2f41b041e1531590aff752 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 17 Aug 2026 07:26:08 +0200 Subject: [PATCH] Take teletype-orbit into the workspace The app existed only on one disk: a local git repo with no remote, so a lost machine lost the work. It now has a repo under services/, next to the other things that run on our servers, and sits in the folder its org implies rather than at the workspace root. It is private, unlike its neighbours: config/master.key is tracked in the history, and that key decrypts config/credentials.yml.enc. Co-Authored-By: Claude Opus 5 (1M context) --- scripts/repos.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/repos.list b/scripts/repos.list index a351385..2a6e505 100644 --- a/scripts/repos.list +++ b/scripts/repos.list @@ -9,7 +9,6 @@ # - demos/new-game-wireframe — local repo, has no remote # - demos/escoria-demo-game-main — plain downloaded folder, not a git repo # - media/ — reference images, not git repos -# - teletype-orbit — local repo with no remote yet # Intentionally excluded server repos: see repos.ignore devarea|ssh://git@git.teletypegames.org:2222/tools/devarea @@ -53,6 +52,7 @@ services/redmine-tree|ssh://git@git.teletypegames.org:2222/services/redmine-tree services/social-updater|ssh://git@git.teletypegames.org:2222/services/social-updater services/statusbot|ssh://git@git.teletypegames.org:2222/services/statusbot services/teletypegames|ssh://git@git.teletypegames.org:2222/services/teletypegames +services/teletype-orbit|ssh://git@git.teletypegames.org:2222/services/teletype-orbit services/updater|ssh://git@git.teletypegames.org:2222/services/updater tools/tic80-draw-image|https://github.com/cxong/tic80-draw-image.git tools/ttg-batocera-store|ssh://git@git.teletypegames.org:2222/tools/ttg-batocera-store