1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:38:53 +03:00

Attach url-shortener as git submodule (androidcast_project).

Standalone repo: git://f0xx.org/androidcast_project/url-shortener on branch main.
Removes vendored tree; adds backend/README.md and agent bootstrap note.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-12 11:34:08 +02:00
parent 0d364a9f0a
commit 876151a440
7 changed files with 44 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
**Status:** Post-alpha (next after alpha); priority may shift with BE capacity/load
**Severity:** Medium
**Public host:** `https://s.f0xx.org`
**Repo placement:** `backend/url-shortener` (git → `git://f0xx.org/androicast_project/url-shortener`)
**Repo placement:** `backend/url-shortener` submodule (git → `git://f0xx.org/androidcast_project/url-shortener`)
**Scaffold:** [backend/url-shortener/](../../backend/url-shortener/) · **OpenAPI:** [openapi.yaml](../../backend/url-shortener/openapi.yaml)
**Documentation index:** [README.md](../README.md)
@@ -381,7 +381,7 @@ Serve docs at `GET /api/v1/docs` (Swagger UI static bundle or Redoc) — opt-in
| Item | Value |
|------|-------|
| Submodule path | `backend/url-shortener` |
| Remote | `git://f0xx.org/androicast_project/url-shortener` (live) |
| Remote | `git://f0xx.org/androidcast_project/url-shortener` (live submodule) |
| FE TLS | `/etc/letsencrypt/live/s.f0xx.org/` (live on FE) |
| BE docroot | `/var/www/localhost/htdocs/apps/s/` |
| nginx | [deploy/nginx.fe-s.f0xx.org.snippet](../../backend/url-shortener/deploy/nginx.fe-s.f0xx.org.snippet), [deploy/nginx.be-url-shortener.fragment](../../backend/url-shortener/deploy/nginx.be-url-shortener.fragment) |