mirror of
https://github.com/Luzifer/local-functions.git
synced 2024-11-12 18:12:41 +00:00
Add root warning
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
06c38a3a97
commit
6dea0a3fbd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
`local-functions` is intended as the opposite of Cloud-Functions: Run scripts on the local machine through HTTP calls.
|
||||
|
||||
**Be aware:** This will expose scripts in a certain folder on your machine. This might cause trouble for you! So you really should only expose the server on **localhost** and ensure nobody else is able to access the API.
|
||||
**Be aware:** This will expose scripts in a certain folder on your machine. This might cause trouble for you! So you really should only expose the server on **localhost** and ensure nobody else is able to access the API. And **never ever** run this as root! (Or say good bye to your system!)
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue