diff --git a/README.md b/README.md index d22b0ce..929e5f9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Application Features * Multi-Tentated Application Management * Built-in OAuth2 & OAuth3 support +Currently being tested with Ubuntu, Raspbian, and Debian on Digital Ocean, Raspberry Pi, and Heroku. + Installation ------------ @@ -54,17 +56,10 @@ See [INSTALL.md](https://git.daplie.com/Daplie/walnut.js/blob/master/INSTALL.md) API --- -API docs are here https://git.daplie.com/Daplie/com.example.hello +See [API.md](https://git.daplie.com/Daplie/walnut.js/blob/master/API.md) - -``` -req.apiUrlPrefix => https://api.example.com/api/tld.domain.pkg -``` - -Structure -===== - -Currently being tested with Ubuntu, Raspbian, and Debian on Digital Ocean, Raspberry Pi, and Heroku. +Understanding Walnut +==================== ``` /srv/walnut/ @@ -72,7 +67,6 @@ Currently being tested with Ubuntu, Raspbian, and Debian on Digital Ocean, Raspb ├── core │ ├── bin │ ├── boot -│ ├── holepunch │ └── lib ├── etc │ └── client-api-grants @@ -103,9 +97,6 @@ Will install to /etc/tmpfiles.d/walnut.conf ``` -Implementation details ----------------- - Initialization -------------- @@ -179,7 +170,7 @@ Once you run the app the initialization files will appear in these locations /srv/walnut/config//config.json ``` -Deleting those files will rese +Deleting those files and restarting walnut will reset it to its bootstrap state. Accessing static apps ---------------------