No description
| edit.scm | Fix file deletion in subdirectories. | |
| README.md | Initial commit. | |
guile-edit
Sometimes you just want to edit text files on your server in the browser. This is a single-file, zero dependency Guile 3 script that gives you a textarea and file listing. The username and password is hardcoded and defaults to user and pass, so you'll want to change those in the code before setting it up. You should also consider putting this behind a VPN and not exposing it to the wider web, as it doesn't implement things like logging or locking the interface after a number of failed password attempts, or even rejecting connection attempts from a particular IP range. It's very simple, very quick and dirty, and I'm sure a malicious user could find ways to ruin your day with it.
Usage: guile edit.scm <target directory> <port>