1
0
Fork
You've already forked guile-edit
0
No description
  • Scheme 100%
2024年12月12日 23:30:47 -08:00
edit.scm Fix file deletion in subdirectories. 2024年12月12日 23:30:47 -08:00
README.md Initial commit. 2024年11月30日 11:20:06 -08:00

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>