Sinatra app to interface with the server using mysql as user backend.
- A view for reading your transfer logs
- A CRUD for ftp accounts
bundle
cp .env.example .env
- Edit the
.env
to your hearts content
Start the server by running (omit -d
to start in foreground):
bundle exec thin start -d -p 80
Just kill it by running:
ps aux | grep -m1 thin | awk '{print $2}' | xargs kill
bundle
gem install rerun
rerun 'rackup'