mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 23:38:40 +08:00
3887ce05da
A legacy mkdir function was still being used by the generate_system_fsentries function. However, it wasn't necessary because we now associate fsentries by uuid, eliminating the requirement to create the home directory separately from its subdirectories. The old mkdir function was removed, and generate_system_fsentries was moved to a new service called UserService, which is intended to eventually hold all methods related creating, removing, and updating users. |
||
---|---|---|
.. | ||
data | ||
gui | ||
CustomPuterService.js | ||
module.js | ||
package.json | ||
README.md | ||
ShareTestService.js |
Kernel Dev Mod
This mod makes testing and debugging easier.
Current Features:
- A service-script adds
reqex
to thewindow
object in the client, which contains a bunch of example requests to internal API endpoints.