Skip to content

Very basic, self-hosted IDE to edit code on dev environments while no better means of work are possible.

Notifications You must be signed in to change notification settings

gakowalski/redaktor

Repository files navigation

Redaktor

Very basic, self-hosted IDE to quickly edit code on dev environments while no better means of work are possible.

Installation & Usage

npm install
npm run build

Then:

  1. Copy config.sample.php to config.php and change security_password_hash value to SHA256 hash of password you want to use.
  2. Edit config.php and change path_limit so you won't go outside of your dev folder.
  3. You're ready: open index.php in web browser with pass parameter equal to your password.

Now you'll see simple directory listing. Click on folders or on breadcrumbs-heading to change dir. Click on files to go into edit mode.

Features

  • CodeMirror 6 editor
  • Automatic PHP syntax check.
  • Directory listing with writable/non-writable info about files.

About

Very basic, self-hosted IDE to edit code on dev environments while no better means of work are possible.

Topics

Resources

Stars

Watchers

Forks