commit a4ca6aabcd5d1fedd6a34af17d4e696995ac3fa0 Author: Brendan Chen Date: Sun Feb 8 16:38:57 2026 -0800 Add shared files 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!