Skip to content

dontfile/dontfile

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
April 16, 2020 12:09
bin
April 5, 2020 02:53
April 5, 2020 13:51
db
April 11, 2020 17:54
lib
April 6, 2018 12:54
log
April 6, 2018 12:54
July 27, 2018 20:08
tmp
April 6, 2018 12:54
April 6, 2018 12:54
April 27, 2018 23:32
April 27, 2018 23:32
December 22, 2021 14:16
December 22, 2021 14:16
April 22, 2018 23:45
April 5, 2020 02:53
April 5, 2020 02:53
December 24, 2018 23:57
February 11, 2022 05:14

Dontfile

The dontpad of files

Build Status Maintainability Test Coverage License

Dontfile is an open source website to store and share text and files (up to 100MB) using URL paths. It continuously saves data as you type. Hosted at http://dontfile.com.

Tech/Framework used

Dontfile is built with Ruby language with the Ruby on Rails web framework

Features

  • Collaboration using URLs
  • Text saved automatically
  • File storage

Installation

Local installation

Prerequisites

  • Ruby version: 2.6.5
  • Rails version: 6.0.1

Install latest bundler

Install bundler

gem install bundler

Bundle the necessary gems

bundle install

Create the database

rails db:create

Migrate the database

rails db:migrate

Run the server

rails server

Docker

Prerequisites for docker

Steps

Run docker compose

docker-compose up -d

Navigate to http://localhost:3000

Tests

rails test

Contribute

Did you find a bug or want to contribute to Dontfile? See CONTRIBUTING.md for details on how to get started.

Credits

Dontfile was inspired by dontpad philosophy.

License

Dontfile is under the MIT License! You can download, change and share the source code!

MIT © Matheus Richard