From a4ca6aabcd5d1fedd6a34af17d4e696995ac3fa0 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sun, 8 Feb 2026 16:38:57 -0800 Subject: [PATCH] Add shared files --- README.md | 4 ++++ data-structures-tutoring/README.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 README.md create mode 100644 data-structures-tutoring/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99febc1 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Shared directory + +Files here are accessible to Tailscale under the `/shared` directory in the Docker container. To make a directory accessible to the public internet, configure `config/tailscale-serve-config` with the desired path-to-directory mapping. + diff --git a/data-structures-tutoring/README.md b/data-structures-tutoring/README.md new file mode 100644 index 0000000..980a0d5 --- /dev/null +++ b/data-structures-tutoring/README.md @@ -0,0 +1 @@ +Hello World!